format: space in user card (#2744)

This commit is contained in:
Phạm Ngọc Hòa 2019-11-12 16:24:30 +07:00 committed by 花裤衩
parent dbc41b5275
commit b70cc183d6
1 changed files with 46 additions and 46 deletions

View File

@ -74,61 +74,61 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.box-center { .box-center {
margin: 0 auto; margin: 0 auto;
display: table; display: table;
} }
.text-muted { .text-muted {
color: #777; color: #777;
} }
.user-profile { .user-profile {
.user-name { .user-name {
font-weight: bold; font-weight: bold;
} }
.box-center { .box-center {
padding-top: 10px; padding-top: 10px;
} }
.user-role { .user-role {
padding-top: 10px; padding-top: 10px;
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;
} }
.box-social { .box-social {
padding-top: 30px; padding-top: 30px;
.el-table { .el-table {
border-top: 1px solid #dfe6ec; border-top: 1px solid #dfe6ec;
} }
} }
.user-follow { .user-follow {
padding-top: 20px; padding-top: 20px;
} }
} }
.user-bio { .user-bio {
margin-top: 20px; margin-top: 20px;
color: #606266; color: #606266;
span { span {
padding-left: 4px; padding-left: 4px;
} }
.user-bio-section { .user-bio-section {
font-size: 14px; font-size: 14px;
padding: 15px 0; padding: 15px 0;
.user-bio-section-header { .user-bio-section-header {
border-bottom: 1px solid #dfe6ec; border-bottom: 1px solid #dfe6ec;
padding-bottom: 10px; padding-bottom: 10px;
margin-bottom: 10px; margin-bottom: 10px;
font-weight: bold; font-weight: bold;
} }
} }
} }
</style> </style>