暂不支持

pull/824/head
zhangdaiscott 2023-10-20 21:43:40 +08:00
parent 1670c8ee44
commit d03fec1e38
1 changed files with 11 additions and 1 deletions

View File

@ -9,7 +9,9 @@
<div v-show="activeKey === 'ding'" class="base-collapse">
<ThirdAppDingTalkConfigForm />
</div>
<div v-show="activeKey === 'wechat'"> </div>
<div v-show="activeKey === 'wechat'" class="p-5 empty-image">
<a-empty description="暂不支持" :image-style="{ margin: '0 auto', height: '160px' }" />
</div>
</div>
</template>
@ -94,6 +96,14 @@
color: #333 !important;
}
}
.empty-image{
align-items: center;
display: flex;
flex-direction: column;
height: calc(100% - 50px);
justify-content: center;
width: 100%;
}
</style>
<style lang="less">