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

This commit is contained in:
疯狂的狮子li
2022-10-28 20:59:42 +08:00
parent 85247991b6
commit 4c8dc500c7
3 changed files with 5 additions and 10 deletions

View File

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