From 676722551d0bc2f8caa0644961e60deef3f0d532 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期一, 10 十月 2022 18:08:27 +0800
Subject: [PATCH] 修改遗留问题,新增店铺管理删除、编辑,新增车辆管理模块
---
src/App.vue | 42 ++++++++++++++++++++++++++++++++++--------
1 files changed, 34 insertions(+), 8 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 9879ab9..e8a4be3 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -49,23 +49,49 @@
};
</script>
<style>
- .el-select-dropdown__item{
- height: 100%;
+
+.el-select-dropdown__item{
+ height: 100% !important;
}
.el-select-dropdown,.popper-class{
- background-color: #17324c;
+ background-color: #17324c !important;
}
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
- background-color: #17324c;
+ background-color: #17324c !important;
}
.el-tree{
- background-color: #17324c;
+ background-color: #09152f !important;
}
.el-tree-node__content:hover, .el-upload-list__item:hover{
- background-color: #09152f;
- color: #4b9bb7;
+ background-color: #09152f !important;
+ color: #4b9bb7 !important;
}
.el-tree-node:focus>.el-tree-node__content{
- background-color: #09152f;
+ background-color: #070f22 !important;
+ color:#4b9bb7
+}
+/*瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
+ 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄*/
+ ::-webkit-scrollbar
+{
+ width:4px;
+ height:4px;
+ background-color:#070f22;
+}
+/*瀹氫箟婊氬姩鏉¤建閬�
+ 鍐呴槾褰�+鍦嗚*/
+::-webkit-scrollbar-track
+{
+ -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
+ border-radius:10px;
+ background-color:#070f22;
+}
+/*瀹氫箟婊戝潡
+ 鍐呴槾褰�+鍦嗚*/
+::-webkit-scrollbar-thumb
+{
+ border-radius:10px;
+ -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
+ background-color:#555;
}
</style>
\ No newline at end of file
--
Gitblit v1.8.0