浏览代码

小助手行高

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>