Browse Source

单位信息采集选项卡字体大小修改

fanghuisheng 2 years ago
parent
commit
87bc6de316
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/pages/business/mhxf/unitInfoCollection/index.vue

+ 4 - 0
src/pages/business/mhxf/unitInfoCollection/index.vue

@@ -1277,5 +1277,9 @@ onLoad((options) => {
       margin-top: 10px;
     }
   }
+
+  :deep(.u-picker__view__column__item) {
+    font-size: 13px;
+  }
 }
 </style>