Browse Source

Search : border移除

Dev
parent
commit
7fc3d94ba8
  1. 2
      FrontEnd/components/NavBar.vue

2
FrontEnd/components/NavBar.vue

@ -38,7 +38,7 @@
height="24" />
</svg>
</v-card> -->
<div v-if="showNavSearch" class="tw-w-full tw-hidden xl:tw-block" style="border: 1px solid red;">
<div v-if="showNavSearch" class="tw-w-full tw-hidden xl:tw-block">
<Search
v-if="showNavSearch"
:exhibitionsCategories="exhibitionsCategories"

Loading…
Cancel
Save