This commit is contained in:
那些花儿
2025-09-11 11:58:41 +08:00
parent 79e5da34ff
commit 204deed9d6
27 changed files with 1085 additions and 676 deletions
@@ -18,6 +18,9 @@
<div :class="{ card_scroll: edit_scroll }">
<slot name="edit"></slot>
</div>
<div style="border-top: 1px solid #ebeef5; padding-top: 10px">
<slot name="edit-footer"></slot>
</div>
</el-card>
<el-card v-if="v === 'view'" key="view" shadow="never" class="animated-card">
@@ -156,7 +159,7 @@ module.exports = {
}
.card_scroll {
max-height: calc(100vh - 56px - 40px - 30px - 50px - 34px);
max-height: calc(100vh - 56px - 40px - 30px - 50px - 34px - 50px - 10px);
overflow-y: auto;
position: relative;
}