Ver Fonte

提交

1
mo há 1 ano atrás
pai
commit
4fc1fb67d7

+ 1 - 0
index.html

@@ -31,6 +31,7 @@
     body {
       background: #f1f5ff;
       width: 100%;
+      overflow-x: hidden;
     }
 
     .bgImg {

+ 21 - 5
src/components/layout/index.module.less

@@ -1,29 +1,33 @@
 .wrap {
   width: 100vw;
-  height: 100vh;
+  min-height: 100vh;
   display: flex;
   flex-direction: row;
   background: #f1f5ff;
   overflow: hidden;
 
+
+
   .WrapcoreView {
     // .WrapcoreViewInfo {
     // border-radius: 20px;
     // background-color: #fff;
     // overflow: hidden;
     // }
-
     padding: 32px;
-    height: calc(100vh - 64px);
-    overflow-y: auto;
+    // height: calc(100vh - 64px);
+    overflow: hidden;
+    height: 100%;
+    // overflow-y: auto;
   }
 }
 
 .silder {
+  flex: 1;
+  height: 100%;
   width: 100px;
   background: #3044ca;
   min-height: 100vh;
-  height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
@@ -412,4 +416,16 @@
 .modeWrap {
   overflow: hidden;
   border-radius: 16px;
+}
+
+.imGroupContainer,
+.container {
+  background-color: #fff;
+  width: 968Px;
+  height: 640Px;
+  border-radius: 15Px;
+}
+
+.hideModal {
+  visibility: hidden;
 }

+ 0 - 3
src/views/setting/modal/forgotPassword.tsx

@@ -158,9 +158,6 @@ export default defineComponent({
                   type="text"
                   maxlength={6}
                   placeholder="请输入验证码"
-                  {...{  autocomplete:"off"}}
-
-                  inputProps={{ autocomplete: 'off' }}
                   class={styles.sendInput}></NInput>
                 <NButton
                   type="primary"