Selaa lähdekoodia

Merge branch 'dev5.4.3' into dev/new1

zhangxc 5 vuotta sitten
vanhempi
commit
86e12ae04a

+ 6 - 6
src/components/PushItems/DetailsModal/index.less

@@ -14,7 +14,7 @@
 
 .details-content-wrapper {
     position: fixed;
-    padding: 50px 0;
+    padding: 70px 0 50px 0;
     width: 80%;
     height: 80%;
     left: 10%;
@@ -35,10 +35,10 @@
     position: absolute;
     top: 0;
     width: 100%;
-    padding: 0 40px;
-    height: 50px;
-    line-height: 50px;
-    font-size: 32px;
+    padding: 0  40px;
+    height: 70px;
+    line-height: 70px;
+    font-size: 28px;
     font-weight: bold;
 }
 
@@ -87,7 +87,7 @@
 }
 .content-menu-box {
     position: absolute;
-    top: 50px;
+    top: 70px;
     right: 20px;
     width: 160px;
     height: 80%;

+ 5 - 5
src/components/TreatDesc/DrugInfo/index.less

@@ -9,7 +9,7 @@
     top: 10%;
     margin-left: -475px;
     background: #fff;
-    padding: 50px 0 60px;
+    padding: 70px 0 50px 0;
     box-shadow: 0px 0px 5px -2px #7d7c7c;
     word-break: break-all;
     max-width: 100%;
@@ -35,9 +35,9 @@
     position: absolute;
     top: 0;
     width: 100%;
-    height: 50px;
-    line-height: 50px;
-    font-size: 32px;
+    height: 70px;
+    line-height: 70px;
+    font-size: 28px;
     font-weight: bold;
     padding: 0 40px;
     cursor: move;
@@ -95,7 +95,7 @@
 
 .content-menu-box {
     position: absolute;
-    top: 50px;
+    top: 70px;
     right: 20px;
     width: 160px;
     height: 80%;