forked from github/dataease
fix: 头部消息数字错位
This commit is contained in:
parent
2be01cfb7b
commit
4a2867ee50
@ -184,7 +184,7 @@ export default {
|
||||
line-height: 14px;
|
||||
display: inline-block;
|
||||
position: fixed;
|
||||
right: 155px;
|
||||
right: 178px;
|
||||
top: 8px;
|
||||
background: red;
|
||||
color: #fff;
|
||||
|
@ -44,9 +44,10 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<el-dropdown class="top-dropdown" style="display: flex;align-items: center;">
|
||||
<span class="el-dropdown-link" style="font-size: 14px;">
|
||||
{{ name }}<i class="el-icon-arrow-down el-icon--right" />
|
||||
<el-dropdown class="top-dropdown" style="display: flex;align-items: center; width:100px;">
|
||||
<span class="el-dropdown-link" style="font-size: 14px;max-width: 80px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
|
||||
{{ name }}
|
||||
<i class="el-icon-arrow-down el-icon--right" />
|
||||
</span>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<router-link to="/person-info/index">
|
||||
|
Loading…
Reference in New Issue
Block a user