瀏覽代碼

修改样式

See999 5 年之前
父節點
當前提交
6f874107f1

+ 9 - 9
src/pages/main/dialog/AcceptsDialog.vue 查看文件

476
     margin-right: 14px;
476
     margin-right: 14px;
477
     width: 2.2rem;
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
 .illnessInput {
490
 .illnessInput {
491
   .el-input__inner {
491
   .el-input__inner {
492
     font-size: 0.45rem;
492
     font-size: 0.45rem;

+ 0 - 3
src/pages/main/dialog/modify_order/modify_order_form.vue 查看文件

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

+ 4 - 1
src/pages/main/dialog/new_order/order_form.vue 查看文件

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