* Finish task #9091.

This commit is contained in:
holan20180123
2021-01-26 15:01:49 +08:00
parent 05e01bf850
commit cd2d72e14d
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
.row table{width: 94%; margin-top: 15px; margin-left: 3%}
table+table{border-top: 1px solid #eee;}
.main-header{margin-bottom: 10px;}
.row table{width: 94%; margin-left: 3%;}
.row th{width: 17%; line-height: 30px; padding-right: 20px; text-align: right; font-weight: 500;}
.row td{width: 33%; text-align: left; font-weight: 700;}
.main-actions{margin: 20px 0 20px 0; text-align: center;}
@@ -7,5 +7,6 @@ table+table{border-top: 1px solid #eee;}
.avatar { display: inline-block; width: 50px; height: 50px; line-height: 50px;}
.user-name{margin-left: 15px}
.user-name, .user-role{font-size: 16px; vertical-align: top;}
.line{border-top: 1px solid #eee; margin: 10px;}
#avatarUploadBtn{padding: 4px 12px; position: relative; left: 32px; bottom: 30px;}
#avatarForm{height: 10px}

View File

@@ -76,6 +76,7 @@
<td><?php foreach($groups as $group) echo $group->name . ' ';?></td>
</tr>
</table>
<div class='line'></div>
<table>
<tr>
<th><?php echo $lang->user->mobile;?></th>
@@ -97,6 +98,7 @@
</tr>
</table>
<?php if(!isonlybody()):?>
<div class='line'></div>
<table>
<tr>
<th><?php echo $lang->user->commiter;?></th>