细微调整

This commit is contained in:
ciaochaos 2020-06-22 22:09:11 +08:00
parent adb9fb1dce
commit a1a6c62ef3
1 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@
.Qr-item-selected .Qr-item-desc-inner { .Qr-item-selected .Qr-item-desc-inner {
opacity: 1!important; opacity: 1!important;
display: block; height: auto;
} }
.Qr-item-detail { .Qr-item-detail {
@ -218,12 +218,12 @@
.Qr-item-desc-inner { .Qr-item-desc-inner {
display: none; height: 0;
opacity: 0; opacity: 0;
word-wrap: break-word; word-wrap: break-word;
word-break: break-all; word-break: break-all;
white-space: normal; white-space: normal;
width: calc((100vw - 56px) / 2); width: calc((100vw - 56px) / 2);
text-align: left; text-align: left;
font-size: 12px; font-size: 12px;
color: rgba(0,0,0,0.6); color: rgba(0,0,0,0.6);