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