jwyu 3 年之前
父节点
当前提交
ddcc32e39c
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      pages/user/user.vue

+ 3 - 1
pages/user/user.vue

@@ -40,7 +40,7 @@
 					>立即申请</van-button>
 				</block>
 				
-				<view v-else class="right-text" @click="handleToUserPermission">
+				<view v-else class="right-text look" @click="handleToUserPermission">
 					<text>查看</text>
 					<van-icon name="arrow"></van-icon>
 				</view>
@@ -206,6 +206,8 @@
 				right: 0;
 				transform: translateY(-50%);
 				color: #666666;
+			}
+			.look{
 				width: 100rpx;
 				height: 100rpx;
 				text-align: right;