fix: 02 icon outline & toggle color
This commit is contained in:
parent
ee4c202088
commit
027fd151c7
6 changed files with 21 additions and 16 deletions
|
|
@ -669,7 +669,7 @@ watch(currentHq, () => {
|
|||
{{ $t('branchStatTitle') }}
|
||||
<q-btn
|
||||
class="q-ml-xs"
|
||||
icon="mdi-pin"
|
||||
icon="mdi-pin-outline"
|
||||
color="primary"
|
||||
size="sm"
|
||||
flat
|
||||
|
|
@ -1262,6 +1262,7 @@ watch(currentHq, () => {
|
|||
<q-item-section class="q-py-sm">
|
||||
<div class="q-pa-sm surface-2 rounded">
|
||||
<q-toggle
|
||||
color="positive"
|
||||
:id="`view-detail-btn-${props.row.name}-status`"
|
||||
dense
|
||||
size="sm"
|
||||
|
|
@ -1470,6 +1471,7 @@ watch(currentHq, () => {
|
|||
<div class="q-pa-sm surface-2 rounded">
|
||||
<q-toggle
|
||||
:id="`view-detail-btn-${props.row.name}-status`"
|
||||
color="positive"
|
||||
dense
|
||||
size="sm"
|
||||
:label="
|
||||
|
|
@ -1906,7 +1908,7 @@ watch(currentHq, () => {
|
|||
"
|
||||
>
|
||||
<q-item-section avatar>
|
||||
<q-icon name="mdi-file-plus" class="app-text-muted-2" />
|
||||
<q-icon name="mdi-file-plus-outline" class="app-text-muted-2" />
|
||||
</q-item-section>
|
||||
<q-item-section>
|
||||
{{ $t('formDialogTitleCreateSubBranch') }}
|
||||
|
|
@ -1983,6 +1985,7 @@ watch(currentHq, () => {
|
|||
<q-item-section avatar>
|
||||
<q-toggle
|
||||
dense
|
||||
color="positive"
|
||||
:id="`view-detail-btn-${currentNode.name}-status`"
|
||||
size="sm"
|
||||
@click="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue