whao 2 年之前
父節點
當前提交
bb6d90560c
共有 1 個文件被更改,包括 28 次插入2 次删除
  1. 28 2
      src/assets/styles/base.scss

+ 28 - 2
src/assets/styles/base.scss

@@ -214,6 +214,30 @@ div::-webkit-scrollbar {
 		display: none;
 }
 
+#toolbar::-webkit-scrollbar {
+		width: 20px !important;
+		display: block !important;
+	}
+
+#toolbar::-webkit-scrollbar-track {
+		background: linear-gradient(0deg, rgba(10, 19, 47, 1.0) 0%, rgba(36, 46, 104, 1.0) 100%) !important;
+	}
+
+#toolbar::-webkit-scrollbar-thumb {
+		background: transparent !important;
+		box-shadow: 0px 0px 0px 100vh black !important;
+	}
+	#icon{
+		margin-bottom: 5rem;
+		padding: .5rem;
+	}
+	.ztree {
+			padding: .5rem;
+	}
+	#toolbar{
+		color: $inBlue;
+	}
+
 .w-5{
 	    width: 5.5rem;
 }
@@ -475,7 +499,7 @@ div::-webkit-scrollbar {
 		   position: absolute;
 		   z-index:999;
 		   .dia-left-top{
-		   		  width: 20rem;
+		   		  width:16.3rem;
 		   		  display: flex;
 		   		  color: $inBlue;
 		   		  align-items: center;
@@ -484,6 +508,8 @@ div::-webkit-scrollbar {
 				  position: absolute;
 				  background: linear-gradient(180deg, #0d2760, #081a41);
 				  z-index: 999;
+				  left:1rem;
+				  top: 1rem;
 				  
 
 		   		  .dia-left-top-tit{
@@ -491,7 +517,7 @@ div::-webkit-scrollbar {
 		   			  background: linear-gradient($boxBG);
 		   		  }
 		   		  .dia-left-top-carousel{
-		   			  width: 15rem;
+		   			  width: 11rem;
 		   			  padding-left: 1rem;
 		   			  overflow: hidden;
 		   			  .el-carousel__indicator{