提交 b4986f3b 编写于 作者: DCloud_JSON's avatar DCloud_JSON

修改错别字

上级 b255cb87
> uni-starter目前还处于内测阶段,内测QQ群号:869926521,欢迎大家加入!内测期间享受有疑问实时解答的福利。
### ps:文档处于完善过程中
### 介绍
......
......@@ -40,7 +40,7 @@ export default function() {
//拦截强制登陆页面
if (needLogin.includes(url) && token == '') {
uni.showToast({
title: '请先登',
title: '请先登',
icon: 'none'
})
return uni.navigateTo({
......
......@@ -267,14 +267,13 @@
.grid {
background-color: #FFFFFF;
margin-bottom: 15rpx;
padding: 5rpx 0;
margin-bottom: 6px;
}
.uni-grid .text {
font-size: 30rpx;
height: 30px;
line-height: 30px;
height: 25px;
line-height: 25px;
color: #817f82;
}
......@@ -286,13 +285,17 @@
/*修改边线粗细示例*/
/* #ifndef APP-NVUE */
.center-list /deep/ .uni-list--border:after,
.center-list /deep/ .uni-list--border-top,
.center-list /deep/ .uni-list--border-bottom {
.center-list /deep/ .uni-list--border:after{
-webkit-transform: scaleY(0.2);
transform: scaleY(0.2);
}
transform: scaleY(0.2);
margin-left: 80rpx;
}
.center-list /deep/ .uni-list--border-top,
.center-list /deep/ .uni-list--border-bottom{
display: none;
}
/* #endif */
.item-footer {
flex-direction: row;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册