From 7c20fd15b7fbc2bd5756b39d5ab655cc849ffcc3 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 16 七月 2025 22:39:23 +0800 Subject: [PATCH] 添加时间筛选 --- src/App.vue | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index bfbe1c3..de1726e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ <template> <div id="app"> - <router-view /> + <router-view :key="$route.fullpath"/> </div> </template> <script> @@ -49,6 +49,9 @@ }; </script> <style lang="scss"> +body { + --operation-color: #409eff; +} .el-select-dropdown__item { height: 100% !important; } @@ -138,6 +141,10 @@ .list{ height: 100%; overflow: auto; + header{ + background-color: transparent; + border: none + } } // 璁剧疆寮瑰嚭妗嗘牱寮� .el-dialog__title { -- Gitblit v1.8.0