forked from github/dataease
fix(移动端): 修复手机端查看仪表板原本未被遮挡的视图,放大后被遮挡了部分的问题 #3967
This commit is contained in:
parent
a657597dd2
commit
974b6b9f68
@ -783,14 +783,6 @@ export default {
|
|||||||
padding: 10px 20px 20px;
|
padding: 10px 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-dialog-css ::v-deep .el-dialog__headerbtn {
|
|
||||||
top: 7px
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-dialog-css ::v-deep .el-dialog__body {
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 0px !important;
|
width: 0px !important;
|
||||||
height: 0px !important;
|
height: 0px !important;
|
||||||
|
@ -1263,4 +1263,13 @@ export default {
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.mobile-dialog-css ::v-deep .el-dialog__headerbtn {
|
||||||
|
top: 7px
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-dialog-css ::v-deep .el-dialog__body {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user