ソースを参照

outlet 换名

WANG 6 年 前
コミット
3dcec6992b

+ 1 - 9
src/modules/examwork/view/offlineExam.vue

@@ -1,12 +1,3 @@
-<style>
-.select-margin {
-  margin-left: 20px;
-}
-
-.button-margin {
-  margin-left: 120px;
-}
-</style>
 <template>
   <div>
     <section class="content" style="margin-top: -10px;">
@@ -884,3 +875,4 @@ export default {
   }
 };
 </script>
+<style scoped></style>

+ 1 - 13
src/modules/examwork/view/onlineExam.vue

@@ -1,16 +1,3 @@
-<style>
-.select-margin {
-  margin-left: 20px;
-}
-
-.button-margin {
-  margin-left: 120px;
-}
-
-.ckeditor {
-  width: 450px;
-}
-</style>
 <template>
   <div>
     <section class="content" style="margin-top: -10px;">
@@ -884,3 +871,4 @@ export default {
   }
 };
 </script>
+<style scoped></style>

+ 1 - 13
src/modules/examwork/view/practiceExam.vue

@@ -1,16 +1,3 @@
-<style>
-.select-margin {
-  margin-left: 20px;
-}
-
-.button-margin {
-  margin-left: 120px;
-}
-
-textarea {
-  width: 200px;
-}
-</style>
 <template>
   <div>
     <section class="content" style="margin-top: -10px;">
@@ -510,3 +497,4 @@ export default {
   }
 };
 </script>
+<style scoped></style>