Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -31,7 +31,7 @@ const handleUpdateValue = (value: string, _option: SelectOption) => { |
31 | 31 | <template> |
32 | 32 | <NSpace> |
33 | 33 | <NText>背景选择</NText> |
34 | - <NSelect size="small" placeholder="请选择您要使用的背景" style="width: 250px" :value="canvasConfig.backgroundImage" | |
34 | + <NSelect size="small" placeholder="请选择您要使用的背景" clearable style="width: 250px" :value="canvasConfig.backgroundImage" | |
35 | 35 | :options="getSelectBgOptions" :render-label="renderOption" @update-value="handleUpdateValue" /> |
36 | 36 | </NSpace> |
37 | 37 | </template> | ... | ... |