task#13992,维保审批列表

This commit is contained in:
2024-06-17 15:46:04 +08:00
parent 374eb5070b
commit 08120506f6
6 changed files with 382 additions and 111 deletions

View File

@ -83,4 +83,8 @@
@mixin sizing4Radius($t,$r,$b,$l,$radius){
@include sizing4Padding($t,$r,$b,$l);
border-radius: $radius;
}
@mixin colHeight($col,$hei){
color: $col;
line-height: $hei;
}