Files
test/sf_manufacturing/static/src/scss/kanban_change.scss
WEB许何哲\xuhez 0e292ea597 调试线上sf的bug
2023-08-08 14:42:10 +08:00

23 lines
399 B
SCSS

.choosekanban {
display: flex;
justify-content: flex-start;
align-items: center;
margin-left: 16px !important;
}
.choosekanban > button {
padding: 0 2vw !important;
height: 2vw !important;
border: none !important;
border-right: 1px solid #ccc !important;
background-color: #EEEEEE;
color: #989799;
font-weight: bold;
}
.o_content > .d-flex {
display: block !important;
}