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

修改错别字

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