Переглянути джерело

Merge branch 'master' of http://git.xt.wenhq.top:8083/wimjiang/squi-HD

wenhongquan 3 роки тому
батько
коміт
ae74226553
1 змінених файлів з 3 додано та 1 видалено
  1. 3 1
      src/components/MarkerMap/index.tsx

+ 3 - 1
src/components/MarkerMap/index.tsx

@@ -725,7 +725,9 @@ export default defineComponent({
     return () => (
       <div class="task-map-container">
         <MapView v-model:map={state.map} />
-        <div id='vPlayArea' />
+        {/* <div style="width:35%;height:20%;background-color:blue"> */}
+        <div id='vPlayArea'  style="width:30%;"/>
+        {/* </div> */}
         <div
           class={clsx('address-type-card-container', {
             ['in-detail']: props.readonly,