Browse Source

再次调整省市县小班样式

gcz 2 years ago
parent
commit
13deceddfd
2 changed files with 8 additions and 8 deletions
  1. 4 4
      src/assets/scss/common.scss
  2. 4 4
      src/components/pickerAddr.vue

+ 4 - 4
src/assets/scss/common.scss

@@ -158,9 +158,9 @@ body {
     color: var(--main-color);
      .el-input .el-input__inner{
         border: none;
-        font-size: 26px;
-        height: 50px;
-        line-height: 50px;
+        font-size: 18px;
+        // height: 50px;
+        // line-height: 50px;
         color: var(--main-color);
         background: url(../img/xiaoban-bg.png) no-repeat;
         background-size: 100% 100%;
@@ -173,7 +173,7 @@ body {
     }
     .title{
         white-space: nowrap;
-        font-size: 26px;
+        font-size: 18px;
     }
 }
 .nav-wrap {

+ 4 - 4
src/components/pickerAddr.vue

@@ -134,7 +134,7 @@ export default {
 
 <style lang='scss' scoped>
 .pickerAddr {
-  font-size: 26px;
+  font-size: 18px;
   color: var(--main-color);
   text-align: right;
   margin-bottom: 1vh;
@@ -164,9 +164,9 @@ export default {
   .el-select {
     width: 8vw;
     /deep/ .el-input__inner {
-      font-size: 26px;
-      height: 50px;
-      line-height: 50px;
+      font-size: 18px;
+      // height: 50px;
+      // line-height: 50px;
       color: var(--main-color);
       background: url(../assets/img/select-bg.png) no-repeat;
       background-size: 100% 100%;