Merge pull request #122 from dataease/pr@dev@wjh

fix: 修复部分开发环境仪表板编辑无法拖拽问题
This commit is contained in:
王嘉豪 2021-07-01 12:39:20 +08:00 committed by GitHub
commit 00021d6286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -678,10 +678,10 @@ export default {
position: relative; position: relative;
} }
.el-main >>> .el-drawer__wrapper{ .el-main ::v-deep .el-drawer__wrapper{
width: 310px!important; width: 310px!important;
} }
.el-main >>> .el-drawer__body{ .el-main ::v-deep .el-drawer__body{
overflow-y: auto; overflow-y: auto;
} }
.button-show{ .button-show{