@@ -2,7 +2,7 @@
<el-dialog
ref="dialog"
title="导入试卷"
- width="550px"
+ width="560px"
:visible.sync="visible"
@close="closeDialog"
>
:title="'导入' + '考生'"
- width="450px"
+ width="480px"
@@ -108,3 +108,7 @@ body {
color: #444444;
background-color: #ffffff;
}
+
+input[type=file] {
+ overflow: hidden;
+}