mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: style
This commit is contained in:
parent
196b8bba58
commit
cc0eef326b
|
|
@ -356,3 +356,18 @@
|
|||
.el-radio__input.is-checked + .el-radio__label {
|
||||
color: var(--el-text-color-primary);
|
||||
}
|
||||
|
||||
// el-tabs
|
||||
.el-tabs__header {
|
||||
margin: 0 0 12px;
|
||||
}
|
||||
.el-tabs__item {
|
||||
padding: 0 14px;
|
||||
}
|
||||
|
||||
.el-tabs__nav-wrap:after {
|
||||
height: 1px;
|
||||
}
|
||||
.el-tabs__active-bar {
|
||||
height: 3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue