From c4246ca910f28014efaace64ebf92f47a673a9cf Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Mon, 25 Jan 2021 11:47:46 +0800 Subject: [PATCH] gx --- hive-app/pages/workbench/board.vue | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/hive-app/pages/workbench/board.vue b/hive-app/pages/workbench/board.vue index 7b02c79..f11223d 100644 --- a/hive-app/pages/workbench/board.vue +++ b/hive-app/pages/workbench/board.vue @@ -3,7 +3,7 @@ <view class="container"> <view class="header"> <text>预约时间</text> - <picker mode="date" @change="bindTimeChange" :end="endDate"> + <picker mode="date" @change="bindTimeChange"> <text class="blue ml-10">{{time}}</text> </picker> </view> @@ -67,11 +67,6 @@ }, onLoad() { this.loadList() - }, - computed:{ - endDate(){ - return this.$utils.formmatTime('YY-mm-dd') - } }, methods:{ bindTimeChange(e){ @@ -173,6 +168,10 @@ text-align: center; line-height: 80px; border-top: 1px solid #EDEAF4; + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap; + } .content .right{ flex: 1; -- Gitblit v1.9.1