底部導航欄圖片變形

 

app.vue文件中 

	/*底部導航欄圖大小*/
	uni-tabbar .uni-tabbar__icon {
		width: 18px !important;
		height: 18px !important;
	}

	uni-tabbar .uni-tabbar__item:nth-child(4) .uni-tabbar__icon {
		margin-top: 5upx;
		width: 30px !important;
		height: 30px !important;
	}

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章