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) }}
</template>
</el-table-column>
<el-table-column width="180">
<el-table-column width="80">
<template #default="{ row }">
<el-popover
placement="left"