@@ -50,7 +50,8 @@ export default {
<style lang="less" scoped>
/deep/.el-dialog__body {
padding: 10px;
- min-height: 330px;
+ min-height: 50px;
+ max-height: 350px;
overflow-y: auto;
}
</style>