优化transform

hn2.0
fanluyan 2 years ago
parent bf615e6a87
commit 04cfdb716f

@ -97,9 +97,16 @@ export default {
</script>
<style lang="less">
.showDialogHistoryPic {
display: flex;
align-items: center;
justify-content: center;
.el-dialog {
width: 70% !important;
height: 90%;
transform: none;
margin: auto;
left: auto;
top: auto;
}
.el-dialog__body {
height: calc(100% - 70px);

@ -537,10 +537,19 @@ export default {
}
}
.showDialogHistoryPic {
display: flex;
align-items: center;
justify-content: center;
.el-dialog {
width: 70% !important;
height: 90%;
transform: none;
margin: auto;
left: auto;
top: auto;
}
.el-dialog__body {
height: calc(100% - 70px);
.title {

Loading…
Cancel
Save