实现基础的rpc拿取后端生产线数据功能

This commit is contained in:
mgw
2023-08-03 17:24:37 +08:00
parent 1afd164712
commit 810ef41c05
4 changed files with 90 additions and 0 deletions

View 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;
}