From 9eca6a8e93bfb04858efeb16215ebd0653e2b26a Mon Sep 17 00:00:00 2001 From: whycq0520 <91384184@qq.com> Date: 星期四, 24 三月 2022 22:48:44 +0800 Subject: [PATCH] # 更新端口设置问题 首次未设置端口无法正常登录 --- pages/basics/publish.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/basics/publish.vue b/pages/basics/publish.vue index 7e6a275..143a8b8 100644 --- a/pages/basics/publish.vue +++ b/pages/basics/publish.vue @@ -1,7 +1,7 @@ <template> <view> <view> - <uni-table border emptyText="娌℃湁鏇村鏁版嵁"> + <uni-table border stripe type="selection" emptyText="娌℃湁鏇村鏁版嵁"> <uni-tr> <uni-th>鏁伴噺</uni-th> <uni-th>鎵瑰彿</uni-th> @@ -24,7 +24,13 @@ <!-- 鏅�氬脊绐� --> <uni-popup ref="popup" background-color="#fff" style="position: fixed; border-radius: 5px;" > <view class="popup-content " :class="{ 'popup-height': type === 'left' || type === 'right' }"> - <view style="width: 700rpx;"></view> + <view style="height: 800rpx;"> + <uni-table border stripe type="selection" emptyText="娌℃湁鏇村鏁版嵁"> + <uni-tr> + <uni-th>1</uni-th> + </uni-tr> + </uni-table> + </view> </view> </uni-popup> </view> @@ -47,7 +53,7 @@ this.$refs.popup.open(type) }, getMat() { - this.toggle('left') + this.toggle('top') } } } -- Gitblit v1.9.1