hookehuyr

fix(teacher/formPage): 调整输入框宽度为百分比以适应不同屏幕尺寸

......@@ -64,7 +64,7 @@
max="100"
integer
button-size="24px"
input-width="5rem"
input-width="50%"
/>
<span class="target-unit">次</span>
</div>
......