Commit 52c7858a authored by zhangwenshuai's avatar zhangwenshuai

修改样式

parent 4c53a538
......@@ -22,7 +22,7 @@
flex-direction: column;
}
.tableOperateContainer {
height: 58px;
height: 38px;
overflow: hidden;
}
......
......@@ -4,7 +4,7 @@
background: white;
position: relative;
box-shadow: @boxShadow;
margin-bottom: @marginLg;
margin-bottom: @marginGen;
.headerContainer {
display: flex;
height: 62px;
......
......@@ -84,7 +84,7 @@ export default class Operate extends Component<Props> {
</div>
)}
</div>
{filter && (
{filter && filter.value && filter.value.length > 0 && (
<FilterCondition
columns={columns}
value={filter.value}
......
......@@ -3,7 +3,7 @@
.container {
background: white;
position: relative;
height: 58px;
height: 38px;
display: flex;
align-items: center;
padding: 0 @paddingLg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment