redeem export function is ready

This commit is contained in:
RockYang
2024-11-27 11:52:18 +08:00
parent 6aaf607ed7
commit d30d5585c6
9 changed files with 183 additions and 52 deletions

View File

@@ -3,7 +3,7 @@
display flex
width 100%
.el-input,.el-select,.el-switch {
.el-input, .el-select, .el-switch {
margin-right 10px
}

View File

@@ -172,6 +172,22 @@ body {
}
}
.mr-1 {
margin-right 5px
}
.mr-2 {
margin-right 10px
}
.ml-1 {
margin-left 5px
}
.ml-2 {
margin-left 10px
}