Sfoglia il codice sorgente

预问诊独立bug修改2978

zhouna 5 anni fa
parent
commit
2952ecc7f0
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      src/components/preTreat/PubSelect.vue

+ 4 - 4
src/components/preTreat/PubSelect.vue

@@ -71,16 +71,16 @@
         .bottomPartMid{
             position: absolute;
             top:29px;
-            right: 0px;
+            right: -50px;
         }
     }
     .main-area .static-tip{
         border:1px solid #dcdfe6;
         height: 38px;
-        width: 150px;
+        width: 130px;
         position: absolute;
         top:29px;
-        left: -150px;
+        left: -130px;
         line-height: 38px;
         text-align: center;
     }
@@ -122,7 +122,7 @@
     .main-area{
         width: 80%;
         min-width: 400px;
-        margin:20px 150px 20px 140px;
+        margin:20px 150px 20px 124px;
         &.sigle-row{
              width: 60%;
              margin:20px 150px 20px 30%;