mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-19 06:01:59 +08:00
Adjust Prices view table column width
This commit is contained in:
parent
c1e63cea5b
commit
b5faf07c6c
@ -126,7 +126,7 @@
|
|||||||
{{ row.output_price === 0 ? '免费' : calculateRate(row.output_price, row.currency) }}
|
{{ row.output_price === 0 ? '免费' : calculateRate(row.output_price, row.currency) }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column width="180">
|
<el-table-column width="80">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-popover
|
<el-popover
|
||||||
placement="left"
|
placement="left"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user