소스 검색

小助手行高

Michael Wang 3 년 전
부모
커밋
4b87d86fc1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/features/mark/MarkHeader.vue

+ 2 - 1
src/features/mark/MarkHeader.vue

@@ -205,7 +205,7 @@
             <td>
               <a-button
                 type="text"
-                style="color: #5d65ff; margin-right: -15px"
+                style="color: #5d65ff; margin-right: -15px; height: 25px"
                 @click="openProblemModal"
                 >选择问题类型</a-button
               >
@@ -219,6 +219,7 @@
                 :min="0.5"
                 :step="0.1"
                 :max="2"
+                style="margin: 0"
               />
             </td>
           </tr>