Skip to content

Commit

Permalink
细微调整
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaochaos committed Jun 22, 2020
1 parent adb9fb1 commit a1a6c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Qrcode.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@

.Qr-item-selected .Qr-item-desc-inner {
opacity: 1!important;
display: block;
height: auto;
}

.Qr-item-detail {
Expand All @@ -218,12 +218,12 @@


.Qr-item-desc-inner {
display: none;
height: 0;
opacity: 0;
word-wrap: break-word;
word-break: break-all;
white-space: normal;
width: calc((100vw - 56px) / 2);
width: calc((100vw - 56px) / 2);
text-align: left;
font-size: 12px;
color: rgba(0,0,0,0.6);
Expand Down

0 comments on commit a1a6c62

Please sign in to comment.