From 7705cdd240ea1a07a5772ffb6ba0e1e4995bcc74 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 09 二月 2023 16:36:19 +0800
Subject: [PATCH] 部门组件,bug修改
---
src/App.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index bfbe1c3..ba2c5d2 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;
}
--
Gitblit v1.8.0