mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #5727 - Removed utility classes
This commit is contained in:
parent
caa55a3f9f
commit
45c4fe79bb
32 changed files with 93 additions and 175 deletions
|
@ -6,7 +6,7 @@
|
|||
<Button label="Show" @click="visible = true" />
|
||||
|
||||
<Dialog v-model:visible="visible" modal header="Edit Profile" :style="{ width: '25rem' }">
|
||||
<span class="p-text-secondary block mb-5">Update your information.</span>
|
||||
<span class="text-color-secondary block mb-5">Update your information.</span>
|
||||
<div class="flex align-items-center gap-3 mb-3">
|
||||
<label for="username" class="font-semibold w-6rem">Username</label>
|
||||
<InputText id="username" class="flex-auto" autocomplete="off" />
|
||||
|
@ -34,7 +34,7 @@ export default {
|
|||
<Button label="Show" @click="visible = true" />
|
||||
|
||||
<Dialog v-model:visible="visible" modal header="Edit Profile" :style="{ width: '25rem' }">
|
||||
<span class="p-text-secondary block mb-5">Update your information.</span>
|
||||
<span class="text-color-secondary block mb-5">Update your information.</span>
|
||||
<div class="flex align-items-center gap-3 mb-3">
|
||||
<label for="username" class="font-semibold w-6rem">Username</label>
|
||||
<InputText id="username" class="flex-auto" autocomplete="off" />
|
||||
|
@ -54,7 +54,7 @@ export default {
|
|||
<div class="card flex justify-content-center">
|
||||
<Button label="Show" @click="visible = true" />
|
||||
<Dialog v-model:visible="visible" modal header="Edit Profile" :style="{ width: '25rem' }">
|
||||
<span class="p-text-secondary block mb-5">Update your information.</span>
|
||||
<span class="text-color-secondary block mb-5">Update your information.</span>
|
||||
<div class="flex align-items-center gap-3 mb-3">
|
||||
<label for="username" class="font-semibold w-6rem">Username</label>
|
||||
<InputText id="username" class="flex-auto" autocomplete="off" />
|
||||
|
@ -86,7 +86,7 @@ export default {
|
|||
<div class="card flex justify-content-center">
|
||||
<Button label="Show" @click="visible = true" />
|
||||
<Dialog v-model:visible="visible" modal header="Edit Profile" :style="{ width: '25rem' }">
|
||||
<span class="p-text-secondary block mb-5">Update your information.</span>
|
||||
<span class="text-color-secondary block mb-5">Update your information.</span>
|
||||
<div class="flex align-items-center gap-3 mb-3">
|
||||
<label for="username" class="font-semibold w-6rem">Username</label>
|
||||
<InputText id="username" class="flex-auto" autocomplete="off" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue