Sfoglia il codice sorgente

Merge branch 'master' of http://47.103.92.60:3003/skyversation/qp_onemap_ui.git

wdq 1 mese fa
parent
commit
72431f7381

+ 5 - 5
src/components/sksjgl/controlPanel.vue

@@ -60,7 +60,7 @@
     <el-divider></el-divider>
     <div>
       <!-- 元素文本渲染和操作区域 -->
-      <el-tabs tab-position="left" style="height: calc(100vh - 250px)" class="demo-tabs">
+      <el-tabs tab-position="left" style="height: calc(100vh - 370px)" class="demo-tabs">
         <el-tab-pane label="入参">
           <div
             v-if="
@@ -128,7 +128,7 @@
             :preview-mode="false"
             style="
               pointer-events: auto;
-              max-height: calc(100vh - 250px) !important;
+              max-height: calc(100vh - 370px) !important;
               overflow-y: scroll !important;
             "
             copyable
@@ -153,7 +153,7 @@
             :preview-mode="false"
             style="
               pointer-events: auto;
-              max-height: calc(100vh - 250px) !important;
+              max-height: calc(100vh - 370px) !important;
               overflow-y: scroll !important;
             "
             copyable
@@ -1554,12 +1554,12 @@ export default {
 #controlPanelBox {
   width: calc(30vw - 2rem);
   min-width: 500px;
-  height: 100vh;
+  height: calc(100vh - 120px - 2rem);
   display: flex;
   flex-direction: column;
   padding: 1rem;
   position: fixed;
-  top: 0;
+  top: 70px;
   right: 0;
   background: #fff;
 }

+ 4 - 4
src/components/yxgl/EchartsDome.vue

@@ -98,14 +98,14 @@ export default {
 .echartsDome {
   width: 100%;
   height: 400px;
-  background-color: #222;
-  /* color: #fff; */
+  /* background-color: #222;
+  color: #fff; */
   padding: 20px;
   box-sizing: border-box;
 }
 .echartsDome_title {
-  font-size: 20px;
-  font-weight: bold;
+  font-size: 16px;
+  /* font-weight: bold; */
 }
 .echartsDome_chart {
   width: 100%;

+ 1 - 1
src/views/sksjgl/Example.vue

@@ -89,7 +89,7 @@ export default {
 <style lang="less" scoped>
 .example {
   width: 100%;
-  height: 100vh;
+  height: calc(100vh - 120px);
   position: relative;
   overflow: hidden;
 }