|
@@ -44,7 +44,7 @@
|
|
</el-tabs>
|
|
</el-tabs>
|
|
<el-table
|
|
<el-table
|
|
border
|
|
border
|
|
- :header-cell-style="{ backgroundColor: 'oklch(0.951 0.026 236.824)' }"
|
|
|
|
|
|
+ :header-cell-style="{ backgroundColor: 'rgb(227, 241, 253)' }"
|
|
:data="computedList"
|
|
:data="computedList"
|
|
highlight-current-row
|
|
highlight-current-row
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
@@ -186,7 +186,7 @@
|
|
:data="subList"
|
|
:data="subList"
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
:row-style="calcRowStyle"
|
|
:row-style="calcRowStyle"
|
|
- :header-cell-style="{ backgroundColor: 'oklch(0.951 0.026 236.824)' }"
|
|
|
|
|
|
+ :header-cell-style="{ backgroundColor: 'rgb(227, 241, 253)' }"
|
|
:empty-text="
|
|
:empty-text="
|
|
currentRow.Name?.length
|
|
currentRow.Name?.length
|
|
? '暂无数据'
|
|
? '暂无数据'
|
|
@@ -1056,7 +1056,7 @@ let computedTotalFOB = computed(() => {
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
.page-cargo-consolidation {
|
|
.page-cargo-consolidation {
|
|
.el-table__body tr.current-row > td.el-table__cell {
|
|
.el-table__body tr.current-row > td.el-table__cell {
|
|
- background-color: oklch(0.685 0.169 237.323);
|
|
|
|
|
|
+ background-color: rgb(56, 163, 238);
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|