style: 调整结果卡片样式
- 计算结果样式修改 - 纸吸管尺寸计算添加图例显示
This commit is contained in:
@ -94,20 +94,22 @@
|
||||
</v-card-title>
|
||||
|
||||
<v-list lines="two">
|
||||
<result-section
|
||||
<result-list-item
|
||||
:label="$t('paperRollWeight')"
|
||||
:value="result.paperRollWeight"
|
||||
/>
|
||||
<result-section
|
||||
<result-list-item
|
||||
:label="$t('paperRollLength')"
|
||||
:value="result.paperRollLength"
|
||||
/>
|
||||
<result-section
|
||||
<result-list-item
|
||||
:label="$t('paperThickness')"
|
||||
:value="result.paperThickness"
|
||||
/>
|
||||
</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