Commit 361a8f4 1 parent fda09e6 commit 361a8f4 Copy full SHA for 361a8f4
File tree 1 file changed +6
-3
lines changed
src/components/BuiProgress
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,13 @@ const scaleWidthClass = computed(() => {
56
56
<div class =" flex items-center max-w-full w-full h-[21px] min-h-[21px] relative" >
57
57
<div class =" flex flex-row z-1 absolute left-0 top-0 w-full min-w-full h-[21px] max-h-[21px]" >
58
58
<div
59
- class =" h-[21px] max-h-[21px] w-[6px] min-w-[6px] rounded-left-cap bg-primary-500/[.2]"
59
+ class =" h-[21px] max-h-[21px] w-[6px] min-w-[6px] rounded-left-cap bg-primary-500/[.12]"
60
+ ></div >
61
+ <div class =" w-full h-[21px] flex-1 relative bg-primary-500/[.12]" ></div >
62
+ <div class =" h-[21px] w-[6px] max-w-[6px] rounded-right-cap bg-primary-500/[.12]" ></div >
63
+ <div
64
+ class =" h-[21px] w-[6px] max-w-[6px] ellips bg-primary-500/[.08] absolute right-0 top-0"
60
65
></div >
61
- <div class =" w-full h-[21px] flex-1 relative bg-primary-500/[.2]" ></div >
62
- <div class =" h-[21px] w-[6px] max-w-[6px] rounded-right-cap bg-primary-500/[.2]" ></div >
63
66
</div >
64
67
65
68
<div class =" flex flex-row z-2" :style =" scaleWidthClass" >
You can’t perform that action at this time.
0 commit comments