fix: checkbox disable style and i18n
This commit is contained in:
parent
5a3ae092c8
commit
c841ee4ed2
3 changed files with 7 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ div.fullscreen.q-drawer__backdrop {
|
||||||
.disabled,
|
.disabled,
|
||||||
.disabled *,
|
.disabled *,
|
||||||
[disabled],
|
[disabled],
|
||||||
[disabled] * {
|
[disabled] * :not(:deep(.q-checkbox)) {
|
||||||
color: hsl(var(--text-mute)) !important;
|
color: hsl(var(--text-mute)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -159,6 +159,9 @@ export default {
|
||||||
attachment: 'Attachment',
|
attachment: 'Attachment',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
service: {
|
||||||
|
showTotalPrice: 'Show Total Price',
|
||||||
|
},
|
||||||
backend: {
|
backend: {
|
||||||
sameBranchCodeExists: 'This Head Office Abbreviation is already in use.',
|
sameBranchCodeExists: 'This Head Office Abbreviation is already in use.',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -163,6 +163,9 @@ export default {
|
||||||
attachment: 'เอกสารเพิ่มเติม',
|
attachment: 'เอกสารเพิ่มเติม',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
service: {
|
||||||
|
showTotalPrice: 'แสดงราคารวม',
|
||||||
|
},
|
||||||
backend: {
|
backend: {
|
||||||
sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว',
|
sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue