Commit c93be22a authored by 黄奎's avatar 黄奎

页面修改

parent 0cd6182d
This diff is collapsed.
......@@ -32,14 +32,24 @@
<q-td :props="props">
<div style="max-width: 150px; overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;">{{props.row.PrizeAddress}}</div>
text-overflow: ellipsis;">
{{props.row.PrizeAddress}}
<q-tooltip :offset="[10, 10]">
{{props.row.PrizeAddress}}
</q-tooltip>
</div>
</q-td>
</template>
<template v-slot:body-cell-Description="props">
<q-td :props="props">
<div style="max-width: 200px; overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;">{{props.row.Description}}</div>
text-overflow: ellipsis;">
{{props.row.Description}}
<q-tooltip :offset="[10, 10]">
{{props.row.Description}}
</q-tooltip>
</div>
</q-td>
</template>
<template v-slot:bottom>
......@@ -125,9 +135,10 @@
loading: true,
msg: {
pageIndex: 1,
pageSize: 20,
pageSize: 12,
PrizeType: 0,
Title: '',
rowsPerPage: 12,
},
platList: [],
pageCount: 0,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment