mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-28 13:00:00 +08:00
28 lines
441 B
SCSS
28 lines
441 B
SCSS
.magic-form-dynamic-tab {
|
|
.el-tabs__header.is-top {
|
|
padding-right: 8px;
|
|
.el-tabs__new-tab {
|
|
margin-right: auto;
|
|
min-width: 50px;
|
|
outline: none;
|
|
border-color: #409eff;
|
|
color: #409eff;
|
|
width: 10px;
|
|
&::before {
|
|
content: "添加";
|
|
}
|
|
.el-icon-plus {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.magic-form-tab {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.diff-count-badge {
|
|
top: -10px;
|
|
}
|