sweetwisdom
sweetwisdom
收到,谢谢
可以参考这个: > https://github.com/vuejs/language-tools/blob/master/packages/vscode-vue/syntaxes/vue.tmLanguage.json 官方好像是这样实现的 
showDirectoryPicker 支持读取本地目录,理论上可以实现
那是人家的入职作品
我尝试使用css 解决了这个问题: ```css .ant-table-wrapper, .ant-spin-container, .ant-spin-nested-loading, .ant-table { height: 100%; } .ant-table-container { height: 100%; display: flex; flex-direction: column; } .ant-table-body { flex: 1; } ```  参考:[demo](https://codepen.io/sweetwisdom/pen/raeOLyZ?editors=1000)