WANG 6 年之前
父節點
當前提交
fe45441827

+ 3 - 0
src/modules/examwork/view/offlineExam.vue

@@ -283,4 +283,7 @@ export default {
 .input {
   width: 440px;
 }
+.input >>> .el-input__inner {
+  -webkit-appearance: button;
+}
 </style>

+ 3 - 0
src/modules/examwork/view/onlineExam.vue

@@ -979,4 +979,7 @@ export default {
 .input {
   width: 440px;
 }
+.input >>> .el-input__inner {
+  -webkit-appearance: button;
+}
 </style>

+ 3 - 0
src/modules/examwork/view/practiceExam.vue

@@ -482,4 +482,7 @@ export default {
 .input {
   width: 440px;
 }
+.input >>> .el-input__inner {
+  -webkit-appearance: button;
+}
 </style>

+ 3 - 0
src/modules/examwork/view/printExam.vue

@@ -243,4 +243,7 @@ export default {
 .input {
   width: 440px;
 }
+.input >>> .el-input__inner {
+  -webkit-appearance: button;
+}
 </style>

+ 3 - 0
src/modules/examwork/view/traditionExam.vue

@@ -236,4 +236,7 @@ export default {
 .input {
   width: 440px;
 }
+.input >>> .el-input__inner {
+  -webkit-appearance: button;
+}
 </style>