This commit is contained in:
X1627315083
2025-04-23 16:20:53 +08:00
parent 764c7bc7ec
commit dc092b64a1
29 changed files with 126 additions and 68 deletions

View File

@@ -611,11 +611,13 @@ export default defineComponent({
.homeMain_max{
position: relative;
display: flex;
height: 100vh;
height: 100%;
box-sizing: border-box;
flex-direction: column;
.homeMain_content_body{
flex: 1;
height: calc(100vh - 7rem);
height: calc(100% - 20rem);
// height: calc(100vh - 7rem);
overflow: hidden;
}
}
@@ -668,7 +670,7 @@ export default defineComponent({
.message_iconItem_value{
padding: 1rem;
left: 50%;
transform: translateX(-50%);
transform: translateX(-96%);
top: 4rem;
}
}

View File

@@ -526,6 +526,7 @@ export default defineComponent({
password: md5(this.password + "abc"),
userName: 'a',
// userName: this.username,
organizationName:this.selectEnterprise,
email: this.email,
operationType: "LOGIN",
ip: "",

View File

@@ -526,6 +526,7 @@ export default defineComponent({
password: md5(this.password + "abc"),
userName: 'a',
// userName: this.username,
organizationName:this.selectSchool,
email: this.email,
operationType: "LOGIN",
ip: "",