Skip to content

Commit

Permalink
样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
a54552239 committed Aug 17, 2019
1 parent d45d0cb commit 154e9fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/project/taskDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@
<template slot="title">
<span>{{log.create_time}}</span>
</template>
<span>{{log.create_time | formatLogTime}}</span>
<span class="muted">{{log.create_time | formatLogTime}}</span>
</a-tooltip>
</div>
<div class="log-txt text-default" style="padding: 0 0 0 30px;">
Expand Down Expand Up @@ -2216,8 +2216,9 @@
}
.log-comment {
max-width: 400px;
max-width: 405px;
align-items: end;
margin-bottom: 15px;
}
.list-item {
Expand Down

0 comments on commit 154e9fa

Please sign in to comment.