From 8805eebe39d6470059616decd9fb10ab1f153088 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 13 十月 2022 17:41:26 +0800 Subject: [PATCH] 去掉42.193.1.25地址指定 --- src/App.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index a666192..e8a4be3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -60,14 +60,15 @@ background-color: #17324c !important; } .el-tree{ - background-color: #17324c !important; + background-color: #09152f !important; } .el-tree-node__content:hover, .el-upload-list__item:hover{ background-color: #09152f !important; color: #4b9bb7 !important; } .el-tree-node:focus>.el-tree-node__content{ - background-color: #09152f !important; + background-color: #070f22 !important; + color:#4b9bb7 } /*瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄*/ -- Gitblit v1.8.0