@@ -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> |