mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(仪表板、数据大屏): 修复设置图表背景图片存在多余滚动条问题 (#16755)
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user