fix: form date picker clear and icon
This commit is contained in:
parent
dc89a60eb4
commit
54e3876019
6 changed files with 103 additions and 68 deletions
|
|
@ -143,7 +143,7 @@ function deleteFile(name: string) {
|
|||
name="mdi-close-circle"
|
||||
class="cursor-pointer app-text-muted"
|
||||
size="sm"
|
||||
@click="startDate = undefined"
|
||||
@click.stop="startDate = undefined"
|
||||
/>
|
||||
</template>
|
||||
</q-input>
|
||||
|
|
@ -205,7 +205,7 @@ function deleteFile(name: string) {
|
|||
name="mdi-close-circle"
|
||||
class="cursor-pointer app-text-muted"
|
||||
size="sm"
|
||||
@click="retireDate = undefined"
|
||||
@click.stop="retireDate = undefined"
|
||||
/>
|
||||
</template>
|
||||
</q-input>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue