部门、分类管理页面图标替换

This commit is contained in:
禺狨
2023-03-14 15:17:28 +08:00
parent 1972380fd7
commit 63a8992312
9 changed files with 135 additions and 107 deletions

View File

@@ -406,6 +406,16 @@ textarea.ant-input {
}
}
.ant-tree-title {
.iconfont {
color: rgba(0, 0, 0, 0.3);
cursor: pointer;
&:hover {
opacity: 0.8;
}
}
}
.ant-modal-confirm-btns > .ant-btn-default:hover {
color: #ff4d4f !important;
border-color: #ff4d4f;