提交 73d3b078 authored 作者: matian's avatar matian

updates

上级 d1f79543
......@@ -142,7 +142,7 @@ export default {
this.$message.warning('请输入考试名称')
return
}
if ((!this.start_time && !this.end_time) || !this.start_time || !this.end_time) {
if (!this.exam_time) {
this.$message.warning('请选择考试时间')
return
}
......
......@@ -137,13 +137,8 @@ ul {
color: #000;
}
}
::v-deep .el-transfer-panel__body {
height: 295px;
}
::v-deep .el-transfer-panel {
width: 42%;
}
::v-deep .el-checkbox-group {
height: 295px;
}
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论