tangning 8 months ago
parent
commit
ff16f1ffa1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/sys/login/LoginForm.vue

+ 1 - 1
src/views/sys/login/LoginForm.vue

@@ -28,7 +28,7 @@
 
 
     <ARow class="enter-x">
     <ARow class="enter-x">
       <ACol :span="12">
       <ACol :span="12">
-        <FormItem class="">
+        <FormItem class="mymargin">
           <!-- No logic, you need to deal with it yourself -->
           <!-- No logic, you need to deal with it yourself -->
           <Checkbox v-model:checked="rememberMe" size="small">
           <Checkbox v-model:checked="rememberMe" size="small">
             {{ t('sys.login.rememberMe') }}
             {{ t('sys.login.rememberMe') }}