feat: add anchor、tabs、treeSelect Components

This commit is contained in:
xiaoxian521
2022-03-10 00:36:11 +08:00
parent 8d539d4c21
commit 2e5667f652
7 changed files with 356 additions and 14 deletions

View File

@@ -107,15 +107,3 @@ ul {
color: var(--el-color-primary) !important;
}
}
// .ant-tabs-tab-btn:focus,
// .ant-tabs-tab-remove:focus,
// .ant-tabs-tab-btn:active,
// .ant-tabs-tab-remove:active {
// color: var(--el-color-primary) !important;
// }
// .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
// color: var(--el-color-primary) !important;
// }
// .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
// color: var(--el-color-primary) !important;
// }