fix: toast가 가려지는 부분이 있는 문제 수정
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<CToaster placement="top-end">
|
<CToaster class="z99" placement="top-end">
|
||||||
<CToast
|
<CToast
|
||||||
v-for="(toast, index) in modelValue"
|
v-for="(toast, index) in modelValue"
|
||||||
:key="index"
|
:key="index"
|
||||||
@@ -44,3 +44,8 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<style scoped>
|
||||||
|
.z99 {
|
||||||
|
z-index: 199;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user