You've already forked AstralRinth
forked from didirus/AstralRinth
Promotion tweaks (#85)
* Modify promotion, Fix #80, Fix #79 * Update Avatar.vue * Version bump
This commit is contained in:
@@ -143,6 +143,7 @@ const toggleDropdown = () => {
|
||||
const selectOption = (option, index) => {
|
||||
radioValue.value = option
|
||||
emit('change', { option, index })
|
||||
emit('option-click', { option: selectedOption.value })
|
||||
dropdownVisible.value = false
|
||||
}
|
||||
|
||||
@@ -197,6 +198,10 @@ onBeforeUnmount(() => {
|
||||
border-radius: var(--radius-md) 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
height: 2.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
.selected {
|
||||
|
||||
Reference in New Issue
Block a user