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