refactor: 去除不需要的css样式
This commit is contained in:
parent
bdc1cb6d3b
commit
f7c00cd8f7
@ -179,21 +179,3 @@ const cardSize = computed(() => {
|
|||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
|
||||||
html:has(#leave-form) {
|
|
||||||
/**
|
|
||||||
去除 '菜单加载中' 主要是iframe内嵌使用
|
|
||||||
*/
|
|
||||||
.ant-message-notice-content:has(.ant-message-loading) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
去除顶部进度条样式
|
|
||||||
*/
|
|
||||||
#nprogress {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user