This commit is contained in:
wxd
2024-10-13 22:20:59 +08:00
parent 82060d24b1
commit 935d69ac42
3 changed files with 21 additions and 10 deletions

View File

@@ -65,7 +65,7 @@
</div>
</div>
<div
v-if="key != 'moodboardPosition'"
v-if="key != 'moodboardPosition' && key != 'colorBoards'"
class="exportCanvasBox_item"
v-for="imgItem in item"
:class="[key == 'disposeMoodboard'?'exportCanvasBox_item_dispose':'',imgItem?.upScaleChecked?'active':'']"
@@ -2394,7 +2394,7 @@ export default defineComponent({
margin-bottom: 2rem;
img {
max-width: 7rem;
max-height: 7rem;
max-height: 14rem;
object-fit: contain;
}