From 23e5597757d020bda687b52303bd34cfd3d5ff9d Mon Sep 17 00:00:00 2001 From: chenruiye <862859104@qq.com> Date: Thu, 29 May 2025 13:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E4=BB=BB=E5=8A=A1=E4=B8=AD=E5=BF=83-?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/taskCenter/css/index.css | 7 +++++++ view/molistar/modules/taskCenter/css/index.scss | 8 ++++++++ view/molistar/modules/taskCenter/js/index.js | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/view/molistar/modules/taskCenter/css/index.css b/view/molistar/modules/taskCenter/css/index.css index 60e2e9f..1eed2ba 100644 --- a/view/molistar/modules/taskCenter/css/index.css +++ b/view/molistar/modules/taskCenter/css/index.css @@ -376,10 +376,17 @@ body { justify-content: center; padding: 0.1066666667rem 0; min-width: 1.9466666667rem; + height: 0.4533333333rem; } .Daily_list .task_List .task_box .right .Receive_btn_RECEIVED { background: #F2F3F7; color: #AFB1B3; + border: 0.0266666667rem solid #F2F3F7; +} +.Daily_list .task_List .task_box .right .Receive_btn_UNCOMPLETED { + background: #fff; + color: #AFB1B3; + border: 0.0266666667rem solid #D1D1D1; } .arabic .Daily_list .task_List .task_box .right { diff --git a/view/molistar/modules/taskCenter/css/index.scss b/view/molistar/modules/taskCenter/css/index.scss index 132c4ca..667a086 100644 --- a/view/molistar/modules/taskCenter/css/index.scss +++ b/view/molistar/modules/taskCenter/css/index.scss @@ -470,11 +470,19 @@ body { justify-content: center; padding: px2rem(8) 0; min-width: px2rem(146); + height: px2rem(34); + // border: px2rem(2) solid #FCC074; } .Receive_btn_RECEIVED { background: #F2F3F7; color: #AFB1B3; + border: px2rem(2) solid #F2F3F7; + } + .Receive_btn_UNCOMPLETED { + background: #fff; + color: #AFB1B3; + border: px2rem(2) solid #D1D1D1; } } } diff --git a/view/molistar/modules/taskCenter/js/index.js b/view/molistar/modules/taskCenter/js/index.js index aaff77c..cf9fcbf 100644 --- a/view/molistar/modules/taskCenter/js/index.js +++ b/view/molistar/modules/taskCenter/js/index.js @@ -186,7 +186,7 @@ function getTaskList() {