Browse Source

style: 修改登录样式

kailong321200875 1 năm trước cách đây
mục cha
commit
bdd31f0621
2 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 1
      src/views/Login/Login.vue
  2. 0 1
      vite.config.ts

+ 1 - 1
src/views/Login/Login.vue

@@ -34,7 +34,7 @@ const toLogin = () => {
     class="h-[100%] relative lt-xl:bg-[var(--login-bg-color)] lt-sm:px-10px lt-xl:px-10px lt-md:px-10px"
   >
     <ElScrollbar class="h-full">
-      <div class="relative flex mx-auto h-100vh">
+      <div class="relative flex mx-auto min-h-100vh">
         <div
           :class="`${prefixCls}__left flex-1 bg-gray-500 bg-opacity-20 relative p-30px lt-xl:hidden`"
         >

+ 0 - 1
vite.config.ts

@@ -38,7 +38,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
         }
       }),
       VueJsx(),
-      // WindiCSS(),
       progress(),
       createStyleImportPlugin({
         resolves: [ElementPlusResolve()],