mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-19 21:57:52 +00:00
样式调整
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -35,7 +35,7 @@ import organizationIcon from '@/assets/svg/organization.svg'
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.constact {
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.el-header {
|
||||
|
||||
@@ -28,7 +28,7 @@ import { User, Key } from '@element-plus/icons-vue'
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.setting-layout {
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.el-header {
|
||||
|
||||
Reference in New Issue
Block a user