forked from github/dataease
commit
a4fd0b2673
@ -1234,6 +1234,10 @@ const getMenuList = (val: boolean) => {
|
|||||||
&.auto {
|
&.auto {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:deep(.ed-table-v2__header-cell) {
|
||||||
|
background-color: #f5f6f7 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dataset-list {
|
.dataset-list {
|
||||||
@ -1358,9 +1362,3 @@ const getMenuList = (val: boolean) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style lang="less">
|
|
||||||
.ed-table-v2__header-cell {
|
|
||||||
background-color: #f5f6f7;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user