[IMP]【电投优化】职业类别控件样式调整

This commit is contained in:
yuweiqi
2020-04-14 14:37:53 +08:00
parent 048d55a9ad
commit fd02f0bfce

View File

@@ -348,11 +348,12 @@ export default {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
flex-wrap: wrap; // flex-wrap: wrap;
align-items: center; align-items: center;
div { div {
width: 30%; // width: 30%;
// height: 20px; // height: 20px;
padding: 4px;
line-height: 20px; line-height: 20px;
text-align: center; text-align: center;
border: 1px solid #f2f2f2; border: 1px solid #f2f2f2;