WANG 6 년 전
부모
커밋
5232c96e6f
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/modules/examwork/view/student.vue

+ 5 - 1
src/modules/examwork/view/student.vue

@@ -926,4 +926,8 @@ export default {
   }
 };
 </script>
-<style scoped></style>
+<style scoped>
+.input {
+  width: 200px;
+}
+</style>