@ -290,7 +290,7 @@ const throttledHandleConsumeFormt = _.throttle(handleConsumeForm, 5000, {
<style scoped lang="scss">
.userAndform {
width: 80vw;
height: 85vh;
height: 80vh;
display: flex;
justify-content: center;
@ -832,8 +832,8 @@ p {
}
.father1 {
width: 1000px;
height: 100%;
width: 82vw;
.left {
@ -83,6 +83,5 @@ onMounted(() => {
.father{
width:82vw;
height:4vh;
background-color: antiquewhite;
</style>