可视化大屏去掉边框
This commit is contained in:
parent
9d9ca6f137
commit
967dc4499a
@ -522,6 +522,7 @@ const updateFromMobile = (e, type) => {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-size: 100% 100% !important;
|
background-size: 100% 100% !important;
|
||||||
|
padding: 0 !important;
|
||||||
.wrapper-inner-adaptor {
|
.wrapper-inner-adaptor {
|
||||||
position: relative;
|
position: relative;
|
||||||
transform-style: preserve-3d;
|
transform-style: preserve-3d;
|
||||||
|
@ -1181,6 +1181,7 @@ onMounted(() => {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-size: 100% 100% !important;
|
background-size: 100% 100% !important;
|
||||||
|
padding:0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shape-selected {
|
.shape-selected {
|
||||||
|
Loading…
Reference in New Issue
Block a user