Compare commits

...

2 Commits

Author SHA1 Message Date
zzq 4953311f50 Merge branch 'main' of http://123.132.248.154:10000/HC_YFZX/CaiYuanYiTiHua 2024-05-27 17:35:56 +08:00
zzq cbc47fa1e9 地图控件完善 2024-05-27 17:35:50 +08:00
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
<template>
<PageWrapper dense contentFullHeight fixedHeight contentClass="flex">
<Form label-align="left" layout="vertical" description="图斑控件" style="margin: 20px auto 0">
<Form
label-align="left"
layout="vertical"
description="图斑控件"
style="margin: 20px auto 0; width: 550px; padding-bottom: 20px"
>
<FormItem label="是否显示">
<Switch v-model:checked="mapSetData.isShowMap" />
</FormItem>