From ecf0c78993020a955fc316919a84ac822be6362f Mon Sep 17 00:00:00 2001 From: kuaifan Date: Wed, 4 Dec 2024 13:51:45 +0800 Subject: [PATCH] no message --- .../assets/sass/pages/components/task-detail.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/resources/assets/sass/pages/components/task-detail.scss b/resources/assets/sass/pages/components/task-detail.scss index 6e20eae23..13037fd06 100644 --- a/resources/assets/sass/pages/components/task-detail.scss +++ b/resources/assets/sass/pages/components/task-detail.scss @@ -421,6 +421,20 @@ opacity: 0; } } + .subtask-avatar { + max-width: 30%; + min-width: 54px; + > ul { + justify-content: flex-end; + > li { + margin-right: 0; + margin-left: 6px; + &:first-child { + margin-left: 0; + } + } + } + } .ivu-icon-ios-loading { animation: animation-icon-loading 0.6s infinite linear; }