David-Tsui

Results 10 comments of David-Tsui

經過觀察,這問題應該主要發生在 Type > Apple Script 操作如下: 1. 原本有設定 Apple Script ![image](https://user-images.githubusercontent.com/8610682/137086391-8b81ce96-7fd3-4029-bff5-b842180e9796.png) 2. 調整其他手勢設定 a. 調整前 ![image](https://user-images.githubusercontent.com/8610682/137086490-7461ebad-cbaa-4b24-8ed7-4a4be0591283.png) b. 調整後 ![image](https://user-images.githubusercontent.com/8610682/137086591-898bc9b1-25ee-4132-b29a-c9ff81ced337.png) 3. 回到上方設定,有設定變成空白 ![image](https://user-images.githubusercontent.com/8610682/137086778-b140bad8-bd0f-4902-8f86-9be3dab8f88c.png) 4. 再次修正該設定,此次操作有很大機會回到步驟 2,但是被清空的設定不一定都是同一項 a. 調整前 ![image](https://user-images.githubusercontent.com/8610682/137087090-8bdc63b9-1ded-4e36-93db-bd10725813c2.png) b. 調整後...

Maybe the readme installation is not such completed?

> > 請問何時會需要如此功能呢?(搔頭 > > 看来你还不知道按需使用antd,或者其他第三方的库,这是减少包体积的常见问题呀 喔 現在看懂了,原本以為是要延伸或是縮小第三方庫單一組件代碼。 應該是當時眼花了哈哈

@allenGKC 這看過了嗎 https://vue-treeselect.js.org/#customize-value-label 現有功能應該沒有,我是自己把每個node加上parent node label便可以達到

@gjwfiza 直接覆寫過去就好;如果你要定位選項框,請使用devtools,檢視DOM,先選到vue-treeselect組件最外層,然後滑鼠右鍵->Break on->Subtree modifications,然後一直按F10執行到選項框跳出來就可以用devtool定位了。 以下給你參考 ` .vue-treeselect.vue-treeselect--append-to-body.vue-treeselect--open-below .vue-treeselect__menu { width: 278px; } ` -------------------------------------------------------------------------------------------------------------- @gjwfiza You can just override the rule. If you want to select the options container, you...

如果整個選項框裡的選項都過長,每一項目都會是...結尾,這才真彆扭吧