实现基础的rpc拿取后端生产线数据功能
This commit is contained in:
18
sf_manufacturing/static/src/scss/kanban_change.scss
Normal file
18
sf_manufacturing/static/src/scss/kanban_change.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.alerts {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.alerts>div {
|
||||
width: 3vw;
|
||||
height: 1.5vw;
|
||||
border: 1px solid grey;
|
||||
border-radius: 5px;
|
||||
margin: 0 0.5vw;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.alerts>div:nth-child(1) {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user