소스 검색

位置调整

maxiaoxiao 1 년 전
부모
커밋
dbbbd2039b
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/components/echartsTemplate/sankey.vue
  2. 1 1
      src/views/cockpitNew1/stxf.vue
  3. 1 1
      src/views/cockpitNew1/wpjg.vue

+ 1 - 1
src/components/echartsTemplate/sankey.vue

@@ -20,7 +20,7 @@ let option = {
     type: "sankey",
     layout: "none",
     left: "5%",
-    bottom: "20%",
+    bottom: "10%",
     // top: "50%",
     emphasis: {
       focus: "adjacency",

+ 1 - 1
src/views/cockpitNew1/stxf.vue

@@ -141,7 +141,7 @@ export default {
 </script>
 <style lang="scss" scoped>
 .stxf {
-  top: calc(33.3% + 20px) !important;
+  top: 33.3%  !important;
   .stacontent {
     width: 100%;
     height: 44px;

+ 1 - 1
src/views/cockpitNew1/wpjg.vue

@@ -100,7 +100,7 @@ export default {
 </script>
 <style lang="scss" scoped>
 .wpjg {
-  top: calc(66.6% + 20px) !important;
+  top: calc(66.6% + 10px) !important;
   .stacontent {
     width: 100%;
     height: 24px;