mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 20:36:45 +08:00
style:修改字体换行
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user