fix(web): pageTabs style reset

This commit is contained in:
zhaoying
2026-04-21 16:41:08 +08:00
parent 9c20301a52
commit a106f4e3cd
3 changed files with 18 additions and 18 deletions

View File

@@ -443,4 +443,18 @@ body {
}
.ͼ1.cm-focused {
outline: none;
}
.pageTabs.ant-segmented {
padding: 4px;
margin-left: 4px;
}
.pageTabs.ant-segmented .ant-segmented-item-label {
line-height: 24px;
min-height: 24px;
padding: 0 12px;
}
.pageTabs.ant-segmented .ant-segmented-item-selected {
box-shadow: 0px 2px 4px 0px rgba(33, 35, 50, 0.16);
}