fix: 自测问题修复验证。
This commit is contained in:
@@ -536,7 +536,7 @@ page {
|
||||
padding: 24rpx;
|
||||
background: #fafbfc;
|
||||
border: 2rpx solid #f0f2f5;
|
||||
margin: 15rpx 16rpx 2rpx;
|
||||
margin: 15rpx 16rpx 15rpx;
|
||||
border-radius: 12rpx;
|
||||
}
|
||||
|
||||
|
||||
@@ -755,7 +755,7 @@ page {
|
||||
padding: 24rpx;
|
||||
background: #fafbfc;
|
||||
border: 2rpx solid #f0f2f5;
|
||||
margin: 15rpx 16rpx 2rpx;
|
||||
margin: 15rpx 16rpx 15rpx;
|
||||
border-radius: 12rpx;
|
||||
|
||||
.info-row {
|
||||
|
||||
@@ -598,7 +598,7 @@ page {
|
||||
padding: 24rpx;
|
||||
background: #fafbfc;
|
||||
border: 2rpx solid #f0f2f5;
|
||||
margin: 15rpx 16rpx 2rpx;
|
||||
margin: 15rpx 16rpx 15rpx;
|
||||
border-radius: 12rpx;
|
||||
}
|
||||
|
||||
|
||||
@@ -726,7 +726,7 @@ page {
|
||||
padding: 24rpx;
|
||||
background: #fafbfc;
|
||||
border: 2rpx solid #f0f2f5;
|
||||
margin: 15rpx 16rpx 2rpx;
|
||||
margin: 15rpx 16rpx 15rpx;
|
||||
border-radius: 12rpx;
|
||||
|
||||
.info-row {
|
||||
|
||||
@@ -458,7 +458,7 @@ page {
|
||||
padding: 24rpx;
|
||||
background: #fafbfc;
|
||||
border: 2rpx solid #f0f2f5;
|
||||
margin: 15rpx 16rpx 2rpx;
|
||||
margin: 15rpx 16rpx 15rpx;
|
||||
border-radius: 12rpx;
|
||||
}
|
||||
|
||||
|
||||
@@ -51,17 +51,21 @@
|
||||
</view>
|
||||
|
||||
<view class="card-body">
|
||||
<view class="info-item">
|
||||
<text class="info-label">还款日</text>
|
||||
<text class="info-value">{{ item.repaymentDay }}</text>
|
||||
<view class="info-row">
|
||||
<view class="info-item">
|
||||
<text class="info-label">还款日</text>
|
||||
<text class="info-value">{{ item.repaymentDay }}</text>
|
||||
</view>
|
||||
<view class="info-item">
|
||||
<text class="info-label">账单周期</text>
|
||||
<text class="info-value">{{ item.billDatePeriod }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="info-item">
|
||||
<text class="info-label">账单周期</text>
|
||||
<text class="info-value">{{ item.billDatePeriod }}</text>
|
||||
</view>
|
||||
<view class="info-item">
|
||||
<text class="info-label">最近交易时间</text>
|
||||
<text class="info-value">{{ item.recentDealTime || '-' }}</text>
|
||||
<view class="info-row">
|
||||
<view class="info-item">
|
||||
<text class="info-label">最近交易时间</text>
|
||||
<text class="info-value">{{ item.recentDealTime || '-' }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="stats-body" v-if="auth.hasPermi('invest:posmachine:list')">
|
||||
@@ -580,7 +584,8 @@ page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16rpx;
|
||||
border-top: 1rpx solid #e8edf3;
|
||||
margin: -3rpx 16rpx 5rpx;
|
||||
border-top: 0rpx solid #e8edf3;
|
||||
}
|
||||
|
||||
.stats-row {
|
||||
@@ -626,8 +631,18 @@ page {
|
||||
padding: 24rpx;
|
||||
background: #fafbfc;
|
||||
border: 2rpx solid #f0f2f5;
|
||||
margin: 15rpx 16rpx 5rpx;
|
||||
border-radius: 12rpx;
|
||||
margin: 15rpx 16rpx 0rpx;
|
||||
border-radius: 0rpx;
|
||||
}
|
||||
|
||||
.info-row {
|
||||
display: flex;
|
||||
gap: 24rpx;
|
||||
margin-bottom: 16rpx;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.info-item {
|
||||
|
||||
@@ -63,9 +63,9 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="card-body">
|
||||
<view class="card-body" v-if="item.remark">
|
||||
<view class="info-row">
|
||||
<view class="info-item info-item-full" v-if="item.remark">
|
||||
<view class="info-item info-item-full" >
|
||||
<text class="info-label">备注</text>
|
||||
<text class="info-value">{{ item.remark }}</text>
|
||||
</view>
|
||||
@@ -509,7 +509,8 @@ page {
|
||||
.info-item {
|
||||
flex: 0 0 calc(50% - 12rpx);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 4rpx;
|
||||
min-width: 0;
|
||||
margin-bottom: -5rpx;
|
||||
|
||||
@@ -493,7 +493,10 @@ page {
|
||||
|
||||
.card-body {
|
||||
padding: 24rpx;
|
||||
background: #fff;
|
||||
background: #fafbfc;
|
||||
border: 2rpx solid #f0f2f5;
|
||||
margin: 15rpx 16rpx 2rpx;
|
||||
border-radius: 12rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16rpx;
|
||||
|
||||
@@ -516,8 +516,9 @@ page {
|
||||
.info-item {
|
||||
flex: 0 0 calc(50% - 12rpx);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4rpx;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 8rpx;
|
||||
min-width: 0;
|
||||
margin-bottom: -5rpx;
|
||||
|
||||
@@ -532,7 +533,7 @@ page {
|
||||
background: rgba(102, 126, 234, 0.08);
|
||||
padding: 6rpx 12rpx;
|
||||
border-radius: 8rpx;
|
||||
align-self: flex-start;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.info-value {
|
||||
@@ -542,9 +543,6 @@ page {
|
||||
flex: 1;
|
||||
line-height: 1.5;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
&:not(.info-item-full) .info-value {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
@@ -504,7 +504,7 @@ page {
|
||||
padding: 24rpx;
|
||||
background: #fafbfc;
|
||||
border: 2rpx solid #f0f2f5;
|
||||
margin: 15rpx 16rpx 2rpx;
|
||||
margin: 15rpx 16rpx 15rpx;
|
||||
border-radius: 12rpx;
|
||||
}
|
||||
|
||||
|
||||
@@ -571,7 +571,7 @@ page {
|
||||
padding: 24rpx;
|
||||
background: #fafbfc;
|
||||
border: 2rpx solid #f0f2f5;
|
||||
margin: 15rpx 16rpx 2rpx;
|
||||
margin: 15rpx 16rpx 15rpx;
|
||||
border-radius: 12rpx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user