chao 4 일 전
부모
커밋
f41518c53c
6개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      dist/assets/Details-qfT6VgvL.js
  2. 0 0
      dist/assets/admin-G2eKE2wa.js
  3. 0 0
      dist/assets/index-CSdPS3o9.css
  4. 0 0
      dist/assets/index-uYgsVud0.js
  5. 2 2
      dist/index.html
  6. 2 2
      src/components/main/feedback.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/Details-qfT6VgvL.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/admin-G2eKE2wa.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/index-CSdPS3o9.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/index-uYgsVud0.js


+ 2 - 2
dist/index.html

@@ -8,8 +8,8 @@
     <script>
       document.domain = "cocorobo.cn"
     </script>
-    <script type="module" crossorigin src="./assets/index-t8CNEs44.js"></script>
-    <link rel="stylesheet" crossorigin href="./assets/index-kZu-knyr.css">
+    <script type="module" crossorigin src="./assets/index-uYgsVud0.js"></script>
+    <link rel="stylesheet" crossorigin href="./assets/index-CSdPS3o9.css">
   </head>
   <body>
     <div id="app"></div>

+ 2 - 2
src/components/main/feedback.vue

@@ -34,7 +34,7 @@
     </el-dialog>
     <el-drawer v-model="dialogVisible2" width="100%" :direction="rtl" :size="Full_Screen?'  100%':'30%'" :with-header="false">
         <div slot="title" style="text-align: right;"> 
-            <img style="cursor: pointer;width: 30px;" :src="!Full_Screen?FullScreen:noFullScreen" @click="Full_Screen = !Full_Screen" alt="">
+            <img style="cursor: pointer;width: 24px;" :src="!Full_Screen?FullScreen:noFullScreen" @click="Full_Screen = !Full_Screen" alt="">
         </div>
         <div style="height: calc(100% - 32px);">
             <iframe width="100%" height="100%" src="https://aichat.cocorobo.cn/#/?id=335951a7-65ec-40e9-ae91-2971464ade4e&type=agent" frameborder="0" scrolling="no"></iframe>
@@ -49,7 +49,7 @@ import FullScreen from '@/assets/icon/fullScreen.png'
 import noFullScreen from '@/assets/icon/nofullScreen.png'
 const dialogVisible = ref(false)
 const textarea1 = ref("")
-const dialogVisible2 = ref(true)
+const dialogVisible2 = ref(false)
 const Full_Screen = ref(false)
 
 const goFeedback = () => {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.