From 7781b565db049b6c4150113abbddf46e798c900d Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期四, 19 六月 2025 18:46:55 +0800 Subject: [PATCH] 修改bug,加权限 --- culture/src/components/Table/index.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/culture/src/components/Table/index.vue b/culture/src/components/Table/index.vue index 30aefbd..f9d0b88 100644 --- a/culture/src/components/Table/index.vue +++ b/culture/src/components/Table/index.vue @@ -1,6 +1,6 @@ <template> <div class="table-container" style="width: 100%;"> - <el-table ref="elTable" border v-bind="$attrs" v-on="$listeners" :height="height"> + <el-table ref="elTable" border v-bind="$attrs" v-on="$listeners" :height="height"> <slot></slot> </el-table> <div v-if="total > 0"> @@ -98,6 +98,12 @@ } +::v-deep .el-checkbox__input.is-disabled .el-checkbox__inner { + background-color: #049C9A !important; + border-color: #049C9A !important; + +} + ::v-deep .el-table__expanded-cell { padding: 0; } -- Gitblit v1.7.1