样式调整

This commit is contained in:
bob
2024-11-01 16:04:41 +08:00
parent 62cb173981
commit dd4882cd24
3 changed files with 5 additions and 2 deletions

View File

@@ -190,7 +190,10 @@ watch(isRegister, () => {
<style lang="scss" scoped>
.login-page {
min-width: 1024px;
min-height: 768px;
height: 100vh;
overflow: auto;
background-color: #fff;
.bg {
background: url('@/assets/login_bg.png') no-repeat center / cover;

View File

@@ -35,7 +35,7 @@ import organizationIcon from '@/assets/svg/organization.svg'
<style lang="scss" scoped>
.constact {
height: 100vh;
height: 100%;
}
.el-header {

View File

@@ -28,7 +28,7 @@ import { User, Key } from '@element-plus/icons-vue'
<style lang="scss" scoped>
.setting-layout {
height: 100vh;
height: 100%;
}
.el-header {