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"
|
||||
|
||||
@@ -32,7 +32,7 @@ function handleConfirm() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="rounded-lg bg-white p-5">
|
||||
<div class="rounded-lg bg-white p-5 dark:bg-white/10">
|
||||
<div class="mb-5">搜索</div>
|
||||
|
||||
<NForm :label-width="80" label-align="left" label-placement="left">
|
||||
|
||||
Reference in New Issue
Block a user