mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-18 13:41: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) }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column width="180">
|
||||
<el-table-column width="80">
|
||||
<template #default="{ row }">
|
||||
<el-popover
|
||||
placement="left"
|
||||
|
Loading…
x
Reference in New Issue
Block a user