style(login-form): 优化登录表单样式

- 调整 .form-group 和 .form-row 类的样式
- 确保表单元素在模态框中正确显示
This commit is contained in:
user 2025-03-16 19:17:34 +08:00
parent 9bcb3586ca
commit a6e561dc61

View File

@ -67,8 +67,10 @@
</template>
<script lang="ts" src="./login-form.component.ts"></script>
<style>
.form-group {
margin-bottom: 1rem;
.modal-body .form-group,
.modal-body .form-row {
width: 100%;
}
</style>