Selaa lähdekoodia

实体关系查询

maxiaoxiao 6 kuukautta sitten
vanhempi
commit
f1025c8f50

+ 1 - 1
src/common/scss/globe.scss

@@ -147,7 +147,7 @@ div {
     padding-left: 15px;
     border-bottom: 1px solid rgba(38, 38, 38, 0.6);
     background: url(/static/images/ghzc//second_titlebg.png) no-repeat;
-    background-size: contain;
+    // background-size: contain;
     // background-position: center;
     text-align: left;
     font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;

+ 1 - 1
src/views/basicGeographic/components/config.js

@@ -143,7 +143,7 @@ export const gxConfig = [
     {
       label: '',
       prop: 'link',
-      span: 5
+      span: 8
     },
     {
       prop: 'action',

+ 3 - 4
src/views/basicGeographic/index.vue

@@ -309,7 +309,6 @@ export default {
     transition-property: right, background;
     transition-duration: 0.5s, 1s;
 
-
     .foldBtn {
       right: 40px;
     }
@@ -324,9 +323,9 @@ export default {
   }
 
   #first_pie {
-    width: 38vw;
-    height: 75vh;
-    margin-top: 20px;
+    width: 39vw;
+    height: 74vh;
+
   }
 
   /deep/ .el-input--small .el-input__inner {