字典、配置

This commit is contained in:
陈红丽 2024-08-28 08:38:12 +08:00
parent 1de42731ec
commit ad3a7ea640
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<PageWrapper>
<el-row :gutter="10" class="mt-3">
<el-col :xs="24" :sm="24" :md="7" :lg="7" :xl="7" class="mb-4">
<el-col :xs="24" :sm="24" :md="6" :lg="6" :xl="6" class="mb-4">
<el-card shadow="hover" class="border-0">
<template #header>
<el-row>
@ -34,7 +34,7 @@
</pagination>
</el-card>
</el-col>
<el-col :xs="24" :sm="24" :md="17" :lg="17" :xl="17" class="mb-4">
<el-col :xs="24" :sm="24" :md="18" :lg="18" :xl="18" class="mb-4">
<el-card shadow="hover" class="mb-4 border-0 proCard">
<configItem :configId="configId" v-if="configItemShow"></configItem>
</el-card>
@ -113,6 +113,7 @@ onMounted(() => {
}
.dict-list-box {
overflow: auto;
.dict-item {
height: 40px;
line-height: 40px;

View File

@ -121,6 +121,7 @@ onMounted(() => {
}
.dict-list-box {
overflow:auto;
.dict-item {
height: 40px;
line-height: 40px;