Forráskód Böngészése

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

zhourj 8 hónapja
szülő
commit
a9b2298503
1 módosított fájl, 4 hozzáadás és 1 törlés
  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);