Commit fca1c09e authored by 黄奎's avatar 黄奎

页面修改

parent 84b0a149
...@@ -3,8 +3,14 @@ ...@@ -3,8 +3,14 @@
margin: 16px 0 0 0 !important; margin: 16px 0 0 0 !important;
} }
.quetion_Title span { .quetion_Title {
background: transparent !important; background: transparent !important;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 280px;
height: 30px;
line-height: 30px;
} }
</style> </style>
...@@ -57,8 +63,8 @@ ...@@ -57,8 +63,8 @@
</div> </div>
</template> </template>
<template v-slot:body-cell-Title="props"> <template v-slot:body-cell-Title="props">
<span v-html="props.row.Title" class="quetion_Title"> <div v-html="props.row.Title" class="quetion_Title">
</span> </div>
</template> </template>
<template v-slot:bottom> <template v-slot:bottom>
<q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount" <q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount"
......
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