fix(development):fix width columns org
This commit is contained in:
parent
fb3902edce
commit
5978f93911
1 changed files with 5 additions and 1 deletions
|
|
@ -340,7 +340,11 @@ onMounted(() => {
|
|||
</q-icon>
|
||||
</div>
|
||||
|
||||
<div v-else-if="col.name === 'org'" class="table_ellipsis">
|
||||
<div
|
||||
v-else-if="col.name === 'org'"
|
||||
class="text-html"
|
||||
style="min-width: 200px"
|
||||
>
|
||||
{{ col.value ? col.value : "-" }}
|
||||
</div>
|
||||
<div v-else>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue