fix(系统设置): tab 留白间距 28px

This commit is contained in:
dataeaseShu
2024-12-23 17:45:42 +08:00
committed by xuwei-fit2cloud
parent 7d2ed79dcd
commit 013eeac827

View File

@@ -650,3 +650,11 @@ strong {
.de-el-dropdown-menu-fixed .de-panel .right-menu-foot .footer-right {
line-height: 36px;
}
.ed-tabs__item {
padding-right: 14px !important;
}
.ed-tabs__item + .ed-tabs__item {
padding-left: 14px !important;
}