Merge pull request '修改了横向 滚动条' (#61) from xbx into master

Reviewed-on: http://git.luyuan.tk/luyuan/beelink/pulls/61
This commit is contained in:
luyuan 2020-10-21 10:05:03 +08:00
commit 01a95d13d6
3 changed files with 2 additions and 3 deletions

View File

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

View File

@ -185,7 +185,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%;

View File

@ -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%;