Skip to content

Commit

Permalink
fix chat bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen committed Dec 3, 2024
1 parent 6e3b08c commit a3e0697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/components/common/DrawMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const hide = () => {
<template>

<Drawer class="relative" @hide="hide" v-model:visible="visible" :header="title" position="bottom" style="height: 50%;">
<div class="grid text-center" >
<div class="grid text-center px-4" >
<div
v-for="(menu) in menus"
v-show="!menu?.hide"
Expand Down

0 comments on commit a3e0697

Please sign in to comment.