|
@@ -12,8 +12,8 @@
|
|
|
<table class="commission-table">
|
|
<table class="commission-table">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th style="width: 80px;">{{ t('Ib.Custom.Status') }}</th>
|
|
|
|
|
- <th style="width: 100px;"></th>
|
|
|
|
|
|
|
+ <th style="width: 60px;">{{ t('Ib.Custom.Status') }}</th>
|
|
|
|
|
+ <th style="width: 135px;"></th>
|
|
|
<th style="width: 100px;"></th>
|
|
<th style="width: 100px;"></th>
|
|
|
<th style="width: 80px;">METAL</th>
|
|
<th style="width: 80px;">METAL</th>
|
|
|
<th>FX</th>
|
|
<th>FX</th>
|
|
@@ -27,7 +27,7 @@
|
|
|
<tr v-for="(item, iIndex) in group.items" :key="iIndex">
|
|
<tr v-for="(item, iIndex) in group.items" :key="iIndex">
|
|
|
<td v-if="iIndex === 0" :rowspan="group.items.length" class="center-td">
|
|
<td v-if="iIndex === 0" :rowspan="group.items.length" class="center-td">
|
|
|
<switch :checked="group.isOpen" @change="(e) => onGroupSwitchChange(e, group)" color="#2b5aed"
|
|
<switch :checked="group.isOpen" @change="(e) => onGroupSwitchChange(e, group)" color="#2b5aed"
|
|
|
- style="transform:scale(0.8)" />
|
|
|
|
|
|
|
+ style="transform:scale(0.7)" />
|
|
|
</td>
|
|
</td>
|
|
|
<td v-if="iIndex === 0" :rowspan="group.items.length" class="center-td group-name-td">
|
|
<td v-if="iIndex === 0" :rowspan="group.items.length" class="center-td group-name-td">
|
|
|
{{ group.accountGroup }}
|
|
{{ group.accountGroup }}
|
|
@@ -35,7 +35,7 @@
|
|
|
<td class="center-td type-td">
|
|
<td class="center-td type-td">
|
|
|
{{ item.type }}
|
|
{{ item.type }}
|
|
|
</td>
|
|
</td>
|
|
|
- <td style="width: 80px;">
|
|
|
|
|
|
|
+ <td style="width: 75px;">
|
|
|
<cwg-combox v-model:value="item.energy" :options="formatOptions(item.energyOptions)"
|
|
<cwg-combox v-model:value="item.energy" :options="formatOptions(item.energyOptions)"
|
|
|
:placeholder="t('placeholder.choose')" />
|
|
:placeholder="t('placeholder.choose')" />
|
|
|
</td>
|
|
</td>
|
|
@@ -543,7 +543,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
th {
|
|
|
- padding: px2rpx(12) px2rpx(10);
|
|
|
|
|
|
|
+ padding: px2rpx(12) px2rpx(5);
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: var(--bs-emphasis-color);
|
|
color: var(--bs-emphasis-color);
|
|
@@ -553,7 +553,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
td {
|
|
|
- padding: px2rpx(8) px2rpx(10);
|
|
|
|
|
|
|
+ padding: px2rpx(8) px2rpx(7);
|
|
|
border: 1px solid #ebeef5;
|
|
border: 1px solid #ebeef5;
|
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
|
}
|
|
}
|
|
@@ -568,12 +568,12 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.type-td {
|
|
.type-td {
|
|
|
- color: #606266;
|
|
|
|
|
|
|
+ color: var(--bs-emphasis-color);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
:deep(.cwg-combox) {
|
|
:deep(.cwg-combox) {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- min-width: px2rpx(80);
|
|
|
|
|
|
|
+ width: px2rpx(60);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|