Commit 2aab64a4 authored by zhengke's avatar zhengke

修改供应商样式

parent 5f5ceaba
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="Supplier_nav_right"> <div class="Supplier_nav_rightList">
<ul> <ul>
<li class="user_head" @click='hideIM'> <li class="user_head" @click='hideIM'>
<el-dropdown trigger="click"> <el-dropdown trigger="click">
...@@ -4721,4 +4721,32 @@ ...@@ -4721,4 +4721,32 @@
color:#fff; color:#fff;
line-height: 15px; line-height: 15px;
} }
.Supplier_nav_rightList{
position: absolute;
right: 0;
}
.Supplier_nav_rightList ul li {
height: 50px;
margin-right: 20px;
text-align: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
float:left;
line-height: 50px;
justify-content: flex-end;
cursor: pointer;
}
.Supplier_nav_rightList ul li.user_head img{
width: 24px;
height: 24px;
border-radius: 50%;
margin-top: 13px;
}
.Supplier_nav_rightList ul li i{
color:#fff;
}
.Supplier_nav_rightList .SupplierName{
position: relative;
top:-6px;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment