项目初始化
This commit is contained in:
@@ -293,6 +293,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-header {
|
||||||
|
border-bottom: 1px solid @border-color-base;
|
||||||
|
}
|
||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
||||||
@@ -341,7 +345,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: @detail-header-height;
|
height: @detail-header-height;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-top: 1px solid @border-color-base;
|
border-bottom: 1px solid @border-color-base;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -85,7 +85,7 @@
|
|||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background-color: @component-background;
|
background-color: @component-background;
|
||||||
// border-top: 1px solid @border-color-base;
|
border-top: 1px solid @border-color-base;
|
||||||
z-index: 100; // 设置下,否则 BasicTable 空白图标会覆盖 actions 上边框线
|
z-index: 100; // 设置下,否则 BasicTable 空白图标会覆盖 actions 上边框线
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
|
|||||||
@@ -322,7 +322,7 @@
|
|||||||
&-footer {
|
&-footer {
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
// border-top: 1px solid fade(@border-color-base, 50%);
|
border-top: 1px solid fade(@border-color-base, 50%);
|
||||||
|
|
||||||
button + button {
|
button + button {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user