fix
This commit is contained in:
parent
8e0de9190a
commit
65d7c05e9b
1 changed files with 2 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ onMounted(() => {
|
||||||
color: hsl(0 0% 30%);
|
color: hsl(0 0% 30%);
|
||||||
border: 1px solid hsla(0 0% 0% / 0.1);
|
border: 1px solid hsla(0 0% 0% / 0.1);
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
width: 1250px;
|
max-width: 60vw;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|
@ -522,6 +522,7 @@ onMounted(() => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="col self-center"
|
class="col self-center"
|
||||||
v-if="
|
v-if="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue