Bladeren bron

fix: 胁迫

lxf 2 weken geleden
bovenliggende
commit
d2b3494ef5
1 gewijzigde bestanden met toevoegingen van 13 en 11 verwijderingen
  1. 13 11
      src/views/old_mini/growth_report/alert_detail.vue

+ 13 - 11
src/views/old_mini/growth_report/alert_detail.vue

@@ -259,30 +259,32 @@ function handleGoPatrol() {
     display: flex;
     align-items: center;
     gap: 8px;
-    padding: 10px 10px 10px 12px;
+    padding: 14px 10px;
     border-radius: 12px;
-    background: linear-gradient(90deg, #fff7f0 0%, #ffffff 100%);
-    box-shadow: 0 4px 16px rgba(255, 122, 48, 0.18);
+    background: linear-gradient(180deg, #FFDFC5 -13%, #FFFFFF 38%);
+    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
+    // background: linear-gradient(90deg, #fff7f0 0%, #ffffff 100%);
     box-sizing: border-box;
 
     &__icon {
         flex: none;
-        width: 22px;
-        height: 22px;
+        width: 18px;
+        height: 18px;
         border-radius: 50%;
-        background: #ff7a30;
+        background: #FF953D;
         color: #fff;
         font-size: 14px;
         font-weight: 700;
-        line-height: 22px;
+        line-height: 18px;
         text-align: center;
     }
 
     &__text {
         flex: 1;
         min-width: 0;
-        color: #ff7a30;
-        font-size: 13px;
+        color: #FF953D;
+        font-size: 14px;
+        font-weight: 500;
         line-height: 18px;
     }
 
@@ -290,9 +292,9 @@ function handleGoPatrol() {
         flex: none;
         padding: 6px 12px;
         border-radius: 20px;
-        background: #ff7a30;
+        background: #FF953D;
         color: #fff;
-        font-size: 13px;
+        font-size: 12px;
         line-height: 18px;
         white-space: nowrap;
     }