Răsfoiți Sursa

feat: 屏蔽编辑器的复制等功能

zhangjie 1 lună în urmă
părinte
comite
02209d932b

+ 2 - 2
src/features/OnlineExam/Examing/TextQuestionView.vue

@@ -370,7 +370,7 @@ function photosReseted(urls: string[]) {
     <div class="option">
       <div v-if="!isAudioAnswerType">
         <div class="menu">
-          <n-button
+          <!-- <n-button
             type="success"
             class="text-ops"
             size="small"
@@ -393,7 +393,7 @@ function photosReseted(urls: string[]) {
             @click="textPaste"
           >
             粘贴
-          </n-button>
+          </n-button> -->
           <n-button
             type="success"
             class="text-ops"

+ 2 - 2
src/features/OnlineExam/TextEdit.vue

@@ -181,9 +181,9 @@ onMounted(() => {
 <template>
   <div class="text-edit">
     <div class="edit-menu">
-      <n-button type="primary" size="small" @click="toCopy">复制</n-button>
+      <!-- <n-button type="primary" size="small" @click="toCopy">复制</n-button>
       <n-button type="primary" size="small" @click="toCut">剪切</n-button>
-      <n-button type="primary" size="small" @click="toPaste">粘贴</n-button>
+      <n-button type="primary" size="small" @click="toPaste">粘贴</n-button> -->
       <n-button type="primary" size="small" @click="toSupSub('sup', false)"
         >上标</n-button
       >