Browse Source

更新我的发布

wuhongyuq 5 năm trước cách đây
mục cha
commit
2a6b36c16c
1 tập tin đã thay đổi với 10 bổ sung1 xóa
  1. 10 1
      src/layout/svstem/rightfabu.vue

+ 10 - 1
src/layout/svstem/rightfabu.vue

@@ -126,6 +126,7 @@
                 </el-col>
               </el-tab-pane>
             </el-tabs>
+            <el-col :span="24" class="more"> <el-link type="primary" :underline="false">主要链接</el-link></el-col>
           </el-col>
         </el-tab-pane>
         <el-tab-pane label="我的供给" name="second">
@@ -331,7 +332,7 @@ export default {
 }
 
 .context {
-  width: 900px;
+  width: 885px;
   margin: 30px 20px 0 20px;
   min-height: 710px;
 }
@@ -443,4 +444,12 @@ export default {
   margin: 30px 30px 0;
   text-align: center;
 }
+/deep/.el-link.el-link--primary {
+  color: #215299;
+  position: absolute;
+  top: 40px;
+  right: 45px;
+  width: 80px;
+  text-align: center;
+}
 </style>