bill 1 місяць тому
батько
коміт
206819e822

+ 3 - 1
src/components/global-search/index.vue

@@ -21,7 +21,9 @@
       <template v-for="item in options" :key="item.key">
       <template v-for="item in options" :key="item.key">
         <SelectOptGroup v-if="item.options.length" class="group-item" :key="item.key">
         <SelectOptGroup v-if="item.options.length" class="group-item" :key="item.key">
           <template #label>
           <template #label>
-            <span class="group-item-title">{{ item.name }}</span>
+            <div :title="item.name">
+              <span class="group-item-title">{{ item.name }}</span>
+            </div>
           </template>
           </template>
           <SelectOption
           <SelectOption
             v-for="(option, ndx) in item.options"
             v-for="(option, ndx) in item.options"

+ 1 - 0
src/hook/use-fly.ts

@@ -47,6 +47,7 @@ export const flyTagging = (tagging: Tagging, callback?: () => void) => {
   };
   };
   flyIndex(0);
   flyIndex(0);
   stopFly = () => {
   stopFly = () => {
+    console.log('stopstop')
     clearTimeout(timeout)
     clearTimeout(timeout)
     isStop = true;
     isStop = true;
     stopFly = null;
     stopFly = null;

+ 1 - 1
src/views/tagging/hot/sign.vue

@@ -8,7 +8,7 @@
       <img :src="getResources(getFileUrl(findImage))" v-if="findImage" />
       <img :src="getResources(getFileUrl(findImage))" v-if="findImage" />
       <div>
       <div>
         <Popover>
         <Popover>
-          <template #content>
+          <template #content v-if="!search">
             <p style="max-width: 300px">{{ tagging.title }}</p>
             <p style="max-width: 300px">{{ tagging.title }}</p>
           </template>
           </template>
           <p>{{ tagging.title }}</p>
           <p>{{ tagging.title }}</p>