Commit 237233d8 by liuchenxi

update: ui调整

parent d2085aa8
......@@ -820,16 +820,13 @@ export default {
}
.table-member__img {
width: 40px;
height: 40px;
// line-height: 40px;
text-align: center;
// background: #F3F6F9;
img {
display: inline-block;
width: 100%;
width: 40px;
height: 40px;
vertical-align: middle;
border-radius: 4px;
border-radius: 50%;
}
i {
......@@ -837,4 +834,13 @@ export default {
color: #dfe6f0;
}
}
.flex {
display: flex;
align-items: center;
font-size: 14px;
color: #303133;
.tips {
color: #909399;
}
}
</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