Commit 3b1b6c5e authored by huai.li's avatar huai.li

修复样式

parent 72be0c2f
......@@ -8,8 +8,10 @@
<i class="fa fa-star" aria-hidden="true"></i>客户名称({{ isNullClient ? '未设置' : item.client.name }}
</router-link>
</el-col>
<el-col :span="24">
<span><img class="user-avatar rounded-circle" :src="item.createdBy.avatar.name">{{ item.createdBy.name }}</span>
<el-col :span="24" style="padding-left: 3px;">
<span>
<img class="user-avatar rounded-circle" :src="item.createdBy.avatar.name">{{ item.createdBy.name }}
</span>
</el-col>
<el-col :span="24">
<span><i class="fa fa-sitemap" aria-hidden="true"></i>{{ item.department.name }}</span>
......@@ -155,13 +157,13 @@ export default {
}
img {
display:inline-block;
margin-right:5px;
margin-right:3px;
}
@include e('private') {
display: inline-block;
padding-left: 5px;
border-radius:5px;
border: 1px solid white;
border: 1px solid white;
width:35px;
height:17px;
}
......
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