232402_test_to_dev #1637
|
@ -16,9 +16,12 @@
|
||||||
model="model"
|
model="model"
|
||||||
class="vn-w-sm vn-px-sm vn-pb-xl">
|
class="vn-w-sm vn-px-sm vn-pb-xl">
|
||||||
<div class="origin-log" ng-repeat="originLog in $ctrl.logTree">
|
<div class="origin-log" ng-repeat="originLog in $ctrl.logTree">
|
||||||
<h6 class="origin-info vn-my-md" ng-if="::$ctrl.logTree.length > 1">
|
<div class="origin-info vn-mb-md" ng-if="::$ctrl.logTree.length > 1">
|
||||||
|
<h6 class="origin-id">
|
||||||
{{::$ctrl.modelI18n}} #{{::originLog.originFk}}
|
{{::$ctrl.modelI18n}} #{{::originLog.originFk}}
|
||||||
</h6>
|
</h6>
|
||||||
|
<div class="line"></div>
|
||||||
|
</div>
|
||||||
<div class="user-log vn-mb-sm" ng-repeat="userLog in ::originLog.logs">
|
<div class="user-log vn-mb-sm" ng-repeat="userLog in ::originLog.logs">
|
||||||
<div class="timeline">
|
<div class="timeline">
|
||||||
<vn-avatar
|
<vn-avatar
|
||||||
|
|
|
@ -6,10 +6,23 @@ vn-log {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
& > .origin-info {
|
& > .origin-info {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-top: 28px;
|
||||||
|
gap: 6px;
|
||||||
|
|
||||||
|
& > .origin-id {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
color: $color-font-secondary;
|
color: $color-font-secondary;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
& > .line {
|
||||||
|
flex-grow: 1;
|
||||||
|
background-color: $color-font-secondary;
|
||||||
|
height: 2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.user-log {
|
.user-log {
|
||||||
|
|
Loading…
Reference in New Issue