Skip to content

Commit 154e9fa

Browse files
committed
样式调整
1 parent d45d0cb commit 154e9fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/project/taskDetail.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@
837837
<template slot="title">
838838
<span>{{log.create_time}}</span>
839839
</template>
840-
<span>{{log.create_time | formatLogTime}}</span>
840+
<span class="muted">{{log.create_time | formatLogTime}}</span>
841841
</a-tooltip>
842842
</div>
843843
<div class="log-txt text-default" style="padding: 0 0 0 30px;">
@@ -2216,8 +2216,9 @@
22162216
}
22172217
22182218
.log-comment {
2219-
max-width: 400px;
2219+
max-width: 405px;
22202220
align-items: end;
2221+
margin-bottom: 15px;
22212222
}
22222223
22232224
.list-item {

0 commit comments

Comments
 (0)