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;