11wqe1 6 dienas atpakaļ
vecāks
revīzija
f8a7ddbb8f

+ 3 - 4
src/components/main/feedback.vue

@@ -9,8 +9,7 @@
                 updatePosition: handlePositionUpdate,
                 onClick: openxiaoKe
             }"
-            :style="{ left: position.x + 'px', top: position.y + 'px' }"
-            @dragging="handleDragging">
+            :style="{ left: position.x + 'px', top: position.y + 'px' }">
             <div class="window-header">
                 <span>
                     <el-icon>
@@ -46,8 +45,8 @@
         </template>
     </el-dialog>
     <el-drawer v-model="dialogVisible2" width="100%" direction="rtl" :size="Full_Screen ? '  100%' : '30%'">
-        <template #header="{ close, titleId, titleClass }">
-            <div slot="title" style="display: flex; align-items: center;">
+        <template #header>
+            <div style="display: flex; align-items: center;">
                 <img style="cursor: pointer;width: 24px;margin-left: 15px;" :src="!Full_Screen ? FullScreen : noFullScreen"
                     @click="Full_Screen = !Full_Screen" alt="">
 

+ 1 - 1
src/components/main/opendetail.vue

@@ -408,7 +408,7 @@ const updateCourseId = (id, type) => {
             font-family: PingFang TC;
             font-weight: 600;
             font-style: Semibold;
-            font-size: 20px;
+            font-size: 18px;
             line-height: 100%;
             color: #000;
             flex: 1;