forked from github/dataease
fix: 修复部分开发环境仪表板编辑无法拖拽问题
This commit is contained in:
parent
d65d15c688
commit
0d9338a51d
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user