mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Cosmetics
This commit is contained in:
parent
411d580780
commit
12333edd7c
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
<span class="font-bold text-900">Amy Elsner</span>
|
||||
</div>
|
||||
<div class="font-medium text-lg my-3 text-900">{{ slotProps.message.summary }}</div>
|
||||
<Button severity="success" outlined class="p-button-sm" label="Reply" @click="onReply()"></Button>
|
||||
<Button class="p-button-sm" label="Reply" @click="onReply()"></Button>
|
||||
</div>
|
||||
</template>
|
||||
</Toast>
|
||||
|
@ -35,7 +35,7 @@ export default {
|
|||
<span class="font-bold text-900">Amy Elsner</span>
|
||||
</div>
|
||||
<div class="font-medium text-lg my-3 text-900">{{ slotProps.message.summary }}</div>
|
||||
<Button severity="success" outlined class="p-button-sm" label="Reply" @click="onReply()"></Button>
|
||||
<Button class="p-button-sm" label="Reply" @click="onReply()"></Button>
|
||||
</div>
|
||||
</template>
|
||||
</Toast>
|
||||
|
@ -52,7 +52,7 @@ export default {
|
|||
<span class="font-bold text-900">Amy Elsner</span>
|
||||
</div>
|
||||
<div class="font-medium text-lg my-3 text-900">{{ slotProps.message.summary }}</div>
|
||||
<Button severity="success" outlined class="p-button-sm" label="Reply" @click="onReply()"></Button>
|
||||
<Button class="p-button-sm" label="Reply" @click="onReply()"></Button>
|
||||
</div>
|
||||
</template>
|
||||
</Toast>
|
||||
|
@ -96,7 +96,7 @@ export default {
|
|||
<span class="font-bold text-900">Amy Elsner</span>
|
||||
</div>
|
||||
<div class="font-medium text-lg my-3 text-900">{{ slotProps.message.summary }}</div>
|
||||
<Button severity="success" outlined class="p-button-sm" label="Reply" @click="onReply()"></Button>
|
||||
<Button class="p-button-sm" label="Reply" @click="onReply()"></Button>
|
||||
</div>
|
||||
</template>
|
||||
</Toast>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue