Merge pull request #86 from BeeThor/patch-1

修复前端个人中心表单超出背景的问题
This commit is contained in:
1024创新实验室
2025-08-24 20:37:52 +08:00
committed by GitHub

View File

@@ -233,13 +233,21 @@
}); });
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.center-container { .center-container {
height: 100%;
display: flex;
flex-direction: column;
.header-title { .header-title {
font-size: 20px; font-size: 20px;
flex-shrink: 0;
} }
.center-form-area { .center-form-area {
margin-top: 20px; margin-top: 20px;
flex: 1;
overflow-y: auto;
min-height: 0;
.avatar-container { .avatar-container {
position: relative; position: relative;