diff --git a/css/common.css b/css/common.css index 55c57bf..c32f400 100644 --- a/css/common.css +++ b/css/common.css @@ -227,7 +227,6 @@ body { justify-content: space-between; } .my-project .my-box .head .item { - width: 474px; font-size: 16px; color: #ffffff; position: relative; diff --git a/css/common.less b/css/common.less index 09ab487..66c120b 100644 --- a/css/common.less +++ b/css/common.less @@ -264,7 +264,7 @@ body { border-radius: 10px 10px 0 0; justify-content: space-between; .item { - width: 474px; + // width: 474px; // width: 400px; font-size: 16px; color: #ffffff;