Explorar el Código

修改一张图地块详情展示窗口大小及默认位置

zhourj hace 8 meses
padre
commit
ded36b1e34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/OneMap/widgets/QueryInfo.vue

+ 1 - 1
src/components/OneMap/widgets/QueryInfo.vue

@@ -315,7 +315,7 @@ export default {
   user-select: none;
 }
 .detail .ant-card-bordered{
-  width: calc(120% - 0px);
+  width: calc(100% - 0px);
   height: calc(100% - 0px);
 }
 .detail .ant-card-body {