Skip to content

Commit b23963b

Browse files
committed
refactor(notify-group): fix duplicate selector
1 parent 3f24823 commit b23963b

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

src/components/notify/NotifyGroup.vue

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,14 @@ defineExpose({
202202
}
203203
}
204204
205-
&--top-right,
205+
&--top-left,
206206
&--top-center,
207-
&--top-left {
207+
&--top-right {
208208
@apply top-8;
209+
210+
.notify-group__container {
211+
@apply justify-start flex-col-reverse space-y-reverse;
212+
}
209213
}
210214
211215
&--top-right,
@@ -218,23 +222,11 @@ defineExpose({
218222
@apply left-8;
219223
}
220224
221-
&--bottom-center,
222-
&--bottom-right,
223-
&--bottom-left {
224-
@apply bottom-8;
225-
}
226-
227-
&--top-left,
228-
&--top-center,
229-
&--top-right {
230-
.notify-group__container {
231-
@apply justify-start flex-col-reverse space-y-reverse;
232-
}
233-
}
234-
235225
&--bottom-left,
236226
&--bottom-center,
237227
&--bottom-right {
228+
@apply bottom-8;
229+
238230
.notify-group__container {
239231
@apply justify-end flex-col;
240232
}

0 commit comments

Comments
 (0)