|
|
@@ -8,11 +8,11 @@
|
|
|
<uni-forms :model="dialogForm" ref="formRef" label-width="0" class="dialogCheck_form dialog-account-adjust-form">
|
|
|
<view class="form-section form-section-commission">
|
|
|
<view class="section-title">
|
|
|
- <cwg-icon name="crm-option" :size="22" color="#000"></cwg-icon>
|
|
|
+ <cwg-icon name="crm-option" :size="22"></cwg-icon>
|
|
|
{{ t('Ib.Index.Spread5') }}
|
|
|
</view>
|
|
|
<view class="account-type-grid">
|
|
|
- <view class="account-type-card">
|
|
|
+ <view class="account-type-card uni-row1">
|
|
|
<view class="account-type-label">
|
|
|
{{ t('AccountType.StandardAccount') }}
|
|
|
</view>
|
|
|
@@ -22,7 +22,7 @@
|
|
|
}))" :placeholder="t('placeholder.choose')" class="account-select"
|
|
|
@change="(value) => handleCommissionAccountTypeChange('standard', '7', value)" />
|
|
|
</view>
|
|
|
- <view class="account-type-card">
|
|
|
+ <view class="account-type-card uni-row1">
|
|
|
<view class="account-type-label">
|
|
|
{{ t('AccountType.SeniorAccount') }}
|
|
|
</view>
|
|
|
@@ -32,7 +32,7 @@
|
|
|
}))" :placeholder="t('placeholder.choose')" class="account-select"
|
|
|
@change="(value) => handleCommissionAccountTypeChange('ecn', '2', value)" />
|
|
|
</view>
|
|
|
- <view class="account-type-card">
|
|
|
+ <view class="account-type-card uni-row1">
|
|
|
<view class="account-type-label">
|
|
|
{{ t('AccountType.CentAccount') }}
|
|
|
</view>
|
|
|
@@ -272,13 +272,13 @@ const confirmDia = async () => {
|
|
|
}
|
|
|
|
|
|
.account-adjust-cid-label {
|
|
|
- color: #606266;
|
|
|
+ //color: var(--bs-emphasis-color);
|
|
|
margin-right: px2rpx(5);
|
|
|
}
|
|
|
|
|
|
.account-adjust-cid-value {
|
|
|
font-weight: bold;
|
|
|
- color: #303133;
|
|
|
+ //color: var(--bs-emphasis-color);
|
|
|
}
|
|
|
|
|
|
.form-section {
|
|
|
@@ -299,7 +299,7 @@ const confirmDia = async () => {
|
|
|
|
|
|
.account-type-grid {}
|
|
|
|
|
|
-.account-type-card {
|
|
|
+:deep(.account-type-card) {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
margin-bottom: px2rpx(20);
|
|
|
@@ -307,7 +307,7 @@ const confirmDia = async () => {
|
|
|
|
|
|
.account-type-label {
|
|
|
margin-bottom: 10rpx;
|
|
|
- font-size: 14rpx;
|
|
|
+ font-size: 1rem;
|
|
|
}
|
|
|
|
|
|
.account-select {
|
|
|
@@ -342,7 +342,7 @@ const confirmDia = async () => {
|
|
|
|
|
|
.account-adjust-notes-list {
|
|
|
margin-left: px2rpx(20);
|
|
|
- color: #606266;
|
|
|
+ //color: #606266;
|
|
|
font-size: px2rpx(13);
|
|
|
}
|
|
|
|