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] * :not(:deep(.q-checkbox)) {
|
||||
color: hsl(var(--text-mute)) !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -159,6 +159,9 @@ export default {
|
|||
attachment: 'Attachment',
|
||||
},
|
||||
},
|
||||
service: {
|
||||
showTotalPrice: 'Show Total Price',
|
||||
},
|
||||
backend: {
|
||||
sameBranchCodeExists: 'This Head Office Abbreviation is already in use.',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -163,6 +163,9 @@ export default {
|
|||
attachment: 'เอกสารเพิ่มเติม',
|
||||
},
|
||||
},
|
||||
service: {
|
||||
showTotalPrice: 'แสดงราคารวม',
|
||||
},
|
||||
backend: {
|
||||
sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue