mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 21:08:31 +08:00
fix: 修复使用模板新建预览时,部分屏幕尺寸展示不全问题
This commit is contained in:
@@ -772,12 +772,17 @@ defineExpose({
|
||||
|
||||
.img-main-create {
|
||||
display: inherit;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
background: #0f1114;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
width: 100%;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.img-main-create img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain; /* 保持图片比例,不裁剪 */
|
||||
}
|
||||
|
||||
.custom-market-tree {
|
||||
|
||||
Reference in New Issue
Block a user