fix:社招新员工项目学习页细节样式调整

This commit is contained in:
zxj
2025-11-16 15:40:54 +08:00
parent 1536aa3d33
commit 4d02d50d41
7 changed files with 905 additions and 489 deletions

View File

@@ -19,10 +19,16 @@
type="primary"
:loading="processing"
@click="handleConfirmClick"
v-if="showBtn"
>
立即学习
</el-button>
<el-button class="footer-btn" type="text" @click="handleCancelClick">
<el-button
v-if="showBtn"
class="footer-btn"
type="text"
@click="handleCancelClick"
>
取消
</el-button>
</div>
@@ -46,6 +52,10 @@ export default {
type: Boolean,
default: false,
},
showBtn: {
type: Boolean,
default: true,
},
onConfirm: {
type: Function,
default: null,