shish 17 hours ago
parent
commit
af40d5f108
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ghsApp/src/pagesPurchase/supplier.vue

+ 2 - 1
ghsApp/src/pagesPurchase/supplier.vue

@@ -840,7 +840,8 @@ export default {
             background-color: #e8f1ff;
             border: 1upx solid #c5daf5;
             border-radius: 8upx;
-            padding: 14upx 0;
+            // 原 padding 14upx,上下各 +2 共增高 4upx,flex 保证文字垂直居中
+            padding: 16upx 0;
             cursor: pointer;
             margin-right: 16upx;
             transition: all 0.2s ease;