uniapp自定义tabbar——中间特殊按钮放大

作者 : admin 本文共214个字,预计阅读时间需要1分钟 发布时间: 2024-06-11 共1人阅读

在APP.vue里面

.uni-tabbar__item:nth-child(4) .uni-tabbar__icon {
		width: 50px !important;
		height: 50px !important;
		position: relative;
		bottom: 30rpx;
	}
	.uni-tabbar__item:nth-child(4) .uni-tabbar__label {
		position: relative;
		bottom: 25rpx;
	}

uniapp自定义tabbar——中间特殊按钮放大插图

本站无任何商业行为
个人在线分享 » uniapp自定义tabbar——中间特殊按钮放大
E-->