ข้อมูลหลัก
This commit is contained in:
parent
9c3c545d02
commit
30043f4e33
3 changed files with 15 additions and 3 deletions
|
|
@ -338,7 +338,7 @@ onMounted(async () => {
|
||||||
<q-icon
|
<q-icon
|
||||||
v-if="formQuery.keyword"
|
v-if="formQuery.keyword"
|
||||||
name="cancel"
|
name="cancel"
|
||||||
@click="(formQuery.keyword = ''), fetchData()"
|
@click="formQuery.keyword = ''"
|
||||||
class="cursor-pointer"
|
class="cursor-pointer"
|
||||||
></q-icon>
|
></q-icon>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -458,7 +458,7 @@ onMounted(async () => {
|
||||||
: "-"
|
: "-"
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else class="table_ellipsis3">
|
||||||
{{ col.value ? col.value : "-" }}
|
{{ col.value ? col.value : "-" }}
|
||||||
</div>
|
</div>
|
||||||
</q-td>
|
</q-td>
|
||||||
|
|
|
||||||
|
|
@ -94,6 +94,18 @@ $separator-color: #EDEDED !default
|
||||||
white-space: normal
|
white-space: normal
|
||||||
transition: width 2s
|
transition: width 2s
|
||||||
|
|
||||||
|
.table_ellipsis3
|
||||||
|
max-width: 18vw
|
||||||
|
white-space: nowrap
|
||||||
|
overflow: hidden
|
||||||
|
text-overflow: ellipsis
|
||||||
|
|
||||||
|
.table_ellipsis3:hover
|
||||||
|
word-wrap: break-word
|
||||||
|
overflow: visible
|
||||||
|
white-space: normal
|
||||||
|
transition: width 2s
|
||||||
|
|
||||||
$muti-tab: #87d4cc
|
$muti-tab: #87d4cc
|
||||||
.text-muti-tab
|
.text-muti-tab
|
||||||
color: $muti-tab !important
|
color: $muti-tab !important
|
||||||
|
|
@ -176,4 +188,4 @@ h3.resigtry-tab-title
|
||||||
width: 200px
|
width: 200px
|
||||||
|
|
||||||
.dialog-content-top .q-dialog__inner
|
.dialog-content-top .q-dialog__inner
|
||||||
align-items: start
|
align-items: start
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue