From 3f9bd9fdfdb679831728331156a94a3edc9d0410 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Fri, 8 Nov 2024 18:13:20 +0800 Subject: [PATCH] no message --- css/common.css | 2 ++ css/common.less | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/css/common.css b/css/common.css index 3c22055..0d5ca49 100644 --- a/css/common.css +++ b/css/common.css @@ -77,6 +77,7 @@ body { background-color: #fff; border-radius: 15px 153px 153px 15px; padding-left: 19px; + cursor: pointer; } .base .rigth .img { width: 25px; @@ -518,6 +519,7 @@ body { justify-content: space-between; padding: 0 10px; margin-bottom: 20px; + cursor: pointer; } .my-project .my-box .manage-box .list .hint .icon { width: 16px; diff --git a/css/common.less b/css/common.less index a383663..efa5ca0 100644 --- a/css/common.less +++ b/css/common.less @@ -88,7 +88,7 @@ body { background-color: #fff; border-radius: 15px 153px 153px 15px; padding-left: 19px; - + cursor: pointer; .img { width: 25px; height: 22px; @@ -586,6 +586,7 @@ body { justify-content: space-between; padding: 0 10px; margin-bottom: 20px; + cursor: pointer; .icon { width: 16px; height: 16px;