修改显示文字
This commit is contained in:
parent
66dffac3fe
commit
70d7a7010e
|
@ -77,7 +77,7 @@
|
||||||
<q-form @submit="onSubmit">
|
<q-form @submit="onSubmit">
|
||||||
<q-card-section class="q-ma-none q-pa-sm">
|
<q-card-section class="q-ma-none q-pa-sm">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-auto text-h6">
|
<div class="col-auto text-h5">
|
||||||
{{ $t("magic wall") }}
|
{{ $t("magic wall") }}
|
||||||
</div>
|
</div>
|
||||||
<q-space />
|
<q-space />
|
||||||
|
@ -107,12 +107,12 @@
|
||||||
<q-card class="my-card" flat bordered>
|
<q-card class="my-card" flat bordered>
|
||||||
<q-card-section horizontal>
|
<q-card-section horizontal>
|
||||||
<q-card-section class="col-3" style="">
|
<q-card-section class="col-3" style="">
|
||||||
<div class="text-h5">{{ $t("angle") }}</div>
|
<div style="font-size: 1.2rem;">{{ $t("angle") }}</div>
|
||||||
<q-separator />
|
<q-separator />
|
||||||
<br />
|
<br />
|
||||||
<div class="row no-wrap items-center">
|
<div class="no-wrap items-center">
|
||||||
<q-item>
|
<q-item class="row">
|
||||||
<q-item-section avatar>
|
<q-item-section avatar class="">
|
||||||
<span class="q-mb-md" style="font-size: 1rem">
|
<span class="q-mb-md" style="font-size: 1rem">
|
||||||
angle:</span
|
angle:</span
|
||||||
>
|
>
|
||||||
|
@ -162,17 +162,17 @@
|
||||||
</q-item>
|
</q-item>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div class="text-h5">
|
<div style="font-size: 1.2rem;">
|
||||||
{{ $t("physical central location") }}
|
{{ $t("physical central location") }}
|
||||||
</div>
|
</div>
|
||||||
<q-separator />
|
<q-separator />
|
||||||
<br />
|
<br />
|
||||||
<div class="row no-wrap items-center">
|
<div class=" no-wrap items-center">
|
||||||
<q-item>
|
<q-item class="row ">
|
||||||
<q-item-section avatar>
|
<q-item-section avatar class="col-2">
|
||||||
<span class="q-mb-md">X:</span>
|
<span class="q-mb-md">X:</span>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section>
|
<q-item-section class="col">
|
||||||
<q-input
|
<q-input
|
||||||
v-if="current_index > -1"
|
v-if="current_index > -1"
|
||||||
type="number"
|
type="number"
|
||||||
|
@ -215,12 +215,12 @@
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div class="row">
|
<div >
|
||||||
<q-item>
|
<q-item class="row">
|
||||||
<q-item-section avatar>
|
<q-item-section avatar class="col-2">
|
||||||
<span class="q-mb-md">Y:</span>
|
<span class="q-mb-md">Y:</span>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section>
|
<q-item-section class="col">
|
||||||
<q-input
|
<q-input
|
||||||
v-if="current_index > -1"
|
v-if="current_index > -1"
|
||||||
:hint="''"
|
:hint="''"
|
||||||
|
@ -1464,7 +1464,6 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log($store.state.show_monitor_list)
|
|
||||||
}
|
}
|
||||||
test_monitor_list.value.forEach((ele) => {
|
test_monitor_list.value.forEach((ele) => {
|
||||||
ele.isHide = false;
|
ele.isHide = false;
|
||||||
|
|
Loading…
Reference in New Issue