Commit 7ea382fd authored by shilei's avatar shilei

fix:header

parent 87b68d29
......@@ -2,7 +2,7 @@
<div class="header-view flex items-center justify-between pl-[40px]">
<!-- <div>logo</div> -->
<div class="flex flex-1 justify-start">
<div v-if="route.name === 'home'" class="mr-7 flex w-[220px] items-center">
<div v-if="route.name === 'home'" class="mr-7 flex w-[224px] items-center">
<img class="w-[49px]" src="@/assets/images/logo.png" alt="" />
<span class="ml-1 font-yahei text-[26px] font-bold text-[#333]">立业云</span>
<div
......
......@@ -15,10 +15,10 @@
</span>
</div>
<p class="text-sm text-[#4d4d4d] leading-[22px] ell2 font-yahei">
{{ detail.content }}
{{ detail.content.trim() }}
</p>
<div class="mt-4 flex justify-between text-sm text-[#4d4d4d] leading-[22px]">
<div>发文机构:{{ detail.publisher }} | {{ detail.ctime }}</div>
<div>{{ detail.publisher }} | {{ detail.ctime }}</div>
<div class="flex items-center read-more">
<span>了解详情</span>
<img src="@/assets/images/icon-arrow_red.png" class="w-4 h-4 ml-1" alt="" />
......
......@@ -26,7 +26,7 @@
</span>
</div>
<p class="text-sm text-[#4d4d4d] leading-[22px] font-yahei whitespace-pre-line">
{{ detail.content }}
{{ detail.content.trim() }}
</p>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment