线上课tab栏样式优化

This commit is contained in:
禺狨
2023-03-15 14:47:18 +08:00
parent 0de3ceee6d
commit 45321a5918
2 changed files with 15 additions and 2 deletions

View File

@@ -466,6 +466,14 @@ textarea.ant-input {
.ant-tabs {
.ant-tabs-tab {
padding: 12px 24px !important;
font-size: 16px !important;
font-weight: 500;
padding: 10px 24px !important;
.ant-tabs-tab-btn {
line-height: 20px;
}
}
.ant-tabs-ink-bar {
height: 3px !important;
}
}