From ac3ee2b0df68496f67d70a1a67e7b743ee2d66e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Thu, 10 Oct 2024 11:49:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B010.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/src/views/EventMarketing/giftBlock/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue b/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue index 47afa2cab..6fa03bb80 100644 --- a/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue +++ b/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue @@ -298,7 +298,7 @@ v-model="ruleForm.value1" type="datetimerange" value-format="yyyy-MM-dd HH:mm:ss" - range-separator="至" + range-separator="~" start-placeholder="开始日期" end-placeholder="结束日期"> @@ -879,6 +879,7 @@ export default { .card-box { width: 100%; + height: 800px; background: #fff; box-sizing: border-box; padding: 15px;