fix
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user