mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
fix:考试及格线分数配置负数问题修改
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
<span style="margin-right: 3px">及格线:</span>
|
<span style="margin-right: 3px">及格线:</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="btnbox">
|
<div class="btnbox">
|
||||||
<a-input :disabled="taskIndex >= 0 && isEdit" v-model:value="formData.passLine" type="number"
|
<a-input-number min="0" :disabled="taskIndex >= 0 && isEdit" v-model:value="formData.passLine"
|
||||||
style="width: 400px; height: 40px; border-radius: 8px" />
|
style="width: 400px; height: 40px; border-radius: 8px" />
|
||||||
|
|
||||||
<span style="color: #999999; margin-left: 8px">分</span>
|
<span style="color: #999999; margin-left: 8px">分</span>
|
||||||
@@ -425,6 +425,9 @@ defineExpose({ openDrawer })
|
|||||||
}
|
}
|
||||||
|
|
||||||
.addtestDrawer {
|
.addtestDrawer {
|
||||||
|
.ant-input-number-input-wrap > .ant-input-number-input {
|
||||||
|
height: 40px !important;
|
||||||
|
}
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
.header {
|
.header {
|
||||||
height: 73px;
|
height: 73px;
|
||||||
|
|||||||
Reference in New Issue
Block a user