Merge branch 'dev' into 8320-moveTestsToSections
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
3ab8a78144
|
@ -71,9 +71,11 @@ onMounted(async () => (stateStore.rightDrawer = false));
|
|||
auto-load
|
||||
/>
|
||||
<QCard v-if="volumeSummary" class="order-volume-summary q-pa-lg">
|
||||
<VnLv :label="t('total')" :value="`${volumeSummary?.totalVolume} m³`" />
|
||||
<VnLv
|
||||
:label="t('boxes')"
|
||||
:label="`${t('total')}: `"
|
||||
:value="`${volumeSummary?.totalVolume} m³`" />
|
||||
<VnLv
|
||||
:label="`${t('boxes')}: `"
|
||||
:value="`${dashIfEmpty(volumeSummary?.totalBoxes)} U`"
|
||||
/>
|
||||
</QCard>
|
||||
|
@ -111,12 +113,12 @@ onMounted(async () => (stateStore.rightDrawer = false));
|
|||
</VnTable>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.order-volume-summary {
|
||||
.vn-label-value {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 2%;
|
||||
gap: 0.5%;
|
||||
|
||||
.label {
|
||||
color: var(--vn-label-color);
|
||||
|
|
Loading…
Reference in New Issue