shish 2 месяцев назад
Родитель
Сommit
93dbb9ef9a

+ 1 - 4
hdApp/src/admin/home/apply.vue

@@ -143,11 +143,8 @@ export default {
           display: flex;
           align-items: center;
           justify-content: center;
-          background: linear-gradient(135deg, #e9f8f3 0%, #f2f6fc 100%);
+          background: #e9f8f3;
           border-radius: 18upx;
-          box-shadow: 0 1upx 2upx rgba(0, 0, 0, 0.06), 0 4upx 12upx rgba(0, 0, 0, 0.04);
-          padding-top: 10upx;
-          padding-bottom: 6upx;
 
           .menu-icon-img {
             display: block;

+ 1 - 4
hdApp/src/admin/home/components/mall-home-panel.vue

@@ -851,14 +851,11 @@ export default {
   width: 96upx;
   height: 96upx;
   border-radius: 18upx;
-  background: linear-gradient(135deg, #e9f8f3 0%, #f2f6fc 100%);
-  box-shadow: 0 1upx 2upx rgba(0, 0, 0, 0.06), 0 4upx 12upx rgba(0, 0, 0, 0.04);
+  background: #e9f8f3;
   display: flex;
   align-items: center;
   justify-content: center;
   box-sizing: border-box;
-  padding-top: 10upx;
-  padding-bottom: 6upx;
   line-height: 0;
 }