shish 6 месяцев назад
Родитель
Сommit
649fa6d400
3 измененных файлов с 2 добавлено и 22 удалено
  1. 0 10
      hdApp/src/admin/home/apply.vue
  2. 2 2
      hdApp/src/admin/home/me.vue
  3. 0 10
      hdApp/src/admin/home/workbench.vue

+ 0 - 10
hdApp/src/admin/home/apply.vue

@@ -169,13 +169,8 @@ export default {
         flex-direction: column;
         align-items: center;
         gap: 8upx;
-        transition: all 0.3s ease;
         border-radius: 12upx;
         
-        &:active {
-          transform: scale(0.95);
-        }
-        
         .icon-wrapper {
           width: 100upx;
           height: 100upx;
@@ -184,13 +179,8 @@ export default {
           justify-content: center;
           background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
           border-radius: 20upx;
-          transition: all 0.3s ease;
           box-shadow: 0 2upx 8upx rgba(0, 0, 0, 0.04);
           
-          &:active {
-            background: linear-gradient(135deg, #e0f2fe 0%, #d1e7f5 100%);
-          }
-          
           .icon-emoji {
             font-size: 48upx;
             line-height: 1;

+ 2 - 2
hdApp/src/admin/home/me.vue

@@ -647,8 +647,8 @@ export default {
           font-size: 26upx;
           font-weight: 700;
           color: #ffffff;
-          background: linear-gradient(135deg, #2eb86d 0%, #4ac98f 100%);
-          border-bottom: 1upx solid #22a855;
+          background-color:rgb(224, 187, 130);
+          border-bottom: 1upx solid rgb(224, 187, 130);
         }
         
         .category-items {

+ 0 - 10
hdApp/src/admin/home/workbench.vue

@@ -1524,11 +1524,6 @@ export default {
         flex-direction: column;
         align-items: center;
         gap: 8upx;
-        transition: all 0.3s ease;
-        
-        &:active {
-          transform: scale(0.95);
-        }
         
         .icon-wrapper {
           width: 100upx;
@@ -1538,11 +1533,6 @@ export default {
           justify-content: center;
           background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
           border-radius: 20upx;
-          transition: all 0.3s ease;
-          
-          &:active {
-            background: linear-gradient(135deg, #e0f2fe 0%, #d1e7f5 100%);
-          }
           
           .icon-emoji {
             font-size: 48upx;