forked from github/dataease
Merge pull request #1245 from dataease/pr@dev@refactor_panel-scroll
refactor: 移除画布设计时滚动条,优化设计体验
This commit is contained in:
commit
70427efba4
@ -820,7 +820,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
canvasScroll(event) {
|
canvasScroll(event) {
|
||||||
// console.log('testTop' + event.target.scrollTop)
|
|
||||||
this.scrollLeft = event.target.scrollLeft
|
this.scrollLeft = event.target.scrollLeft
|
||||||
this.scrollTop = event.target.scrollTop
|
this.scrollTop = event.target.scrollTop
|
||||||
},
|
},
|
||||||
@ -968,7 +967,6 @@ export default {
|
|||||||
height: 400px!important;
|
height: 400px!important;
|
||||||
|
|
||||||
.el-dialog__header{
|
.el-dialog__header{
|
||||||
// background-color: #f4f4f5;
|
|
||||||
padding: 10px 20px !important;
|
padding: 10px 20px !important;
|
||||||
|
|
||||||
.el-dialog__headerbtn {
|
.el-dialog__headerbtn {
|
||||||
@ -986,4 +984,9 @@ export default {
|
|||||||
color: var(--TextActive);
|
color: var(--TextActive);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 0px;
|
||||||
|
height: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user