mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 19:05:32 -04:00
Fix in reader.html.ecr.
This commit is contained in:
parent
405b958deb
commit
db5e99b3f0
@ -48,7 +48,7 @@
|
||||
'uk-animation-slide-right': flipAnimation === 'right'
|
||||
}" :data-src="curItem.url" :width="curItem.width" :height="curItem.height" :id="curItem.id" @click="clickImage($event)" :style="`
|
||||
width:${fitType === 'horz' ? '100vw' : 'auto'};
|
||||
height:${mode === 'vert' ? '100vh' : 'auto'};
|
||||
height:${fitType === 'vert' ? '100vh' : 'auto'};
|
||||
margin-bottom:0;
|
||||
max-width:${fitType === 'horz' ? '100%' : ''};
|
||||
max-height:${fitType === 'vert' ? '100%' : ''};
|
||||
|
Loading…
x
Reference in New Issue
Block a user