修改账户昵称过长问题以及viper 在pr上提的Bug

This commit is contained in:
ran
2022-04-28 16:13:36 +08:00
parent 24f4a36082
commit 1691f8244f
4 changed files with 54 additions and 56 deletions

View File

@@ -149,7 +149,7 @@
right: 0;
top: 0;
height: 100%;
width: 260px;
.options {
.ivu-select-dropdown {
@@ -161,20 +161,6 @@
}
}
.language {
display: inline-block;
width: 30px;
padding: 18px 0;
text-align: center;
cursor: pointer;
vertical-align: middle;
}
.switch-theme-con {
display: inline-block;
width: 40px;
height: 100%;
}
.message-con {
display: inline-block;
@@ -204,15 +190,17 @@
.user-dropdown {
&-menu-con {
position: absolute;
right: 0;
top: 0;
height: 100%;
.main-user-name {
font-size: 14px;
display: inline-block;
cursor: pointer;
margin-right: 5px;
width: 200px;
overflow: hidden;
word-wrap: normal;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: middle;
overflow: hidden;
@@ -328,4 +316,4 @@
right: 4px;
z-index: 100;
top: 1px;
}
}