Commit 52c7858a authored by zhangwenshuai's avatar zhangwenshuai

修改样式

parent 4c53a538
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
flex-direction: column; flex-direction: column;
} }
.tableOperateContainer { .tableOperateContainer {
height: 58px; height: 38px;
overflow: hidden; overflow: hidden;
} }
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
background: white; background: white;
position: relative; position: relative;
box-shadow: @boxShadow; box-shadow: @boxShadow;
margin-bottom: @marginLg; margin-bottom: @marginGen;
.headerContainer { .headerContainer {
display: flex; display: flex;
height: 62px; height: 62px;
......
...@@ -84,7 +84,7 @@ export default class Operate extends Component<Props> { ...@@ -84,7 +84,7 @@ export default class Operate extends Component<Props> {
</div> </div>
)} )}
</div> </div>
{filter && ( {filter && filter.value && filter.value.length > 0 && (
<FilterCondition <FilterCondition
columns={columns} columns={columns}
value={filter.value} value={filter.value}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.container { .container {
background: white; background: white;
position: relative; position: relative;
height: 58px; height: 38px;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 @paddingLg; 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