适配小屏

This commit is contained in:
gyq
2024-03-07 09:47:25 +08:00
parent b550cf3fd8
commit 396d237710
8 changed files with 73 additions and 87 deletions

View File

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