Browse Source

巡检报告样式修改

xujunjie 1 year ago
parent
commit
2d2a48f2cd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/pages/EqSelfInspection/index.less

+ 3 - 3
src/pages/EqSelfInspection/index.less

@@ -77,7 +77,7 @@
   }
 }
 .item {
-  height: 108px;
+  height: 80px;
   display: flex;
   align-items: center;
   position: relative;
@@ -108,7 +108,7 @@
 }
 .warningItem {
   // border-bottom: 2px solid #555;
-  height: 90px;
+  height: 80px;
   display: flex;
   align-items: center;
   justify-content: space-between;
@@ -141,7 +141,7 @@
   border: 1px;
   border-radius: 12px;
   margin-bottom: 20px;
-  margin-top: 30px;
+  margin-top: 20px;
   padding: 0 10px;
 }
 .itemMain2 {