shish 2 месяцев назад
Родитель
Сommit
7b1d311ea0
1 измененных файлов с 8 добавлено и 10 удалено
  1. 8 10
      ghsApp/src/admin/home/components/OrderItem.vue

+ 8 - 10
ghsApp/src/admin/home/components/OrderItem.vue

@@ -547,22 +547,20 @@ export default {
       box-sizing: border-box;
       box-sizing: border-box;
     }
     }
     .more-icon-btn {
     .more-icon-btn {
-      margin: 0 6upx 12upx 6upx;
-      width: 56upx;
-      height: 56upx;
+      width: 53upx;
+      height: 53upx;
       display: flex;
       display: flex;
       align-items: center;
       align-items: center;
       justify-content: center;
       justify-content: center;
       flex: none;
       flex: none;
     }
     }
     .more-icon-btn__icon {
     .more-icon-btn__icon {
-      width: 55upx;
-      height: 55upx;
+      width: 52upx;
+      height: 52upx;
     }
     }
     .share-icon-btn {
     .share-icon-btn {
-      margin: 0 6upx 12upx 6upx;
-      width: 54upx;
-      height: 54upx;
+      width: 51upx;
+      height: 51upx;
       padding: 0;
       padding: 0;
       line-height: 1;
       line-height: 1;
       display: flex;
       display: flex;
@@ -576,8 +574,8 @@ export default {
       }
       }
     }
     }
     .share-icon-btn__icon {
     .share-icon-btn__icon {
-      width: 53upx;
-      height: 53upx;
+      width: 50upx;
+      height: 50upx;
     }
     }
   }
   }
 }
 }