From 6892e5f21311a8ea6aa6334180331269245bb18e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 14 三月 2023 10:27:36 +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