fix: ui
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 58s

This commit is contained in:
luo
2026-07-30 12:36:46 +08:00
parent dfa68a6a79
commit 2fb95b3257
2 changed files with 7 additions and 7 deletions

View File

@@ -12,9 +12,9 @@
</view>
<view class="function-item interactive card-interactive" @tap="$emit('sync')" role="button" tabindex="0">
<view class="function-icon">
<image src="/static/data.png" mode="aspectFit" alt="运营数据同步"></image>
<image src="/static/data.png" mode="aspectFit" alt="数据同步"></image>
</view>
<view class="function-name">运营数据同步</view>
<view class="function-name">数据同步</view>
</view>
<view class="function-item interactive card-interactive" @tap="$emit('enter', 'package-order')"
role="button" tabindex="0">
@@ -55,9 +55,9 @@
<view class="function-item interactive card-interactive" @tap="$emit('enter', 'asset-package')"
role="button" tabindex="0">
<view class="function-icon">
<image src="/static/asset-package-history.png" mode="aspectFit" alt="资产套餐历史"></image>
<image src="/static/asset-package-history.png" mode="aspectFit" alt="资产套餐"></image>
</view>
<view class="function-name">资产套餐历史</view>
<view class="function-name">资产套餐</view>
</view>
<view class="function-item interactive card-interactive" @tap="handleBindPhone" role="button" tabindex="0">
<view class="function-icon">

View File

@@ -289,7 +289,7 @@
transform: translateX(-50%);
width: 48rpx;
height: 6rpx;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
background: var(--primary);
border-radius: 3rpx;
}
}
@@ -445,7 +445,7 @@
}
&.tag-success {
background: #e6f7ff;
background: #eaf6ec;
color: var(--primary);
}
@@ -717,7 +717,7 @@
}
.order-card .status-badge.tag-warning { color: #f08a00; }
.order-card .status-badge.tag-success { color: #147de2; }
.order-card .status-badge.tag-success { color: var(--primary); }
.order-card .status-badge.tag-secondary { color: #7d828b; }
.order-card .status-badge.tag-info { color: #666d78; }