lex 1 year ago
parent
commit
5c010c32f5

+ 8 - 4
src/components/m-qrcode/index.module.less

@@ -10,15 +10,19 @@
     position: absolute;
     top: 50%;
     left: 50%;
-    margin-left: -20px;
-    margin-top: -20px;
+    margin-left: -23px;
+    margin-top: -23px;
     width: 40px !important;
     height: 40px !important;
     border-radius: 4px;
+    padding: 3px;
+    border-radius: 5px;
+    background-color: #fff;
+    box-sizing: content-box;
 
     &.small {
-      margin-left: -10px;
-      margin-top: -10px;
+      margin-left: -13px;
+      margin-top: -13px;
       width: 20px !important;
       height: 20px !important;
     }

+ 6 - 1
src/views/tenantAllData/index.module.less

@@ -54,14 +54,19 @@
     margin-top: 18px;
 
     .cardItem {
+      flex: 1;
       padding: 8px 16px;
-      width: 110px;
+      // width: 110px;
       height: 70px;
       background: #ffffff;
       border-radius: 10px;
       overflow: hidden;
       position: relative;
 
+      &+.cardItem {
+        margin-left: 8px;
+      }
+
       .cardLine {
         width: 6px;
         height: 70px;