1
@@ -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;
@@ -412,4 +416,16 @@
.modeWrap {
border-radius: 16px;
+}
+.imGroupContainer,
+.container {
+ background-color: #fff;
+ width: 968Px;
+ height: 640Px;
+ border-radius: 15Px;
+.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"