Merge branch 'dev' into warmFix-translationsMonitorItem
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
commit
4f3e7534e9
|
@ -71,9 +71,11 @@ onMounted(async () => (stateStore.rightDrawer = false));
|
||||||
auto-load
|
auto-load
|
||||||
/>
|
/>
|
||||||
<QCard v-if="volumeSummary" class="order-volume-summary q-pa-lg">
|
<QCard v-if="volumeSummary" class="order-volume-summary q-pa-lg">
|
||||||
<VnLv :label="t('total')" :value="`${volumeSummary?.totalVolume} m³`" />
|
<VnLv
|
||||||
|
:label="`${t('total')}: `"
|
||||||
|
:value="`${volumeSummary?.totalVolume} m³`" />
|
||||||
<VnLv
|
<VnLv
|
||||||
:label="t('boxes')"
|
:label="`${t('boxes')}: `"
|
||||||
:value="`${dashIfEmpty(volumeSummary?.totalBoxes)} U`"
|
:value="`${dashIfEmpty(volumeSummary?.totalBoxes)} U`"
|
||||||
/>
|
/>
|
||||||
</QCard>
|
</QCard>
|
||||||
|
@ -111,12 +113,12 @@ onMounted(async () => (stateStore.rightDrawer = false));
|
||||||
</VnTable>
|
</VnTable>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.order-volume-summary {
|
.order-volume-summary {
|
||||||
.vn-label-value {
|
.vn-label-value {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
gap: 2%;
|
gap: 0.5%;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
color: var(--vn-label-color);
|
color: var(--vn-label-color);
|
||||||
|
|
Loading…
Reference in New Issue