zhengnaiwen_citu hace 5 meses
padre
commit
4140b9079f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/recruit/components/message/components/chatting.vue

+ 2 - 2
src/views/recruit/components/message/components/chatting.vue

@@ -205,10 +205,10 @@
       </div>
     </div>
 
-    <div class="tools pa-3" v-if="Object.keys(info).length > 0 || info.channel?.channelID !== 'system'">
+    <div class="tools pa-3" v-if="Object.keys(info).length > 0 && info.channel?.channelID !== 'system'">
       <slot name="tools"></slot>
     </div>
-    <div class="bottom-info" v-if="Object.keys(info).length > 0 || info.channel?.channelID !== 'system'">
+    <div class="bottom-info" v-if="Object.keys(info).length > 0 && info.channel?.channelID !== 'system'">
       <v-divider></v-divider>
       <div class="pa-3">
         <v-textarea