tanxue 2 дней назад
Родитель
Сommit
001fb7333c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      common/styles/global/components.scss

+ 2 - 2
common/styles/global/components.scss

@@ -75,9 +75,9 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 
 /***** tabbar  *****/
 .ezy-custom-tabbar{
-	width: 100%;height: 100rpx;position: fixed;left: 0;right: 0;bottom: 0;
+	width: 100%;height: 120rpx;position: fixed;left: 0;right: 0;bottom: 0;
 	background-color: #f9f9f9;box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.4);
-	padding: 0 24rpx;box-sizing: border-box;z-index: 9;
+	padding: 10rpx 24rpx;box-sizing: border-box;z-index: 9;
 	display: flex;flex-direction: row;align-items: center;
 	.tabbar-item-box{
 		width: 25%;display: flex;flex-wrap: nowrap;justify-content: space-evenly;