chore: 隐藏'菜单加载中'
This commit is contained in:
parent
63429789ea
commit
993ac11eb6
@ -51,6 +51,19 @@ onMounted(async () => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Card>
|
<Card>
|
||||||
<BasicForm />
|
<div id="leave-form">
|
||||||
|
<BasicForm />
|
||||||
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
/**
|
||||||
|
去除 '菜单加载中' 主要是iframe内嵌使用
|
||||||
|
*/
|
||||||
|
html:has(#leave-form) {
|
||||||
|
.ant-message-notice-content:has(.ant-message-loading) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user