style: 调整结果卡片样式
- 计算结果样式修改 - 纸吸管尺寸计算添加图例显示
This commit is contained in:
@ -112,32 +112,34 @@
|
||||
</v-card-title>
|
||||
|
||||
<v-list lines="two">
|
||||
<result-section
|
||||
<result-list-item
|
||||
:label="$t('feedPaperSpeed')"
|
||||
:value="result.feedPaperSpeed"
|
||||
/>
|
||||
<result-section
|
||||
<result-list-item
|
||||
:label="$t('outputSpeed')"
|
||||
:value="result.outputSpeed"
|
||||
/>
|
||||
<result-section
|
||||
<result-list-item
|
||||
:label="$t('productionAmountPerHour')"
|
||||
:value="result.productionAmountPerHour"
|
||||
/>
|
||||
<result-section
|
||||
<result-list-item
|
||||
:label="$t('productionWeightPerHour')"
|
||||
:value="result.productionWeightPerHour"
|
||||
/>
|
||||
<result-section
|
||||
<result-list-item
|
||||
:label="$t('productionAmountPerDay')"
|
||||
:value="result.productionAmountPerDay"
|
||||
/>
|
||||
<result-section
|
||||
<result-list-item
|
||||
:label="$t('productionWeightPerDay')"
|
||||
:value="result.productionWeightPerDay"
|
||||
/>
|
||||
</v-list>
|
||||
|
||||
<v-divider class="my-4" />
|
||||
|
||||
<v-expansion-panels flat multiple>
|
||||
<v-expansion-panel hide-actions>
|
||||
<v-expansion-panel-title class="text-warning font-weight-bold">
|
||||
|
||||
Reference in New Issue
Block a user