@@ -31,6 +31,7 @@
body {
background: #f1f5ff;
width: 100%;
+ overflow-x: hidden;
}
.bgImg {
@@ -1,29 +1,33 @@
.wrap {
width: 100vw;
- height: 100vh;
+ min-height: 100vh;
display: flex;
flex-direction: row;
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;
width: 100px;
background: #3044ca;
min-height: 100vh;
- height: 100%;
flex-direction: column;
align-items: center;
@@ -433,4 +437,4 @@
.hideModal {
visibility: hidden;
-}
+}
@@ -158,9 +158,6 @@ export default defineComponent({
type="text"
maxlength={6}
placeholder="请输入验证码"
- {...{ autocomplete:"off"}}
- inputProps={{ autocomplete: 'off' }}
class={styles.sendInput}></NInput>
<NButton
type="primary"