diff --git a/css/common.css b/css/common.css index bd23ea2..320ac22 100644 --- a/css/common.css +++ b/css/common.css @@ -715,6 +715,7 @@ body { resize: none; font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; height: 34px; + padding-right: 10px; } .my-project .my-box .manage-box .list .item .bottom .drag-icon { width: 16px; diff --git a/css/common.less b/css/common.less index 82a9c9a..6adcfd8 100644 --- a/css/common.less +++ b/css/common.less @@ -806,6 +806,7 @@ body { resize: none; font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; height: 34px; + padding-right: 10px; } .drag-icon {