修改 删除生成计划的 滚动
This commit is contained in:
parent
3e3ca007e1
commit
7ffff137b5
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user