style: 调整纸吸管计算下拉框尺寸
- cols: '6' -> '8'
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
</v-card-title>
|
</v-card-title>
|
||||||
|
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="6">
|
<v-col cols="8">
|
||||||
<v-select
|
<v-select
|
||||||
v-model="currentSelect"
|
v-model="currentSelect"
|
||||||
density="comfortable"
|
density="comfortable"
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
</v-card-title>
|
</v-card-title>
|
||||||
|
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="6">
|
<v-col cols="8">
|
||||||
<v-select
|
<v-select
|
||||||
v-model="currentSelect"
|
v-model="currentSelect"
|
||||||
density="comfortable"
|
density="comfortable"
|
||||||
|
|||||||
Reference in New Issue
Block a user