工单对账代码优化

This commit is contained in:
2023-08-30 14:15:46 +08:00
parent 41684dd18e
commit 5909b6081a
4 changed files with 58 additions and 93 deletions

View File

@ -39,6 +39,10 @@
display: flex;
justify-content: space-between;
}
@mixin flexColAround(){
display: flex;
justify-content: space-around;
}
@mixin flexCenter(){
display: flex;
align-items: center;