fix: 样式细节调整

This commit is contained in:
xuziqiang
2024-06-26 14:58:23 +08:00
parent b55ab2353e
commit 613e7feaf4
5 changed files with 15 additions and 7 deletions

View File

@@ -163,6 +163,14 @@ a {
color: @primary-color;
}
.ant-tabs .ns-table-search {
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
}
.ant-tabs .ns-table-main {
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
// 自定义的title样式
.ns-title-extra-box {