考核任务完成

This commit is contained in:
aixianling
2022-12-12 12:02:23 +08:00
parent fa4eb18afa
commit 2489a7d641
4 changed files with 88 additions and 32 deletions

View File

@@ -1,6 +1,8 @@
<template>
<section class="AiBottomBtn">
<slot v-if="$slots.default"/>
<div class="transport" v-if="$slots.default">
<slot/>
</div>
<u-gap v-else height="112"/>
<div class="fixed" @click="$emit('click')">
<slot v-if="$slots.default"/>
@@ -36,5 +38,9 @@ export default {
background: #1365DD;
box-shadow: inset 0px 1px 0px 0px #EEEEEE;
}
.transport {
opacity: 0;
}
}
</style>