소스 검색

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

zhourj 8 달 전
부모
커밋
ded36b1e34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {