Skip to content

Commit cc0eef3

Browse files
fix: style
1 parent 196b8bb commit cc0eef3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ui/src/styles/element-plus.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,18 @@
356356
.el-radio__input.is-checked + .el-radio__label {
357357
color: var(--el-text-color-primary);
358358
}
359+
360+
// el-tabs
361+
.el-tabs__header {
362+
margin: 0 0 12px;
363+
}
364+
.el-tabs__item {
365+
padding: 0 14px;
366+
}
367+
368+
.el-tabs__nav-wrap:after {
369+
height: 1px;
370+
}
371+
.el-tabs__active-bar {
372+
height: 3px;
373+
}

0 commit comments

Comments
 (0)