浏览代码

优化物联看板

jiawuxian 1 年之前
父节点
当前提交
a98551a16b
共有 2 个文件被更改,包括 6 次插入5 次删除
  1. 5 4
      src/views/iot/board/components/deviceCount.vue
  2. 1 1
      src/views/iot/board/index.vue

+ 5 - 4
src/views/iot/board/components/deviceCount.vue

@@ -110,8 +110,8 @@ export default {
 
 .t_mbox > div:first-child > i {
   display: block;
-  width: 50px;
-  height: 50px;
+  width: 40px;
+  height: 40px;
   /* top: 0;
     bottom: 0; */
 }
@@ -119,7 +119,7 @@ export default {
 .t_mbox > div:nth-child(2) {
   width: 60%;
   display: flex;
-  justify-content: center;
+  justify-content: left;
 }
 
 // .t_mbox>div:nth-child(2) h2 {
@@ -132,7 +132,7 @@ export default {
 .t_mbox > div:nth-child(2) > div {
   display: flex;
   flex-direction: column;
-  align-items: center;
+  // align-items: center;
 }
 
 .t_mbox > div:nth-child(2) > div span {
@@ -146,6 +146,7 @@ export default {
 
 .t_mbox > div:nth-child(2) > div span:last-child {
   margin-top: 10px;
+  font-weight: 700;
 }
 
 .t_rbox {

+ 1 - 1
src/views/iot/board/index.vue

@@ -215,7 +215,7 @@ export default {
   line-height: 50px;
 
   ::v-deep .el-input{
-    top:8px;
+    top:6px;
   }
   ::v-deep .el-input__inner {
     background-color: transparent !important;