线上课tab宽度优化

This commit is contained in:
禺狨
2023-03-15 14:34:44 +08:00
parent 7d253ef888
commit 0de3ceee6d
2 changed files with 7 additions and 1 deletions

View File

@@ -463,3 +463,9 @@ textarea.ant-input {
.tree-num {
color: rgba(0, 0, 0, 0.45);
}
.ant-tabs {
.ant-tabs-tab {
padding: 12px 24px !important;
}
}