no message
This commit is contained in:
parent
223730cb8f
commit
fb61a3f1b9
1 changed files with 2 additions and 6 deletions
|
|
@ -1248,7 +1248,7 @@ console.log(countCheckedItems);
|
||||||
<q-card
|
<q-card
|
||||||
flat
|
flat
|
||||||
bordered
|
bordered
|
||||||
class="col-12 q-pa-md border_custom q-mt-sm"
|
class="col-12 q-pa-md q-mt-sm"
|
||||||
style="max-height: 500px; overflow-y: scroll"
|
style="max-height: 500px; overflow-y: scroll"
|
||||||
>
|
>
|
||||||
<div class="example-row-column-width ">
|
<div class="example-row-column-width ">
|
||||||
|
|
@ -2493,9 +2493,5 @@ console.log(countCheckedItems);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.border_custom {
|
|
||||||
border: 2px solid #c10015;
|
|
||||||
border-radius: 5px;
|
|
||||||
color: #c10015;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue