feat: 优化表格组件背景样式,增加暗黑模式支持
This commit is contained in:
@@ -93,7 +93,7 @@ defineExpose({
|
||||
<div class="space-y-5">
|
||||
<TableFilter v-if="filterColumns.length > 0" :columns="filterColumns" @confirm="handleSearch" />
|
||||
|
||||
<div class="rounded-lg bg-white p-5 space-y-5">
|
||||
<div class="rounded-lg bg-white p-5 space-y-5 dark:bg-white/10">
|
||||
<TableHeaderOperation
|
||||
v-if="showHeaderOperation"
|
||||
:columns="headerTableColumns"
|
||||
|
||||
Reference in New Issue
Block a user