Skip to content

Commit f5d986e

Browse files
committed
fix(progress): fix css on progress after n-ui bump
1 parent 3c0b83e commit f5d986e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/numbers/ProgressNumber.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ onBeforeUnmount(() => {
286286
}
287287
288288
.progress {
289-
width: var(--progress-size);
289+
width: var(--progress-size) !important;
290290
border: 2px solid transparent;
291291
border-radius: 50%;
292292
outline: none;

0 commit comments

Comments
 (0)