|
@@ -204,7 +204,7 @@
|
|
|
<div class="btns">
|
|
|
<button v-if="currentMaterialType !== '3D'" class="ui-button upload-btn" @click="onClickUpload">
|
|
|
<span>{{upload_material}}</span>
|
|
|
- <i class="iconfont icon-material_prompt tool-tip-for-editor"
|
|
|
+ <i :key="currentMaterialType" class="iconfont icon-material_prompt tool-tip-for-editor"
|
|
|
v-tooltip="
|
|
|
currentMaterialType === 'image' ? img_size :
|
|
|
currentMaterialType === 'pano' ? pano_size :
|