This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="function-item interactive card-interactive" @tap="$emit('sync')" role="button" tabindex="0">
|
<view class="function-item interactive card-interactive" @tap="$emit('sync')" role="button" tabindex="0">
|
||||||
<view class="function-icon">
|
<view class="function-icon">
|
||||||
<image src="/static/data.png" mode="aspectFit" alt="运营数据同步"></image>
|
<image src="/static/data.png" mode="aspectFit" alt="数据同步"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="function-name">运营数据同步</view>
|
<view class="function-name">数据同步</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="function-item interactive card-interactive" @tap="$emit('enter', 'package-order')"
|
<view class="function-item interactive card-interactive" @tap="$emit('enter', 'package-order')"
|
||||||
role="button" tabindex="0">
|
role="button" tabindex="0">
|
||||||
@@ -55,9 +55,9 @@
|
|||||||
<view class="function-item interactive card-interactive" @tap="$emit('enter', 'asset-package')"
|
<view class="function-item interactive card-interactive" @tap="$emit('enter', 'asset-package')"
|
||||||
role="button" tabindex="0">
|
role="button" tabindex="0">
|
||||||
<view class="function-icon">
|
<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>
|
||||||
<view class="function-name">资产套餐历史</view>
|
<view class="function-name">资产套餐</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="function-item interactive card-interactive" @tap="handleBindPhone" role="button" tabindex="0">
|
<view class="function-item interactive card-interactive" @tap="handleBindPhone" role="button" tabindex="0">
|
||||||
<view class="function-icon">
|
<view class="function-icon">
|
||||||
|
|||||||
@@ -289,7 +289,7 @@
|
|||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
width: 48rpx;
|
width: 48rpx;
|
||||||
height: 6rpx;
|
height: 6rpx;
|
||||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
background: var(--primary);
|
||||||
border-radius: 3rpx;
|
border-radius: 3rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -445,7 +445,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.tag-success {
|
&.tag-success {
|
||||||
background: #e6f7ff;
|
background: #eaf6ec;
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -717,7 +717,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.order-card .status-badge.tag-warning { color: #f08a00; }
|
.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-secondary { color: #7d828b; }
|
||||||
.order-card .status-badge.tag-info { color: #666d78; }
|
.order-card .status-badge.tag-info { color: #666d78; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user