rjy 4 år sedan
förälder
incheckning
7ad562a80c
1 ändrade filer med 3 tillägg och 6 borttagningar
  1. 3 6
      src/views/notice/index.vue

+ 3 - 6
src/views/notice/index.vue

@@ -4,10 +4,10 @@
       <el-col :span="24">
         <div class="w_1200">
           <el-col class="bt">{{ noticeInfo.title }}</el-col>
-          <el-col :span="19" class="ly">来源:{{ noticeInfo.source }}</el-col>
+          <el-col :span="5" class="ly">来源:{{ noticeInfo.source }}</el-col>
           <el-col :span="5" class="time">时间:{{ noticeInfo.create_time }}</el-col>
           <el-col :span="24" class="content" v-html="noticeInfo.content"></el-col>
-          <el-col class="cg">
+          <el-col :span="24">
             <el-button type="primary" @click="clickk">信息申报</el-button>
           </el-col>
         </div>
@@ -65,11 +65,8 @@ export default {
   text-align: center;
   margin-top: 50px;
 }
-.cg {
-  margin: 10px 0 5px 730px;
-}
 .ly {
-  margin-top: 20px;
+  margin: 20px 120px 0 480px;
   font-size: 24px;
 }
 .time {