style: fix bar height
This commit is contained in:
parent
a23805c65f
commit
84f23d64d3
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div @click="(event) => $store.dispatch('player/seek', event.x * player.duration / event.target.offsetWidth)">
|
<div @click="(event) => $store.dispatch('player/seek', event.x * player.duration / event.target.offsetWidth)">
|
||||||
<NcProgressBar class="bar" :value="player.currentTime * 100 / player.duration" />
|
<NcProgressBar size="medium" :value="player.currentTime * 100 / player.duration" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -24,8 +24,4 @@ export default {
|
|||||||
div {
|
div {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bar {
|
|
||||||
height: 10px !important;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user