修复table中更多按钮切换主题色未生效修复问题

This commit is contained in:
RuoYi
2022-10-28 20:59:42 +08:00
parent a6b2ac5dcd
commit dc48f9858b
4 changed files with 4 additions and 11 deletions

View File

@ -135,9 +135,8 @@
}
/** 表格更多操作下拉样式 */
.el-table .el-dropdown-link {
.el-table .el-dropdown-link,.el-table .el-dropdown-selfdefine {
cursor: pointer;
color: #409EFF;
margin-left: 5px;
}