Просмотр исходного кода

【169】花材选择页面,页面往下拉,最后一个花材数据被购物车栏遮挡,显示不完全(解决)

wangn 5 лет назад
Родитель
Сommit
48ede1c1fb
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      ghsApp/src/admin/billing/index.vue

+ 3 - 1
ghsApp/src/admin/billing/index.vue

@@ -272,8 +272,10 @@ export default {
 				color: #fff;
 				font-size: 20px;
 			}
+      &:last-child{
+        margin-bottom: 110upx;
+      }
 		}
-
 		.active {
 			position: relative;
 			color: $mainColor;