【修改】试题弹窗样式调整

This commit is contained in:
maghny@126.com
2025-04-26 21:30:09 +08:00
parent 48ee4e5dab
commit 952de396ae
2 changed files with 35 additions and 4 deletions

View File

@@ -138,7 +138,7 @@
>
<div class="main" style="width: 100%; height: 100%">
<el-input v-model="keyWord" placeholder="请输入关键字" size="large" />
<div class="dialog-footer">
<div class="dialog-footer" style="margin-top: 20px;">
<el-button @click="keyDialogClose">取消</el-button>
<el-button type="primary" @click="confirmKeyDialogVisible">
确定
@@ -516,4 +516,18 @@ const resetForm = () => {
display: none;
}
}
:deep(.el-table) {
.el-table__header-wrapper {
.el-table__header {
thead {
tr {
th {
background: #ebebeb;
}
}
}
}
}
}
</style>