refactor: 去除不需要的css样式

This commit is contained in:
dap 2025-02-05 19:48:56 +08:00
parent bdc1cb6d3b
commit f7c00cd8f7

View File

@ -179,21 +179,3 @@ const cardSize = computed(() => {
</div>
</Card>
</template>
<style lang="scss">
html:has(#leave-form) {
/**
去除 '菜单加载中' 主要是iframe内嵌使用
*/
.ant-message-notice-content:has(.ant-message-loading) {
display: none;
}
/**
去除顶部进度条样式
*/
#nprogress {
display: none;
}
}
</style>