From babfe30a925dd38161d9d592785ecf2a75503d60 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 29 Aug 2024 11:33:05 +0800 Subject: [PATCH] fix --- public/static/ueditorPlus/themes/iframe.css | 64 --------- src/pages/ques/detail/index.vue | 32 +++-- src/pages/ques/list/index.vue | 8 +- src/pages/testPaper/detail/auto.vue | 19 +-- src/pages/testPaper/detail/index.vue | 142 ++++++++++++-------- src/pages/testPaper/detail/repeatQues.vue | 66 +++++---- src/pages/testPaper/list/index.vue | 4 +- src/pages/testPaper/preview/index.vue | 53 +++++++- 8 files changed, 207 insertions(+), 181 deletions(-) diff --git a/public/static/ueditorPlus/themes/iframe.css b/public/static/ueditorPlus/themes/iframe.css index 7c037d9..75019b7 100644 --- a/public/static/ueditorPlus/themes/iframe.css +++ b/public/static/ueditorPlus/themes/iframe.css @@ -1,67 +1,3 @@ -body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; - font-size: 14px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -a { - color: #09f; - text-decoration: none; -} - -a:hover, -a:focus { - color: #09f; - text-decoration: none; -} - -blockquote { - padding: 0 0 0 15px; - margin: 0 0 18px; - border-left: 5px solid #EEE; -} - -img + br { - display: block; - padding: 4px 0; - content: ' '; -} - -body p { - margin-bottom: 1em; -} - -iframe { - border: none; -} - -img { - max-width: 100%; -} - -img[data-word-image] { - cursor: pointer; -} - -pre { - margin: .5em 0; - padding: .4em .6em; - border-radius: 8px; - background: #f8f8f8; - line-height: 1.5; -} - -/*交互操作*/ -img { - cursor: pointer; -} - -.edui-quick-operate-active { - background: #E6ECFF; -} - .edui-for-gapfilling { content: '点击插入填空题'; font-size: 14px; diff --git a/src/pages/ques/detail/index.vue b/src/pages/ques/detail/index.vue index 46aaec1..975024a 100644 --- a/src/pages/ques/detail/index.vue +++ b/src/pages/ques/detail/index.vue @@ -36,10 +36,11 @@ - - 设置 + 设置
@@ -175,7 +176,7 @@