zhulizhen 5 years ago
parent
commit
f43a7bd581

+ 1 - 1
src/components/dialogHanson/addDevice.vue

@@ -491,7 +491,7 @@ export default {
     font-size: 12px;
   }
   .el-button {
-    margin-right: 10px;
+    // margin-right: 10px;
   }
 }
 </style>

+ 1 - 1
src/components/ledger/handsontables/assets.vue

@@ -1224,7 +1224,7 @@ export default {
     font-size: 12px;
   }
   .el-button {
-    margin-right: 10px;
+    // margin-right: 10px;
   }
 }
 </style>

+ 2 - 2
src/components/ledger/handsontables/device.vue

@@ -9,7 +9,7 @@
       </span>
       <span>当前筛选条件下共{{page.total || '--'}}设备</span>
       <div style="width:390px;float:right;overflow:hidden;">
-        <el-button size="small" @click="download" icon="iconfont icon-xiazai">下载</el-button>
+        <el-button size="small" @click="download" icon="iconfont icon-xiazai">&nbsp;&nbsp;&nbsp;下载&nbsp;&nbsp;&nbsp;</el-button>
         <el-button size="small" @click="addDevice" icon="iconfont icon-tianjia">添加设备</el-button>
         <el-button size="small" @click="reset" icon="iconfont icon-shuaxin">&nbsp;&nbsp;&nbsp;刷新&nbsp;&nbsp;&nbsp;</el-button>
         <el-button size="small" @click="undo" icon="iconfont icon-undo">&nbsp;&nbsp;&nbsp;撤销&nbsp;&nbsp;&nbsp;</el-button>
@@ -1291,7 +1291,7 @@ export default {
     font-size: 12px;
   }
   .el-button {
-    margin-right: 10px;
+    // margin-right: 10px;
   }
 }
 </style>

+ 1 - 1
src/components/ledger/handsontables/system.vue

@@ -1035,7 +1035,7 @@ export default {
     font-size: 12px;
   }
   .el-button {
-    margin-right: 10px;
+    // margin-right: 10px;
   }
 }
 </style>

+ 1 - 1
src/components/ledger/lib/addDevice.vue

@@ -504,7 +504,7 @@ export default {
     font-size: 12px;
   }
   .el-button {
-    margin-right: 10px;
+    // margin-right: 10px;
   }
 }
 </style>

+ 3 - 2
src/components/ledger/lib/title.vue

@@ -83,7 +83,7 @@ export default {
 //   height: 120px;
 //   margin: 10px;
   .border-main {
-    width: 100%;
+    // width: 100%;
     height: 100%;
     border: 1px solid #ccc;
     border-radius: 5px;
@@ -91,9 +91,10 @@ export default {
     .list-name {
       line-height: 28px;
       font-size: 14px;
+      margin-top: 10px;
     }
     .card-view {
-      height: 80px;
+      // height: 80px;
       // overflow: hidden;
       .card {
         float: left;