From f93a3e896a7d81f744b72e8069b8226bfdec8ade Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期六, 18 三月 2023 11:41:37 +0800 Subject: [PATCH] 部门管理导入导出 --- src/App.vue | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index bfbe1c3..32de82a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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