Adjust Prices view table column width

This commit is contained in:
wood chen 2025-02-08 21:51:35 +08:00
parent c1e63cea5b
commit b5faf07c6c

View File

@ -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"