fix: 工作台所有页面,ui功能优化。

This commit is contained in:
tianyongbao
2025-11-18 08:29:50 +08:00
parent ffd41d989a
commit d1fd0a4d1d
59 changed files with 3630 additions and 2647 deletions

View File

@@ -45,7 +45,8 @@
<uni-icons type="wallet-filled" size="20" color="#ffffff"></uni-icons>
</view>
<view class="card-info">
<text class="card-name">{{ item.name }}<text class="card-code" v-if="item.code">({{ item.code }})</text></text>
<text class="card-name">{{ item.name }}</text>
<text class="card-code" v-if="item.code">{{ item.code }}</text>
</view>
</view>
<view class="balance-section">
@@ -525,7 +526,9 @@ page {
.card-info {
flex: 1;
min-width: 0;
overflow: hidden;
display: flex;
flex-direction: column;
gap: 4rpx;
.card-name {
color: #ffffff;
@@ -535,14 +538,13 @@ page {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
.card-code {
color: rgba(255, 255, 255, 0.85);
font-size: 22rpx;
font-weight: 400;
margin-left: 8rpx;
}
}
.card-code {
color: rgba(255, 255, 255, 0.85);
font-size: 22rpx;
font-weight: 400;
line-height: 1;
}
}
@@ -594,12 +596,12 @@ page {
.info-label {
font-size: 24rpx;
color: #999;
line-height: 1.2;
padding: 4rpx 12rpx;
background: rgba(102, 126, 234, 0.08);
border-radius: 8rpx;
align-self: flex-start;
color: #667eea;
font-weight: 500;
background: rgba(102, 126, 234, 0.08);
padding: 6rpx 12rpx;
border-radius: 8rpx;
align-self: flex-start;
}
.info-value {