ソースを参照

Merge branch 'zhangtao' of gitadmin/tuoheng_lc_web into develop

tags/v1.0.0^2
zhangtao 2年前
コミット
772b3b0094
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/views/question-manage/question-list/components/MapDrawer.vue

+ 1
- 1
src/views/question-manage/question-list/components/MapDrawer.vue ファイルの表示

@@ -1,7 +1,7 @@
<template>
<n-drawer v-bind="getDrawerOptions" @update:show="handleDrawerColse">
<n-drawer-content closable title="图片位置">
<PositionMsg :data="getPostionOptions" />
<PositionMsg :data="getPostionOptions" :show-legend="false" />
</n-drawer-content>
</n-drawer>
</template>

読み込み中…
キャンセル
保存