mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 13:26:44 +08:00
fix:社招新员工项目学习页细节样式调整
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user