Merge branch 'master' of http://git.luyuan.tk/luyuan/beelink into zj
This commit is contained in:
commit
a624f6f353
@ -101,7 +101,6 @@
|
||||
<style lang="scss" scoped>
|
||||
.nav{
|
||||
display: flex;
|
||||
min-width: 1366px;
|
||||
user-select: none;
|
||||
.logo{
|
||||
width: 171px;
|
||||
|
@ -242,7 +242,7 @@ export default defineComponent({
|
||||
left: 1px;
|
||||
}
|
||||
.login {
|
||||
min-width: 100vw;
|
||||
min-width: 100%;
|
||||
height: 100vh;
|
||||
background: url("../../static/images/loginbg.png");
|
||||
background-size: 100% 130%;
|
||||
|
@ -348,7 +348,7 @@ export default defineComponent({
|
||||
left: 1px;
|
||||
}
|
||||
.login {
|
||||
min-width: 100vw;
|
||||
min-width: 100%;
|
||||
height: 100vh;
|
||||
background: url("../../static/images/loginbg.png");
|
||||
background-size: 100% 130%;
|
||||
|
Loading…
Reference in New Issue
Block a user