+
取消
确定
@@ -339,6 +341,7 @@
@@ -624,4 +627,18 @@ const resetForm = () => {
display: none;
}
}
+
+:deep(.el-table) {
+ .el-table__header-wrapper {
+ .el-table__header {
+ thead {
+ tr {
+ th {
+ background: #ebebeb;
+ }
+ }
+ }
+ }
+ }
+}
diff --git a/src/views/paper/question/ChoiceForm.vue b/src/views/paper/question/ChoiceForm.vue
index 1ff72c5..d5945eb 100644
--- a/src/views/paper/question/ChoiceForm.vue
+++ b/src/views/paper/question/ChoiceForm.vue
@@ -138,7 +138,7 @@
>
-
+
取消
确定
@@ -516,4 +516,18 @@ const resetForm = () => {
display: none;
}
}
+
+:deep(.el-table) {
+ .el-table__header-wrapper {
+ .el-table__header {
+ thead {
+ tr {
+ th {
+ background: #ebebeb;
+ }
+ }
+ }
+ }
+ }
+}
\ No newline at end of file