可视化大屏去掉边框

This commit is contained in:
limengnan 2025-06-27 12:00:38 +08:00
parent 9d9ca6f137
commit 967dc4499a
2 changed files with 2 additions and 0 deletions

View File

@ -522,6 +522,7 @@ const updateFromMobile = (e, type) => {
height: 100%;
position: relative;
background-size: 100% 100% !important;
padding: 0 !important;
.wrapper-inner-adaptor {
position: relative;
transform-style: preserve-3d;

View File

@ -1181,6 +1181,7 @@ onMounted(() => {
height: 100%;
position: relative;
background-size: 100% 100% !important;
padding:0 !important;
}
.shape-selected {