perf: 去除顶部进度条样式
This commit is contained in:
parent
551841bdd7
commit
0be1a0825d
@ -179,3 +179,14 @@ const cardSize = computed(() => {
|
|||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
html:has(#leave-form) {
|
||||||
|
/**
|
||||||
|
去除顶部进度条样式
|
||||||
|
*/
|
||||||
|
#nprogress {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user