Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix(currency): 积分明细详情超出范围后显示横向滚动条的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jul 26, 2018
1 parent da32637 commit 5a740fd
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions src/page/currency/components/CurrencyDetailItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,23 @@ export default {
padding: 30px;
font-size: 30px;
.time {
color: #b3b3b3;
font-size: 24px;
}
.title {
font-size: 30px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-bottom: 10px;
}
.amount {
font-size: 32px;
.info {
max-width: calc(~"100% - 4em");
.time {
color: #b3b3b3;
font-size: 24px;
}
.title {
font-size: 30px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-bottom: 10px;
}
.amount {
font-size: 32px;
}
}
&.no-style {
Expand Down

0 comments on commit 5a740fd

Please sign in to comment.