ปรับการเเสดงของ tite
This commit is contained in:
parent
7a16873d66
commit
1f8e5d394c
1 changed files with 6 additions and 6 deletions
|
|
@ -119,8 +119,6 @@ const onLoad = (async (_: any, done: any) => {
|
|||
<q-badge color="blue" outline>
|
||||
{{ validateCategory(store.currentCategory) }}
|
||||
</q-badge>
|
||||
|
||||
{{ store.currentTitle }}
|
||||
</span>
|
||||
</q-item-label>
|
||||
<span>
|
||||
|
|
@ -188,13 +186,15 @@ const onLoad = (async (_: any, done: any) => {
|
|||
<div class="col column q-ml-md">
|
||||
<span> {{ item.createdByUserName }} </span>
|
||||
<span class="col column">
|
||||
<p class="tite-long text-weight-bold line-ellipsis">
|
||||
<div>
|
||||
<q-badge color="blue" outline>{{
|
||||
validateCategory(item.category?.name)
|
||||
}}</q-badge>
|
||||
{{ item.title }}
|
||||
</p>
|
||||
</div>
|
||||
</span>
|
||||
<span class="tite-long text-weight-bold line-ellipsis">
|
||||
{{ item.title }}</span
|
||||
>
|
||||
|
||||
<span
|
||||
class="col text-caption line-ellipsis"
|
||||
|
|
@ -363,7 +363,7 @@ const onLoad = (async (_: any, done: any) => {
|
|||
|
||||
<style scoped>
|
||||
.tite-long {
|
||||
width: 150px;
|
||||
width: 180px;
|
||||
display: inline-block;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue