hotfix instanceLog css #1269

Merged
alexandre merged 4 commits from hotfix-instance-log-css into test 2023-01-25 09:18:44 +00:00
2 changed files with 7 additions and 11 deletions
Showing only changes of commit 1e89352446 - Show all commits

View File

@ -1,8 +1,8 @@
<vn-dialog <vn-dialog
vn-id="instanceLog"> vn-id="instanceLog">
<tpl-body> <tpl-body>
<vn-log <vn-log
class="vn-instance-log"
url="{{$ctrl.url}}" url="{{$ctrl.url}}"
origin-id="$ctrl.originId" origin-id="$ctrl.originId"
changed-model="$ctrl.changedModel" changed-model="$ctrl.changedModel"

View File

@ -1,13 +1,9 @@
.vn-dialog { vn-log.vn-instance-log {
& > .window:not(:has(.empty-rows)) { vn-card {
width:60%; width: 900px;
vn-log { visibility: hidden;
vn-card { & > * {
visibility: hidden; visibility: visible;
& > * {
visibility: visible;
}
}
} }
} }
} }