mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix: 样式优化
This commit is contained in:
@@ -1234,6 +1234,10 @@ const getMenuList = (val: boolean) => {
|
||||
&.auto {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
:deep(.ed-table-v2__header-cell) {
|
||||
background-color: #f5f6f7 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.dataset-list {
|
||||
@@ -1358,9 +1362,3 @@ const getMenuList = (val: boolean) => {
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="less">
|
||||
.ed-table-v2__header-cell {
|
||||
background-color: #f5f6f7;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user