工单对账代码优化
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user