@@ -30,8 +30,8 @@ import { Transition } from 'vue';
|
||||
font-weight: bold;
|
||||
}
|
||||
.gw-div {
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
border-radius: 10px;
|
||||
padding: 8px;
|
||||
margin: 5px;
|
||||
justify-content: center;
|
||||
background-color: grey;
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<UModal>
|
||||
<template #content>
|
||||
<div style="padding: 10%; text-align: center;">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
</UModal>
|
||||
</template>
|
||||
Reference in New Issue
Block a user