登录页移动端适配

页面最右边的空白条条已完善
This commit is contained in:
yaoyanan
2021-03-29 15:07:13 +08:00
parent 930da4650c
commit d109108355
6 changed files with 220 additions and 90 deletions
@@ -149,7 +149,8 @@
@width: 82px;
.left {
width: calc(100% - @width - 8px);
//width: calc(100% - @width - 8px);
width: calc(100% - @width);
}
.right {