add 文件管理
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
@import (reference) '../extend.less';
|
||||
|
||||
.yo-query-bar {
|
||||
margin-bottom: @padding-md;
|
||||
margin-bottom: @padding-xs;
|
||||
.ant-form-inline {
|
||||
.ant-form-item {
|
||||
margin-bottom: @padding-xs;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.yo-action-bar {
|
||||
@@ -71,6 +76,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ant-table-sticky-scroll {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.yo-table {
|
||||
.ant-table {
|
||||
margin: 0 !important;
|
||||
@@ -153,6 +162,10 @@
|
||||
border-top: @border-width-base @border-style-base @table-border-color;
|
||||
}
|
||||
}
|
||||
|
||||
&--row-no {
|
||||
background-color: @table-header-bg;
|
||||
}
|
||||
}
|
||||
|
||||
.yo-table-actions {
|
||||
|
||||
@@ -501,7 +501,6 @@
|
||||
flex-direction: column;
|
||||
|
||||
width: 100%;
|
||||
min-width: @container-width;
|
||||
height: 100%;
|
||||
|
||||
@layout-header-height: 54px;
|
||||
|
||||
Reference in New Issue
Block a user