项目初始化

This commit is contained in:
2026-03-23 09:43:34 +08:00
parent 5636114d28
commit 8815ede10b
3 changed files with 7 additions and 3 deletions

View File

@@ -293,6 +293,10 @@
}
}
&-header {
border-bottom: 1px solid @border-color-base;
}
&-title {
font-weight: normal;
@@ -341,7 +345,7 @@
width: 100%;
height: @detail-header-height;
padding: 0;
border-top: 1px solid @border-color-base;
border-bottom: 1px solid @border-color-base;
box-sizing: border-box;
}

View File

@@ -85,7 +85,7 @@
padding-right: 8px;
text-align: right;
background-color: @component-background;
// border-top: 1px solid @border-color-base;
border-top: 1px solid @border-color-base;
z-index: 100; // 设置下,否则 BasicTable 空白图标会覆盖 actions 上边框线
> * {

View File

@@ -322,7 +322,7 @@
&-footer {
padding: 14px;
margin-top: 0;
// border-top: 1px solid fade(@border-color-base, 50%);
border-top: 1px solid fade(@border-color-base, 50%);
button + button {
margin-left: 10px;