|
@@ -5,7 +5,7 @@
|
|
src='https://ss0.bdstatic.com/94oJfD_bAAcT8t7mm9GUKT-xh_/timg?image&quality=100&size=b4000_4000&sec=1592807833&di=5adf17cda9f46c37696da5b1d0aec9dc&src=http://a3.att.hudong.com/14/75/01300000164186121366756803686.jpg'
|
|
src='https://ss0.bdstatic.com/94oJfD_bAAcT8t7mm9GUKT-xh_/timg?image&quality=100&size=b4000_4000&sec=1592807833&di=5adf17cda9f46c37696da5b1d0aec9dc&src=http://a3.att.hudong.com/14/75/01300000164186121366756803686.jpg'
|
|
alt
|
|
alt
|
|
/>-->
|
|
/>-->
|
|
- <rotation v-if='rotationImg.length>0' :rotationImg='rotationImg' style='height:700px;'></rotation>
|
|
|
|
|
|
+ <rotation v-if='rotationImg.length>0' :rotationImg='rotationImg' style='height:100%;'></rotation>
|
|
<span class='close' @click='close'>X</span>
|
|
<span class='close' @click='close'>X</span>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
</div>
|
|
</div>
|
|
@@ -53,7 +53,7 @@ export default {
|
|
<style lang='less'>
|
|
<style lang='less'>
|
|
.picDia {
|
|
.picDia {
|
|
.el-dialog {
|
|
.el-dialog {
|
|
- height: 90%;
|
|
|
|
|
|
+ height: 88%;
|
|
margin-top: 5vh !important;
|
|
margin-top: 5vh !important;
|
|
position: relative;
|
|
position: relative;
|
|
.el-dialog__header {
|
|
.el-dialog__header {
|
|
@@ -61,6 +61,7 @@ export default {
|
|
}
|
|
}
|
|
.el-dialog__body {
|
|
.el-dialog__body {
|
|
padding: 0;
|
|
padding: 0;
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|