fix: background
This commit is contained in:
parent
4aafead505
commit
4878e5f751
1 changed files with 6 additions and 9 deletions
|
|
@ -45,7 +45,7 @@ const summaryPrice = ref<SummaryPrice>({
|
|||
finalPrice: 15525,
|
||||
});
|
||||
|
||||
const note = ref<string>('asdasd\d dasdasd');
|
||||
const note = ref<string>('asdasd\d \n อะไรครับdasdasd');
|
||||
const productList = ref<Product[]>([
|
||||
{
|
||||
id: 'cm14grwo30002z8ch55keto89',
|
||||
|
|
@ -300,14 +300,11 @@ watch(elements, () => {
|
|||
หมายเหตุ
|
||||
</span>
|
||||
|
||||
<div class="border-5 q-mb-md" style="width: 100%">
|
||||
<q-input
|
||||
v-model="note"
|
||||
readonly
|
||||
filled
|
||||
type="textarea"
|
||||
style="background: none"
|
||||
/>
|
||||
<div
|
||||
class="border-5 surface-0 detail-note q-mb-md"
|
||||
style="width: 100%; padding: 8px 16px; white-space: pre-wrap"
|
||||
>
|
||||
{{ note }}
|
||||
</div>
|
||||
|
||||
<span
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue