refactor: modal dialog (#277)
This commit is contained in:
parent
585b9e0229
commit
feb8872f5f
6 changed files with 271 additions and 192 deletions
|
@ -39,7 +39,7 @@ const teams: Team[] = [
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div p8 flex="~ col gap-4" relative max-h-screen of-auto>
|
||||
<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 i-ri:close-fill />
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue