From c542ebecd02549dd67f4028425299c5a578b7e5b Mon Sep 17 00:00:00 2001 From: ln1778 <465410291@qq.com> Date: Fri, 23 Aug 2024 17:20:23 +0800 Subject: [PATCH] 22 --- packages/agDatePicker/src/index.vue | 7 ++++--- src/App.vue | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/agDatePicker/src/index.vue b/packages/agDatePicker/src/index.vue index c113c9c..dbd09d8 100644 --- a/packages/agDatePicker/src/index.vue +++ b/packages/agDatePicker/src/index.vue @@ -36,7 +36,7 @@ export default { width: "160px", dateArr: null||[], date_picker: false, - mousetrue: true, + mousetrue: false, }; }, computed: { @@ -193,7 +193,8 @@ export default { }); }, iconClass() { - return this.date_picker && this.mousetrue + + return this.mousetrue ? "ag-icon-prefix-hide" : "ag-icon-prefix-show"; }, @@ -259,7 +260,7 @@ export default { position: absolute; left: 98%; } - .ag-icon-clear { + .ag-icon-clear { &:before { content: "\e6db"; } diff --git a/src/App.vue b/src/App.vue index 09ad0dc..a22ec21 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@
点击打开 Dialog - +