Browse Source

修改样式

See999 5 years ago
parent
commit
b7d16d0f75
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/pages/monitoring/index.vue

+ 5 - 2
src/pages/monitoring/index.vue View File

@@ -27,7 +27,7 @@
27 27
             >搜索</van-button>
28 28
           </van-field>
29 29
         </div>-->
30
-        <div class="newSearch">
30
+        <div class="newSearch1">
31 31
           <el-input
32 32
             prefix-icon="el-icon-search"
33 33
             v-model="patient_keyword"
@@ -575,7 +575,7 @@ export default {
575 575
 }
576 576
 </style>
577 577
 <style lang="scss">
578
-.newSearch {
578
+.newSearch1 {
579 579
   height: 1rem;
580 580
   width: 100%;
581 581
   background: #fff;
@@ -602,6 +602,9 @@ export default {
602 602
     border-radius: 30px;
603 603
     border: none;
604 604
     font-size: 0.45rem;
605
+    @media only screen and (min-width: 768px) {
606
+      padding-left: 0.9rem;
607
+    }
605 608
   }
606 609
   .el-input__icon {
607 610
     line-height: 1rem;