Unverified 提交 0334c735 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw 提交者: GitHub

Merge pull request #391 from dataease/pr@v1.1@fix_消息头部数字错位

fix: 头部消息数字错位
...@@ -184,7 +184,7 @@ export default { ...@@ -184,7 +184,7 @@ export default {
line-height: 14px; line-height: 14px;
display: inline-block; display: inline-block;
position: fixed; position: fixed;
right: 155px; right: 178px;
top: 8px; top: 8px;
background: red; background: red;
color: #fff; color: #fff;
......
...@@ -44,9 +44,10 @@ ...@@ -44,9 +44,10 @@
</div> </div>
</template> </template>
<el-dropdown class="top-dropdown" style="display: flex;align-items: center;"> <el-dropdown class="top-dropdown" style="display: flex;align-items: center; width:100px;">
<span class="el-dropdown-link" style="font-size: 14px;"> <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" /> {{ name }}
<i class="el-icon-arrow-down el-icon--right" />
</span> </span>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
<router-link to="/person-info/index"> <router-link to="/person-info/index">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论