|
@@ -2269,7 +2269,8 @@ div::-webkit-scrollbar {
|
|
|
|
|
|
//曝光台
|
|
|
.bgt-state {
|
|
|
- width: 35%;
|
|
|
+ // width: 35%;
|
|
|
+ width:38%;
|
|
|
padding: 0.3rem 0.5rem;
|
|
|
border: 2px solid rgba(0, 174, 255, 0.9);
|
|
|
-webkit-box-shadow: 0 0 0.5rem 0 #00c8ff inset;
|
|
@@ -2284,9 +2285,9 @@ div::-webkit-scrollbar {
|
|
|
color: $white;
|
|
|
|
|
|
.bgt-state-frequency {
|
|
|
- width: 1.2rem;
|
|
|
- height: 1.2rem;
|
|
|
- font-size: 1rem;
|
|
|
+ width: 1.1rem;
|
|
|
+ height: 1.1rem;
|
|
|
+ font-size: 0.8rem;
|
|
|
background-color: #1294a0;
|
|
|
text-align: center;
|
|
|
line-height: 1.2rem;
|
|
@@ -2833,7 +2834,9 @@ div::-webkit-scrollbar {
|
|
|
}
|
|
|
|
|
|
.el-dialog:not(.is-fullscreen) {
|
|
|
- margin-top: 10vh !important;
|
|
|
+ // margin-top: 10vh !important;
|
|
|
+ margin-top: 2vh !important;
|
|
|
+ z-index: 9999;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -3120,3 +3123,19 @@ div::-webkit-scrollbar {
|
|
|
box-shadow: 0 0 0.5rem 0 #2700ff inset;
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#55b8f7), to(#8f3bff));
|
|
|
}
|
|
|
+
|
|
|
+.tree_scroll::-webkit-scrollbar{
|
|
|
+ width: 1px;
|
|
|
+ height: 4px;
|
|
|
+ background: #00335c;
|
|
|
+}
|
|
|
+.tz_tk .el-dialog{
|
|
|
+ width: 20% !important;
|
|
|
+}
|
|
|
+.tz_tk .el-form-item__label{
|
|
|
+ color: #d2d2d2;
|
|
|
+}
|
|
|
+
|
|
|
+.d-l-l-text h4{
|
|
|
+ color:#fff!important;
|
|
|
+}
|