shish 1 月之前
父節點
當前提交
626f374a25
共有 1 個文件被更改,包括 8 次插入6 次删除
  1. 8 6
      ghsApp/src/pagesPurchase/supplier.vue

+ 8 - 6
ghsApp/src/pagesPurchase/supplier.vue

@@ -590,7 +590,7 @@ export default {
             font-weight: bold;
             color: #222;
             cursor: pointer;
-            max-width: 320upx; // 拓宽名字的最大显示宽度
+            max-width: 460upx; // 拓宽名字的最大显示宽度
             word-break: break-word;
             white-space: normal;
           }
@@ -605,7 +605,7 @@ export default {
           
           .location-badge {
             font-size: 20upx;
-            padding: 4upx 12upx;
+            padding: 10upx 12upx;
             border-radius: 6upx;
             font-weight: bold;
             display: inline-block;
@@ -800,9 +800,10 @@ export default {
             display: flex;
             align-items: center;
             justify-content: center;
-            font-size: 28upx; // 字增大 4upx (24upx -> 28upx)
-            color: #666;
-            background-color: #f7f8fa;
+            font-size: 30upx;
+            color: #555;
+            background-color: #e8f1ff;
+            border: 1upx solid #c5daf5;
             border-radius: 8upx;
             padding: 14upx 0;
             cursor: pointer;
@@ -814,7 +815,8 @@ export default {
             }
 
             &:active {
-              background-color: #eef1f6;
+              background-color: #d6e8ff;
+              border-color: #9fc0ef;
               color: #3385FF;
             }
           }