fix: group 搜索框宽度窄超出

This commit is contained in:
zwjamnsss 2017-07-27 11:29:12 +08:00
parent 50ac111567
commit cdfd52a219

View File

@ -37,13 +37,13 @@
}
.group-operate {
height: 48px;
min-width: 263px;
padding: 10px 6px;
background: #eee;
display: flex;
justify-content: space-around;
.search {
display: inline-block;
margin-right: 6px;
width: 162px;
flex-grow: 1;
}
}
.group-list {