whao 2 years ago
parent
commit
21b6c75cbc
1 changed files with 48 additions and 47 deletions
  1. 48 47
      src/assets/styles/base.scss

+ 48 - 47
src/assets/styles/base.scss

@@ -1191,6 +1191,53 @@ div::-webkit-scrollbar {
 .el-dialog:not(.is-fullscreen) {
     margin-top: 15vh !important;
 }
+//切换
+	.el-tabs__nav-wrap::after {
+	  background: none !important;
+	}
+
+	.el-tabs__active-bar {
+	  background: none;
+	}
+
+	.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
+	  padding-left: 20px;
+	  margin-left: 0;
+	}
+
+	.el-tabs--top .el-tabs__item.is-top:last-child {
+	  padding-right: 20px;
+	  margin-right: 0;
+	}
+
+	.el-loading-mask {
+	  background: none;
+	}
+
+	.el-tabs__item {
+	  color: #3cd7ef;
+	  background:$GradualGreen;
+	  margin: 5px;
+	  color: #3cd7ef;
+	      background: -webkit-gradient(linear, right top, left top, from(#051d2b), color-stop(#00335c), to(#051d2b));
+	      background: linear-gradient(to left, #051d2b, #00335c, #051d2b);
+	      margin: 5px;
+	}
+
+	.el-tabs__item:hover {
+	  color: #fff;
+	  background: linear-gradient(to left, #051d2b, #006ec8, #051d2b);
+	  box-shadow: rgba($color: #0567c2, $alpha: .8) 0px 0px 15px inset;
+	}
+
+	.el-tabs__item.is-active {
+	  color: #fff;
+	  font-size: 15px;
+	  font-weight: bolder;
+	  background: linear-gradient(to left, #051d2b, #006ec8, #051d2b);
+	  box-shadow: rgba($color: #0567c2, $alpha: .8) 0px 0px 15px inset;
+	}
+
 
   .dialog-con::-webkit-scrollbar {
     display: none;
@@ -1316,53 +1363,7 @@ div::-webkit-scrollbar {
     .el-dialog:not(.is-fullscreen) {
       margin-top: 5.5vh !important;
     }
-	//切换
-	.el-tabs__nav-wrap::after {
-	  background: none !important;
-	}
-
-	.el-tabs__active-bar {
-	  background: none;
-	}
-
-	.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
-	  padding-left: 20px;
-	  margin-left: 0;
-	}
-
-	.el-tabs--top .el-tabs__item.is-top:last-child {
-	  padding-right: 20px;
-	  margin-right: 0;
-	}
-
-	.el-loading-mask {
-	  background: none;
-	}
-
-	.el-tabs__item {
-	  color: #3cd7ef;
-	  background:$GradualGreen;
-	  margin: 5px;
-	  color: #3cd7ef;
-	      background: -webkit-gradient(linear, right top, left top, from(#051d2b), color-stop(#00335c), to(#051d2b));
-	      background: linear-gradient(to left, #051d2b, #00335c, #051d2b);
-	      margin: 5px;
-	}
-
-	.el-tabs__item:hover {
-	  color: #fff;
-	  background: linear-gradient(to left, #051d2b, #006ec8, #051d2b);
-	  box-shadow: rgba($color: #0567c2, $alpha: .8) 0px 0px 15px inset;
-	}
-
-	.el-tabs__item.is-active {
-	  color: #fff;
-	  font-size: 15px;
-	  font-weight: bolder;
-	  background: linear-gradient(to left, #051d2b, #006ec8, #051d2b);
-	  box-shadow: rgba($color: #0567c2, $alpha: .8) 0px 0px 15px inset;
-	}
-
+	
   }
   .bignav{
 	  white-space: nowrap!important;