@@ -160,6 +160,7 @@
@close="closeComDialog" :show-dialog="setDialogStatus.showDialog"></new-set-order-info>
<el-dialog
+ class="create-dialog"
title="创建订单"
width="90%"
:visible.sync="dialogVisible">
@@ -1297,6 +1298,16 @@ export default {
.button-group {
text-align: center;
}
+
+ .create-dialog {
+ .el-dialog {
+ margin-top: 80px !important;
+ }
+ .el-dialog__body {
+ max-height: 75vh;
+ overflow: scroll;