.message nowrap
This commit is contained in:
parent
38f96db80e
commit
9608322f93
1 changed files with 2 additions and 1 deletions
|
|
@ -57,6 +57,8 @@ const layout4Class = computed(() => ({
|
||||||
.message {
|
.message {
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.qr-code {
|
.qr-code {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -65,7 +67,6 @@ const layout4Class = computed(() => ({
|
||||||
aspect-ratio: 6 / 1;
|
aspect-ratio: 6 / 1;
|
||||||
background-color: v-bind(color);
|
background-color: v-bind(color);
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: hidden;
|
|
||||||
.content {
|
.content {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue