|
@@ -3,8 +3,9 @@
|
|
|
<navbar :user="userInfo"></navbar>
|
|
|
<div style="width: 1094px;background-color: white;margin: 0 auto; border-radius: 10px;">
|
|
|
<div class="postDialog">
|
|
|
- <h1 class="tc mt20" style="font-size: 50px; color: #000000;">
|
|
|
- {{postInfo.title}}
|
|
|
+ <h1 class="tc mt20" style="font-size: 35px; color: #000000;">
|
|
|
+ {{postInfo.title}}
|
|
|
+ <el-button type="text" class="ml20" @click="$router.go(-1)">返回</el-button>
|
|
|
</h1>
|
|
|
<h2 class="tc mt20" style="font-size: 30px;">
|
|
|
发布时间:{{postInfo.publishTime}}
|