style(login-form): 优化登录表单样式
- 调整 .form-group 和 .form-row 类的样式 - 确保表单元素在模态框中正确显示
This commit is contained in:
parent
9bcb3586ca
commit
a6e561dc61
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user