Sfoglia il codice sorgente

wanda-adm:feat >修改 表格样式

shaun-sheep 4 anni fa
parent
commit
5e5d152753

+ 2 - 0
src/components/public/adm-multi-table.vue

@@ -3,12 +3,14 @@
         :data="tableData"
         style="width: 100%"
         class="adm-multi-table"
+        size="mini"
     >
         <el-table-column
             prop="date"
             label="编辑"
             width="80"
             align="center"
+
            >
             <template slot-scope="scope">
                 <span

+ 2 - 2
src/views/maintain/device/index.vue

@@ -73,7 +73,7 @@ $margin: 12px;
     height: 100%;
 
     .operation {
-        margin: $margin;
+        margin: 12px 0;
 
         .adm-select {
             margin-right: $margin;
@@ -100,7 +100,7 @@ $margin: 12px;
             border-left: 1px solid #E1E7EA;
             border-right: 1px solid #E1E7EA;
             border-bottom: 1px solid #E1E7EA;
-            height: calc(100% - 230px);
+            height: calc(100% - 180px);
             padding: 12px;
         }