107 lines
2.8 KiB
SCSS
Vendored
107 lines
2.8 KiB
SCSS
Vendored
.project-log {
|
|
.log-title {
|
|
display: none;
|
|
}
|
|
&.is-drawer {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
padding: 20px;
|
|
overflow: auto;
|
|
.log-title {
|
|
color: #333333;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
line-height: 1;
|
|
margin-bottom: 24px;
|
|
}
|
|
}
|
|
.logs-activity {
|
|
position: relative;
|
|
word-break: break-all;
|
|
padding: 12px 12px;
|
|
> li {
|
|
list-style: none;
|
|
padding-top: 0;
|
|
&.logs-loading,
|
|
&.logs-more,
|
|
&.logs-none {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
&.logs-loading {
|
|
display: flex;
|
|
.common-loading {
|
|
margin: 0;
|
|
}
|
|
}
|
|
&.logs-more {
|
|
cursor: pointer;
|
|
&:hover {
|
|
color: #048be0;
|
|
}
|
|
}
|
|
&.logs-none {
|
|
cursor: pointer;
|
|
color: #bbbbbb;
|
|
}
|
|
.logs-date {
|
|
color: rgba(0, 0, 0, .36);
|
|
padding-bottom: 14px;
|
|
}
|
|
.logs-section {
|
|
margin: 4px;
|
|
.ivu-timeline {
|
|
> li {
|
|
padding-bottom: 8px;
|
|
&:last-child {
|
|
padding-bottom: 0;
|
|
}
|
|
.ivu-timeline-item-head-custom {
|
|
margin-top: 8px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.logs-dot {
|
|
width: 18px;
|
|
height: 18px;
|
|
margin-left: 10px;
|
|
.avatar-box {
|
|
> em {
|
|
transform-origin: bottom right;
|
|
}
|
|
}
|
|
}
|
|
.log-summary {
|
|
> span,
|
|
> a {
|
|
padding-right: 6px;
|
|
word-wrap: break-word;
|
|
word-break: break-word;
|
|
}
|
|
.log-creator {
|
|
color:rgba(0, 0, 0, 0.85)
|
|
}
|
|
.log-text {
|
|
color: rgba(0,0,0,.54);
|
|
}
|
|
.log-operation {
|
|
> button {
|
|
font-size: 12px;
|
|
}
|
|
> button + button {
|
|
margin-left: 4px;
|
|
}
|
|
}
|
|
.log-time {
|
|
color: rgba(0,0,0,.3);
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|