注册码可以鼠标选中复制
This commit is contained in:
parent
82fc72c185
commit
44aadff1d2
|
@ -109,7 +109,15 @@
|
||||||
{{ $t("register code") }}
|
{{ $t("register code") }}
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
<div style="word-break: break-all">
|
<div
|
||||||
|
style="
|
||||||
|
word-break: break-all;
|
||||||
|
-webkit-user-select: text;
|
||||||
|
-moz-user-select: text;
|
||||||
|
-ms-user-select: text;
|
||||||
|
user-select: text;
|
||||||
|
"
|
||||||
|
>
|
||||||
{{ register_code }}
|
{{ register_code }}
|
||||||
</div>
|
</div>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
|
|
Loading…
Reference in New Issue