소스 검색

Update coursewarePlay.vue

lex-xin 9 달 전
부모
커밋
1abee47cbd
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/views/coursewarePlay/coursewarePlay.vue

+ 4 - 2
src/views/coursewarePlay/coursewarePlay.vue

@@ -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;
                   color: #ffffff;
                   line-height: 22px;
-                  padding: 3px 8px;
-                  margin-left: 6px;
+                  padding: 3px 10px;
+                  margin-left: 10px;
                   cursor: pointer;
                }
             }