shish 7 月之前
父節點
當前提交
5c53135298
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      ghsPad/src/pages/home/components/selectFlowerGrid.vue

+ 6 - 6
ghsPad/src/pages/home/components/selectFlowerGrid.vue

@@ -373,7 +373,7 @@ export default {
                 align-items: center;
 
                 .flower-name {
-                    font-size: 7.44upx;
+                    font-size: 11upx;
                     font-weight: 500;
                     color: #333333;
                     text-align: center;
@@ -459,31 +459,31 @@ export default {
 
     // 底部按钮栏 - 再缩小 1/2 (总计 33.33%)
     .popup-footer {
-        height: 30.56upx;
+        height: 32upx;
         display: flex;
         align-items: center;
         justify-content: center;
-        gap: 11.11upx;
+        gap: 15upx;
         padding: 0 13.89upx;
         border-top: 2upx solid #eeeeee;
         background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
 
         .footer-btn {
             flex: 1;
-            height: 16.67upx;
+            height: 25upx;
             display: flex;
             align-items: center;
             justify-content: center;
             border-radius: 2.22upx;
             cursor: pointer;
             transition: all 0.3s;
-            font-size: 10upx;
+            font-size: 12upx;
             font-weight: bold;
             min-width: 41.67upx;
             max-width: 69.44upx;
 
             text {
-                font-size: 10upx;
+                font-size: 12upx;
                 font-weight: bold;
             }