salary => fix bug
This commit is contained in:
parent
795649729b
commit
3e2c8c949a
1 changed files with 11 additions and 0 deletions
|
|
@ -94,6 +94,17 @@ watch(
|
|||
<template>
|
||||
<q-dialog v-model="modal" position="right" :maximized="true">
|
||||
<q-card style="width: 1300px; overflow: visible">
|
||||
<q-toolbar>
|
||||
<q-space />
|
||||
<q-btn
|
||||
icon="close"
|
||||
unelevated
|
||||
round
|
||||
dense
|
||||
@click="modal = false"
|
||||
style="color: red; background-color: #ffdede"
|
||||
/>
|
||||
</q-toolbar>
|
||||
<q-card-section class="col q-pt-none bg-grey-12" style="height: 100%">
|
||||
<div class="q-gutter-md">
|
||||
<q-card bordered class="text-center bg-grey-12">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue