feat: 问卷字段调整和样式调整

This commit is contained in:
2026-02-04 15:01:11 +08:00
parent 2da15786c8
commit 4e92ec2000
5 changed files with 20 additions and 7 deletions

View File

@@ -6,6 +6,10 @@
width: 100vw;
}
.w-vw-24 {
width: calc(100vw - 24px);
}
.w-24 {
width: 24px;
}