From 80e0b9da4d4da98452f8930b148750763d85f090 Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期二, 27 九月 2022 23:12:14 +0800 Subject: [PATCH] 修改用户管理和角色管理部分问题 --- src/App.vue | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index b646426..9879ab9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,9 +32,9 @@ const pic = JSON.parse(sessionStorage.getItem('pic')); if (pic) { result = pic; - console.log('缂撳瓨') + // console.log('缂撳瓨') } else { - console.log('璇锋眰'); + // console.log('璇锋眰'); await this.$axios({ method: 'get', url: 'sccg/system/portal/logo/search', @@ -49,5 +49,23 @@ }; </script> <style> - + .el-select-dropdown__item{ + height: 100%; +} +.el-select-dropdown,.popper-class{ + background-color: #17324c; +} +.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{ + background-color: #17324c; +} +.el-tree{ + background-color: #17324c; +} +.el-tree-node__content:hover, .el-upload-list__item:hover{ + background-color: #09152f; + color: #4b9bb7; +} +.el-tree-node:focus>.el-tree-node__content{ + background-color: #09152f; +} </style> \ No newline at end of file -- Gitblit v1.8.0