.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 {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.qr-code {
|
||||
height: 100%;
|
||||
|
|
@ -65,7 +67,6 @@ const layout4Class = computed(() => ({
|
|||
aspect-ratio: 6 / 1;
|
||||
background-color: v-bind(color);
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
.content {
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue