perf: 去除顶部进度条样式

This commit is contained in:
dap 2025-02-06 22:44:05 +08:00
parent 551841bdd7
commit 0be1a0825d

View File

@ -179,3 +179,14 @@ const cardSize = computed(() => {
</div>
</Card>
</template>
<style lang="scss">
html:has(#leave-form) {
/**
去除顶部进度条样式
*/
#nprogress {
display: none;
}
}
</style>