@@ -636,6 +636,8 @@ function onTitleTip(type: "phaseGoals" | "checkItem", text: string) {
font-size: 18px;
color: #ffffff;
line-height: 26px;
+ display: flex;
+ align-items: center;
span {
background: rgba(0, 0, 0, 0.1);
@@ -644,8 +646,8 @@ function onTitleTip(type: "phaseGoals" | "checkItem", text: string) {
font-size: 14px;
line-height: 22px;
- padding: 3px 8px;
- margin-left: 6px;
+ padding: 3px 10px;
+ margin-left: 10px;
cursor: pointer;
}