优化样式 新增版本号

This commit is contained in:
gyq
2024-03-07 16:15:03 +08:00
parent 4a5b52fa45
commit 31ef882431
16 changed files with 291 additions and 186 deletions

View File

@@ -122,14 +122,14 @@ function skuConfirm(e) {
<style scoped lang="scss">
.operation_wrap {
padding: var(--el-font-size-base);
padding: 10px;
display: flex;
flex-direction: column;
gap: var(--el-font-size-base);
gap: 14px;
.item {
width: 80px;
height: 34px;
width: 70px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;