浏览代码

优化项目主页

qinzhipeng_v 5 年之前
父节点
当前提交
f441c6202f
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5 4
      src/views/projectManage/projectList/projectIndex.vue

+ 5 - 4
src/views/projectManage/projectList/projectIndex.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="Parent1" style="background-color:#F2F3F6;min-height:calc(100vh - 80px);padding:1% 0">
+  <div class="Parent1" style="background-color:#F2F3F6;min-height:calc(100vh - 80px);padding: 10px">
     <div class="stylus-head">
       <div class="stylus-title">
         <span style="font-size: 22px;letter-spacing: 1px;font-weight: 600;color: #333B4A;padding-left: 15px">项目</span>
@@ -617,9 +617,9 @@ export default {
   .stylus-head >>> .el-form-item
     margin-bottom 0
   .stylus-head
-    width 98%
+    width 100%
     padding 1%
-    margin:0 auto 1% auto
+    margin-bottom: 10px
     background-color white
     border-radius 4px
     .stylus-title
@@ -635,11 +635,12 @@ export default {
       border 1px solid rgba(238,238,238,1)
       width 100%
   .stylus-content
-    width 98%
+    width 100%
     padding 0.3% 1% 1% 1%
     margin:0 auto
     background-color white
     border-radius 4px
+    min-height: calc(100vh - 209px);
     .stylus-hover:hover
       color #409EFF !important
       cursor pointer