Merge branch 'master' of http://git.luyuan.tk/luyuan/beelink into zj

This commit is contained in:
asd 2020-10-21 11:40:02 +08:00
commit a624f6f353
3 changed files with 2 additions and 3 deletions

View File

@ -101,7 +101,6 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.nav{ .nav{
display: flex; display: flex;
min-width: 1366px;
user-select: none; user-select: none;
.logo{ .logo{
width: 171px; width: 171px;

View File

@ -242,7 +242,7 @@ export default defineComponent({
left: 1px; left: 1px;
} }
.login { .login {
min-width: 100vw; min-width: 100%;
height: 100vh; height: 100vh;
background: url("../../static/images/loginbg.png"); background: url("../../static/images/loginbg.png");
background-size: 100% 130%; background-size: 100% 130%;

View File

@ -348,7 +348,7 @@ export default defineComponent({
left: 1px; left: 1px;
} }
.login { .login {
min-width: 100vw; min-width: 100%;
height: 100vh; height: 100vh;
background: url("../../static/images/loginbg.png"); background: url("../../static/images/loginbg.png");
background-size: 100% 130%; background-size: 100% 130%;