修改 删除生成计划的 滚动

This commit is contained in:
ival 2021-03-29 11:31:47 +08:00
parent 3e3ca007e1
commit 7ffff137b5

View File

@ -156,13 +156,17 @@ export default {
};
</script>
<style lang="scss" scope>
.content-route /deep/ .el-dialog__body {
width: 100%;
height:100%;
flex:1;
padding: 0 !important;
overflow: hidden !important;
<style lang="scss" scoped>
/deep/ {
.el-dialog__body {
flex:1;
padding: 0 !important;
overflow: hidden !important;
}
.is-fullscreen {
overflow: hidden !important;
}
}
.content-route{