Commit 19caeb1b authored by xhx's avatar xhx

fix

parent b997f974
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<div @click="$router.push({path: 'NewsDetail', query: { uuid: info.uuid, type: 'policy' }})"> <div @click="$router.push({path: 'NewsDetail', query: { uuid: info.uuid, type: 'policy' }})">
<p class=" text-base text-gray-800 font-semibold pt-5">{{ info.title }}</p> <p class=" text-base text-gray-800 font-semibold pt-5">{{ info.title }}</p>
<!-- <p class=" text-xs text-gray-400 pt-5">{{ info.desc }}</p> --> <!-- <p class=" text-xs text-gray-400 pt-5">{{ info.desc }}</p> -->
<div class=" text-sm text-gray-800 text-justify pt-5">{{ info.desc }}</div> <div class=" text-sm text-gray-800 text-justify pt-1">{{ info.desc }}</div>
<p class=" text-xs text-gray-400 py-5">发布时间:{{ $format(info.created_at, 'YYYY-MM-DD') }} &nbsp;&nbsp;&nbsp;作者: {{ info.writer }}</p> <p class=" text-xs text-gray-400 py-5 border-b border-red border-solid">发布时间:{{ $format(info.created_at, 'YYYY-MM-DD') }} &nbsp;&nbsp;&nbsp;作者: {{ info.writer }}</p>
</div> </div>
</template> </template>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</div> </div>
</div> </div>
<div <div
class="flex h-8 bg-indigo-400 mr-0 mt-11 rounded-l-xl" class="flex h-8 bg-indigo-400 mr-0 mt-11 rounded-full"
@click="$router.push('setting')" @click="$router.push('setting')"
> >
<span class="text-sm leading-8 pr-2 pl-4 text-white">个人中心</span> <span class="text-sm leading-8 pr-2 pl-4 text-white">个人中心</span>
......
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