From 4553cb2226a9853e981145da25f8d7b5adb20ec5 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 14 Nov 2024 14:19:00 +0800 Subject: [PATCH] no message --- css/common.css | 7 +++++++ css/common.less | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/css/common.css b/css/common.css index 2b9b9c0..6dcdb48 100644 --- a/css/common.css +++ b/css/common.css @@ -616,6 +616,13 @@ body { .my-project .my-box .manage-box .list .item .top .state-box .btn.undetermined { background-color: #f95d5d; } +.my-project .my-box .manage-box .list .item .top .state-box .state-list-mask { + position: fixed; + width: 100vw; + height: 100vh; + top: 0; + left: 0; +} .my-project .my-box .manage-box .list .item .top .state-box .state-list-box { background-color: #ffffff; border-radius: 12px; diff --git a/css/common.less b/css/common.less index ae0b8ee..4d230ef 100644 --- a/css/common.less +++ b/css/common.less @@ -694,6 +694,13 @@ body { } } position: relative; + .state-list-mask { + position: fixed; + width: 100vw; + height: 100vh; + top: 0; + left: 0; + } .state-list-box { background-color: #ffffff; border-radius: 12px;