Browse Source

修改样式

See999 5 years ago
parent
commit
6f874107f1

+ 9 - 9
src/pages/main/dialog/AcceptsDialog.vue View File

@@ -476,17 +476,17 @@ export default {
476 476
     margin-right: 14px;
477 477
     width: 2.2rem;
478 478
   }
479
-}
480
-
481
-.el-radio__inner {
482
-  width: 16px;
483
-  height: 16px;
484
-  @media only screen and (min-width: 768px) {
485
-    width: 26px;
486
-    height: 26px;
487
-    margin-bottom: 4px;
479
+  .el-radio__inner {
480
+    width: 16px !important;
481
+    height: 16px !important;
482
+    @media only screen and (min-width: 768px) {
483
+      width: 26px !important;
484
+      height: 26px !important;
485
+      margin-bottom: 4px !important;
486
+    }
488 487
   }
489 488
 }
489
+
490 490
 .illnessInput {
491 491
   .el-input__inner {
492 492
     font-size: 0.45rem;

+ 0 - 3
src/pages/main/dialog/modify_order/modify_order_form.vue View File

@@ -444,9 +444,6 @@ export default {
444 444
 </style>
445 445
 <style lang="scss">
446 446
 .content {
447
-  .newContent {
448
-    overflow: hidden;
449
-  }
450 447
   .cell {
451 448
     .inputBox {
452 449
       @media only screen and (max-width: 767px) {

+ 4 - 1
src/pages/main/dialog/new_order/order_form.vue View File

@@ -10,7 +10,7 @@
10 10
       </div>
11 11
       <div class="DialogContent choose advice-top">
12 12
         <div class="content clearfix">
13
-          <div>
13
+          <div class="newContent">
14 14
             <div class="cell">
15 15
               <label>医嘱名称</label>
16 16
               <input class="inputBox" style="width:96%" v-model="order.title" />
@@ -486,6 +486,9 @@ export default {
486 486
 </style>
487 487
 <style lang="scss">
488 488
 .content {
489
+  .newContent {
490
+    overflow: hidden;
491
+  }
489 492
   .cell {
490 493
     .inputBox {
491 494
       @media only screen and (max-width: 767px) {