zpf vor 11 Monaten
Ursprung
Commit
f1ccc72cf1

+ 1 - 1
src/components/Viewer/smViewer.scss

@@ -31,7 +31,7 @@
 .cesiumbtn {
     position: absolute;
     right: 15px;
-    top: 18px;
+    top: 7px;
     color: #51E9FF;
     font-size: 20px;
     z-index: 98;

+ 1 - 1
src/views/cockpit/gdbh.vue

@@ -644,7 +644,7 @@ export default {
 }
 
 .gdbh {
-  top: 10px !important;
+  top: 1px !important;
 
 
   .content {

+ 5 - 1
src/views/cockpit/hysy.vue

@@ -36,7 +36,7 @@
                     </div>
                 </div>
             </div>
-            <BarGraph3D ref="hysy_bar_graph" />
+            <BarGraph3D class="hysy_bar_graph" ref="hysy_bar_graph" />
         </div>
     </div>
 </template>
@@ -642,4 +642,8 @@ export default {
         color: #68f4fb;
     }
 }
+
+.hysy_bar_graph {
+    margin-left: 5rem;
+}
 </style>

+ 1 - 1
static/css/index.css

@@ -213,7 +213,7 @@ div::-webkit-scrollbar-track {
 .el-textarea>textarea {
   color: #fff !important;
   background-color: rgba(4, 28, 50, 0.5) !important;
-  border: 1px solid rgba(15, 122, 200, 0.4) !important;
+  /* border: 1px solid rgba(15, 122, 200, 0.4) !important; */
 }
 
 .el-input .el-input-group__append {