尺寸更改

This commit is contained in:
a0049873 2022-06-15 15:02:03 +08:00
parent f0fdad3db0
commit 904332259f
1 changed files with 2 additions and 2 deletions

View File

@ -524,7 +524,7 @@
<style lang="less" scoped> <style lang="less" scoped>
.survey-left { .survey-left {
margin-top: 0.64rem; margin-top: 0.64rem;
width: 100%; width: 19.2rem;
height: 7.5rem; height: 7.5rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -539,7 +539,7 @@
.mask { .mask {
position: absolute; position: absolute;
z-index: 1000; z-index: 1000;
width: 100%; width: 19.2rem;
height: 7rem; height: 7rem;
margin: 0rem auto; margin: 0rem auto;
.box { .box {