微调颜色
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
:data="tableData"
|
||||
:header-cell-style="{
|
||||
textAlign: 'center',
|
||||
backgroundColor: '#003078',
|
||||
backgroundColor: 'var(--el-color-primary)',
|
||||
color: '#fff'
|
||||
}"
|
||||
stripe
|
||||
@@ -598,7 +598,7 @@ defineExpose({
|
||||
width: 45%;
|
||||
}
|
||||
.theFirst {
|
||||
background-color: #003078;
|
||||
background-color: var(--el-color-primary);
|
||||
color: #fff;
|
||||
width: 20px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user