diff --git a/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue b/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
index 8ddb39a..590e589 100644
--- a/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
+++ b/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
@@ -503,12 +503,16 @@ export default {
   padding-left: 0px;
 }
 /deep/ .ant-form-item-control {
-  line-height: 3vw;
+  line-height: 3.5vw;
 }
 /deep/ .ant-select-selection__rendered {
   line-height: 1.5vw;
 }
 
+/deep/ .ant-form-item {
+  margin-bottom: 0w;
+}
+
 a-select {
   width: 100%;
   height: 100%;