From 73c63d48852e16548267cdb9121f23a02cb6291a Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 22 Apr 2022 09:11:38 +0800 Subject: [PATCH] bug --- src/apps/AppIntelligentSecurity/SlwVideo.vue | 26 +++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/src/apps/AppIntelligentSecurity/SlwVideo.vue b/src/apps/AppIntelligentSecurity/SlwVideo.vue index 1014c7c4..143cfeca 100644 --- a/src/apps/AppIntelligentSecurity/SlwVideo.vue +++ b/src/apps/AppIntelligentSecurity/SlwVideo.vue @@ -29,14 +29,14 @@
- + + --> +
- + @@ -118,12 +118,9 @@ this.getSlwPlaybackTime() }, - onClick () { - alert(2) - }, - onDateChange (e) { - this.date = `${e.detail.value}` + console.log(e) + this.date = `${e.result}` // this.date = `${e.year}-${e.month}-${e.day}` this.getSlwPlaybackTime() @@ -226,6 +223,17 @@ width: 100%; height: 100%; + ::v-deep .u-drawer { + transform: scale(0.8); + .u-calendar__content__item { + padding: 0; + } + + .u-calendar__action { + padding: 14px 0; + } + } + * { box-sizing: border-box; }