fix(仪表板、数据大屏): 修复设置图表背景图片存在多余滚动条问题 (#16755)

This commit is contained in:
王嘉豪
2025-08-19 16:06:04 +08:00
committed by GitHub
parent f61f9114b2
commit 35d605fa25
2 changed files with 3 additions and 3 deletions

View File

@@ -98,8 +98,8 @@ const HandleBeforeClose = () => {
<style lang="less" scoped>
.img-content {
width: 100vw;
height: 100vh;
overflow-y: auto;
height: calc(100vh - 70px);
overflow-y: hidden;
padding: 60px 120px;
img {
width: 100%;

View File

@@ -384,7 +384,7 @@ em {
.img-enlarge-dialog {
min-width: 100vw;
max-height: 100vh;
overflow-y: auto;
overflow-y: hidden;
background: none !important;
.ed-dialog__header {