From 8b2a9dcd9ada7a5fd40f8aa0993f6afef67493d3 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期三, 12 六月 2024 17:58:26 +0800 Subject: [PATCH] feat:科目、题目 --- src/views/exam/question/components/Show.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/views/exam/question/components/Show.vue b/src/views/exam/question/components/Show.vue index 2b7e9c9..b1f3757 100644 --- a/src/views/exam/question/components/Show.vue +++ b/src/views/exam/question/components/Show.vue @@ -60,3 +60,8 @@ methods: {} } </script> +<style scoped> + /deep/ td { + background-color: #f0f0f0; + } +</style> \ No newline at end of file -- Gitblit v1.8.0