From 17388fa7ecd1f3ebadad470a463573a1cfe4468f Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 31 八月 2023 11:29:31 +0800 Subject: [PATCH] 扬尘Vue --- src/sfc/TimeSelectWithShortCuts.vue | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-) diff --git a/src/sfc/TimeSelectWithShortCuts.vue b/src/sfc/TimeSelectWithShortCuts.vue index 4f08f84..5cf713a 100644 --- a/src/sfc/TimeSelectWithShortCuts.vue +++ b/src/sfc/TimeSelectWithShortCuts.vue @@ -74,18 +74,18 @@ <template> <div class="block"> - <div class="demonstration">璧锋鏃堕棿锛�</div> - <el-date-picker - v-model="time" - type="datetimerange" - :shortcuts="shortcuts" - range-separator="~" - start-placeholder="寮�濮嬫椂闂�" - end-placeholder="缁撴潫鏃堕棿" - value-format="YYYY-MM-DD HH:mm:ss" - @change="$emit('submitTime', time)" - class="pick-date" - /> + <span class="demonstration">璧锋鏃堕棿锛�</span> + <el-date-picker + v-model="time" + type="datetimerange" + :shortcuts="shortcuts" + range-separator="~" + start-placeholder="寮�濮嬫椂闂�" + end-placeholder="缁撴潫鏃堕棿" + value-format="YYYY-MM-DD HH:mm:ss" + @change="$emit('submitTime', time)" + class="pick-date" + /> </div> </template> @@ -96,8 +96,9 @@ } .demonstration { margin-left: 15px; - margin-top: 5px; + /* margin-top: 5px; */ font-weight: bold; + font-size: 16px; } .pick-date { -- Gitblit v1.9.3