feat: 单条历史展示最大高度改为7行

This commit is contained in:
ZiuChen
2022-09-04 21:52:42 +08:00
parent 70469cd4b0
commit 3807c73149
2 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@
display: flex;
overflow: hidden;
word-break: break-all;
max-height: 150px;
max-height: 120px;
max-width: 500px;
padding: 5px;
white-space: pre-wrap;
@@ -60,7 +60,7 @@
color: @text-color;
img.clip-data-image {
// 此 class用于区分 file的 image
max-height: 140px; // 比外框 max-height少一点 因为有 5px的边框
max-height: 100px; // 比外框 max-height少一点 因为有 5px的边框
max-width: 90%;
box-shadow: 0px 0px 3px @text-color;
}