+
diff --git a/resources/assets/sass/pages/components/project-log.scss b/resources/assets/sass/pages/components/project-log.scss
index 8a14ba3d..5fe67993 100644
--- a/resources/assets/sass/pages/components/project-log.scss
+++ b/resources/assets/sass/pages/components/project-log.scss
@@ -109,17 +109,6 @@
position: relative;
padding: 4px 0 4px 12px;
- &:before {
- content: "";
- position: absolute;
- top: 11px;
- left: 0;
- width: 5px;
- height: 5px;
- border-radius: 50%;
- background-color: rgba(0, 0, 0, 0.4);
- }
-
> span,
> a {
padding-right: 6px;
@@ -129,7 +118,7 @@
.log-text {
display: inline-block;
- color: rgba(0, 0, 0, .5);
+ color: rgba(0, 0, 0, .8);
.detail-user {
display: inline-block;
@@ -163,22 +152,23 @@
.log-task {
margin-left: 12px;
- margin-bottom: 3px;
- opacity: 0.8;
+ margin-bottom: 6px;
+ opacity: 0.6;
cursor: pointer;
&:hover {
opacity: 1;
+ > em {
+ color: #8bcf70;
+ }
}
> em {
display: inline-block;
font-style: normal;
font-size: 12px;
- padding: 0 4px;
line-height: 18px;
height: 18px;
max-width: 100%;
- background: #f1f1f1;
- color: #9f9f9f;
+ color: #999999;
border-radius: 5px;
overflow: hidden;
text-overflow: ellipsis;
diff --git a/resources/assets/sass/pages/components/task-detail.scss b/resources/assets/sass/pages/components/task-detail.scss
index e99e16c5..c6c9cbe8 100644
--- a/resources/assets/sass/pages/components/task-detail.scss
+++ b/resources/assets/sass/pages/components/task-detail.scss
@@ -3,6 +3,7 @@
flex-direction: column;
margin: 0 -32px 12px -10px;
padding: 0 22px 12px 0;
+ min-height: 120px;
overflow: auto;
.task-info {
flex: 1;
@@ -579,6 +580,18 @@
}
}
}
+ .task-load {
+ margin-top: 6px;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ display: flex;
+ .common-loading {
+ width: 32px;
+ height: 32px;
+ }
+ }
&.open-dialog {
flex-direction: row;