Skip to content

Commit 361a8f4

Browse files
authoredJan 29, 2024
fix: Добавлен эллипс в конец фона + исправлены значения прозрачности (refs #DH-1010) (#37)
1 parent fda09e6 commit 361a8f4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
 

‎src/components/BuiProgress/BuiProgress.vue

+6-3
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,13 @@ const scaleWidthClass = computed(() => {
5656
<div class="flex items-center max-w-full w-full h-[21px] min-h-[21px] relative">
5757
<div class="flex flex-row z-1 absolute left-0 top-0 w-full min-w-full h-[21px] max-h-[21px]">
5858
<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"
6065
></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>
6366
</div>
6467

6568
<div class="flex flex-row z-2" :style="scaleWidthClass">

0 commit comments

Comments
 (0)