tweaking minor stuff
This commit is contained in:
@@ -68,6 +68,8 @@ const classes = computed(() => [
|
|||||||
.alert-fade-leave-active {
|
.alert-fade-leave-active {
|
||||||
transition: opacity 0.2s ease, transform 0.2s ease, max-height 0.25s ease;
|
transition: opacity 0.2s ease, transform 0.2s ease, max-height 0.25s ease;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
/* Must be a numeric value — CSS cannot transition from 'auto' to 0 */
|
||||||
|
max-height: 200px;
|
||||||
}
|
}
|
||||||
.alert-fade-leave-to {
|
.alert-fade-leave-to {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|||||||
@@ -23,9 +23,6 @@ const statusClass = {
|
|||||||
cancelled: 'bg-danger/10 text-danger',
|
cancelled: 'bg-danger/10 text-danger',
|
||||||
}
|
}
|
||||||
|
|
||||||
const gradientProgress = (value, gradient) => ({
|
|
||||||
width: `${value}%`,
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user