From c99bfef917a0e6fa83abe2399d153b92c376a256 Mon Sep 17 00:00:00 2001 From: alexandre Date: Tue, 20 Dec 2022 15:29:21 +0100 Subject: [PATCH] refs #3302 fixed scss --- front/salix/components/log/index.html | 6 +++--- front/salix/components/log/style.scss | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/front/salix/components/log/index.html b/front/salix/components/log/index.html index 45074bea3..79dfcef8c 100644 --- a/front/salix/components/log/index.html +++ b/front/salix/components/log/index.html @@ -16,7 +16,7 @@ Date User - Model + Model Action Name Changes @@ -36,10 +36,10 @@ {{::log.changedModel}} - + {{::$ctrl.actionsText[log.action]}} - + {{::log.changedModelValue}} diff --git a/front/salix/components/log/style.scss b/front/salix/components/log/style.scss index 58e4b8e3f..bc943996d 100644 --- a/front/salix/components/log/style.scss +++ b/front/salix/components/log/style.scss @@ -31,12 +31,18 @@ vn-log { & > td { padding: 2px; - width: 33%; } & > td.field, & > th.field { + width: 20%; color: gray; } + & > td.before, + & > th.before, + & > td.after, + & > th.after { + width: 40%; + } } } }