fix: style

This commit is contained in:
wangdan-fit2cloud 2025-09-26 18:20:18 +08:00
parent 196b8bba58
commit cc0eef326b

View File

@ -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;
}