Browse Source

Merge remote-tracking branch 'origin/admin_dev' into admin_dev

ljc 1 month ago
parent
commit
62cf7d2ea7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/common/download.vue

+ 2 - 1
pages/common/download.vue

@@ -318,7 +318,7 @@ onMounted(async () => {
         align-items: center;
         padding: px2rpx(24) px2rpx(20);
         background: linear-gradient(135deg, #4990EF 0%, #3A7BE0 100%);
-        color: var(--bs-emphasis-color);
+        color: #fff;
         border-radius: px2rpx(12);
         min-width: px2rpx(160);
         max-width: px2rpx(200);
@@ -363,6 +363,7 @@ onMounted(async () => {
                 font-size: px2rpx(15);
                 font-weight: 500;
                 margin-bottom: px2rpx(4);
+                color: #fff;
             }
 
             .card-desc {