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

@@ -20,7 +20,7 @@
src="../../assets/images/leveladd/more.png" src="../../assets/images/leveladd/more.png"
/> />
<div class="more"> <div class="more">
<span style="color: #7096e3">更多</span> <span style="color: #7096e3; cursor: pointer">更多</span>
<div class="moreArrow"></div> <div class="moreArrow"></div>
<div class="moreItems"> <div class="moreItems">
<div class="sammo">撤回</div> <div class="sammo">撤回</div>
@@ -432,6 +432,7 @@ export default {
font-size: 14px; font-size: 14px;
margin-top: 5px; margin-top: 5px;
margin-right: 30px; margin-right: 30px;
cursor: pointer;
} }
.return { .return {
color: #4ea6ff; color: #4ea6ff;
@@ -466,9 +467,11 @@ export default {
left: -48px; left: -48px;
top: 30px; top: 30px;
z-index: 100; z-index: 100;
cursor: pointer;
.sammo { .sammo {
text-align: center; text-align: center;
margin-top: 12px; margin-top: 12px;
cursor: pointer;
} }
.sammo:hover { .sammo:hover {
color: #4ea6ff; color: #4ea6ff;
@@ -690,6 +693,7 @@ export default {
.te { .te {
color: #4ea6ff; color: #4ea6ff;
font-size: 14px; font-size: 14px;
cursor: pointer;
} }
.more { .more {
position: relative; position: relative;
@@ -724,6 +728,7 @@ export default {
line-height: 36px; line-height: 36px;
display: flex; display: flex;
justify-content: center; justify-content: center;
cursor: pointer;
} }
.roleItem:hover { .roleItem:hover {
color: #4ea6ff; color: #4ea6ff;
@@ -769,6 +774,7 @@ export default {
.oneedi { .oneedi {
margin-left: 15px; margin-left: 15px;
color: #4ea6ff; color: #4ea6ff;
cursor: pointer;
} }
} }
.onemain { .onemain {

View File

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