Explorar el Código

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

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

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

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