cost 282 ms
Vuetify 3 底部 v-navigation-drawer,帶有選項卡和可滾動內容,向下滑動時不關閉

[英]Vuetify 3 bottom v-navigation-drawer with tabs and scrollable content not closing on swipe down

我正在使用 Vuetify 3 使用v-navigation-drawer和location="bottom"道具為移動設備創建底部工作表。 到目前為止,一切正常,向下滑動以關閉底部工作表。 當我添加touchstart 、 touchmove 、 touchend事件偵聽器時,都會按預期觸發。 但 ...

減小下拉菜單的寬度 VUEJS2

[英]Reduce dropdown's width VUEJS2

我有一個 v-navigation-drawer 和一個下拉菜單。 無論下拉菜單是向上還是向下,我都希望它們具有相同的寬度。 目前,當我打開它時,下拉菜單正在抽屜外面。 有誰知道如何減少下拉菜單的寬度? ...

如何刪除 v-navigation-drawer 旁邊的邊框

[英]How to remove border next to v-navigation-drawer

我做了一個沒有邊框的導航抽屜,但左邊的細線似乎無法讓 go 離開。 我嘗試做一個border: none以刪除組件周圍的任何邊框,它不起作用。 我還嘗試檢查元素,問題是<div class="v-navigation-drawer__border"></div>所以我嘗試通過 ...

Vuetify v-navigation-drawer 不能溢出按鈕

[英]Vuetify v-navigation-drawer cannot overflow button

我有一個v-navigation-drawer ,它的設計必須包括一個切換展開按鈕,它會像這樣溢出抽屜本身: 但是由於某些未知原因,我無法刪除溢出隱藏屬性。 我試圖像這樣刪除它: 沒有成功: 這里是重現問題的代碼: https ://codepen.io/aug-riedinger ...

打開 v-navigation-drawer 時如何防止 v-main 移位? (Vuetify,Vue.js 2,Nuxt,打字稿)

[英]How to prevent v-main to shift when v-navigation-drawer is opened ? (Vuetify, Vue.js 2, Nuxt, Typescript)

我正在使用v-navigation-drawer在根目錄構建一個帶有v-app組件的應用程序,並且我想添加一個“聊天”頁面,我還想在其中使用v-navigation-drawer 。 問題是組件無法正確顯示。 當我打開應用程序的v-navigation-drawer時,它會移動聊天頁面的v-mai ...

導航組件:BottomNavigationView 和 navigationDrawer,在一個項目中 android

[英]navigation componets: BottomNavigationView and navigationDrawer, In a project android

早上好,任何使用建議,導航組件:BottomNavigationView 和 NavigationDrawer,在項目 android 中。 該項目基於 Android 架構組件存儲庫的示例。 這是我取出它的存儲庫: https://github.com/mackgaru/architecture ...

如何顯示兩個彼此相鄰的 v-navigation-drawer 並能夠從左側隱藏右側?

[英]How to display two v-navigation-drawer next to each other and be able to hide the right one from the left one?

使用 Vuetify,我想顯示兩個相鄰的v-navigation-drawer ,並且能夠用左側的按鈕隱藏右側的。 我當前的代碼(見下文)在左邊的抽屜上顯示右邊的抽屜,但我希望它在左邊的抽屜旁邊顯示右邊的抽屜(見下面的屏幕)。 我試圖在官方文檔中找到一些有用的東西,並瀏覽了幾個不同的示例模板,但對 ...

Vuetify 導航抽屜僅在單擊項目兩次后關閉

[英]Vuetify navigation drawer closing only after item is clicked twice

我對 Vue 很陌生,所以我不知道如何檢查這個,但是我的 vue v-navigation-drawer 在下面,它位於 app-root.vue 中。 起初它可以工作,當您單擊抽屜項目時關閉,但現在您必須單擊兩次才能關閉它。 第一次點擊將您帶到頁面,然后第二次點擊關閉抽屜。 僅供參考 - 如果我 ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM