# Conflicts:
#	src/main/resources/views/platform/zhgh/activity/sports/applyUser/applyUser.js
#	src/main/resources/views/platform/zhgh/activity/sports/applyUser/index.html
This commit is contained in:
2025-09-11 20:22:55 +08:00
63 changed files with 1349 additions and 627 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;
}