🐞 fix(期刊): 期刊文案显示不全问题

dev
zhangjiabao 8 months ago
parent d7062ad46b
commit 22cf4a2c89

@ -279,12 +279,14 @@ export default {
min-height: 300px;
height: calc(100vh - 140px);
border-radius: 10px;
padding-bottom: 30px;
.el-card__header {
background-color: rgba(249, 249, 249, 1);
}
.el-card__body {
overflow: auto;
height: 100%;
height: calc(100% - 50px);
padding-bottom: 80px;
}
}
</style>

Loading…
Cancel
Save