Parcourir la source

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

zhourj il y a 8 mois
Parent
commit
ded36b1e34
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {