feat: dialog ui
This commit is contained in:
parent
feb8872f5f
commit
57eef8e77f
9 changed files with 29 additions and 16 deletions
|
@ -39,8 +39,8 @@ const teams: Team[] = [
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div my-8 px-3 sm-px-8 flex="~ col gap-4" relative max-h-screen>
|
||||
<button btn-action-icon absolute top-0 right-0 m1 aria-label="Close" @click="emit('close')">
|
||||
<div my-8 px-3 sm:px-8 md:max-w-200 flex="~ col gap-4" relative max-h-screen>
|
||||
<button btn-action-icon absolute top--8 right-0 m1 aria-label="Close" @click="emit('close')">
|
||||
<div i-ri:close-fill />
|
||||
</button>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue