解决添加收货地址时出现的按钮错位问题

This commit is contained in:
2019-09-08 16:11:17 +08:00
parent 0d40bfb848
commit 84cafe2668
3 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
.con {
width: 100%;
padding: 0 2%;
transform: translateY(-16px);
transform: translateY(28px);
position: relative;
z-index: 1000;
}