style:修改字体换行

This commit is contained in:
songwc
2022-10-13 10:30:40 +08:00
parent a766c628a7
commit eff7c6fc48
2 changed files with 20 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
</div>
</div> -->
<div class="role">
<div>更多</div>
<div style="white-space: nowrap">更多</div>
<div class="roleArrow"></div>
<div class="roleItems">
<div class="roleItem">复制</div>
@@ -983,12 +983,23 @@ export default {
font-size: 14px;
margin-top: 5px;
margin-right: 30px;
cursor: pointer;
white-space: nowrap;
}
@media screen and (max-width: 1050px) {
.pub {
margin-right: 10px;
}
.line {
margin-right: 10px;
}
}
.return {
color: #4ea6ff;
font-size: 14px;
margin-top: 13px;
margin-right: 20px;
white-space: nowrap;
}
.role {
@@ -1072,6 +1083,7 @@ export default {
font-size: 16px;
color: #363636;
margin-top: 5px;
white-space: nowrap;
}
}
.lin {