feat: 优化组件背景样式,统一暗黑模式下的背景设置;更新中文语言包中的产品类型描述
This commit is contained in:
@@ -124,7 +124,7 @@ defineExpose({} as Expose);
|
||||
<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 dark:bg-white/10">
|
||||
<div class="rounded-lg bg-white p-5 space-y-5 dark:bg-container">
|
||||
<TableHeaderOperation
|
||||
v-if="showHeaderOperation"
|
||||
:operations="headerOperations"
|
||||
|
||||
@@ -32,7 +32,7 @@ function handleConfirm() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="rounded-lg bg-white p-5 dark:bg-white/10">
|
||||
<div class="rounded-lg bg-white p-5 dark:bg-container">
|
||||
<div class="mb-5">搜索</div>
|
||||
|
||||
<NForm :label-width="80" label-align="left" label-placement="left">
|
||||
|
||||
Reference in New Issue
Block a user