sweetwisdom

Results 5 comments of sweetwisdom

可以参考这个: > https://github.com/vuejs/language-tools/blob/master/packages/vscode-vue/syntaxes/vue.tmLanguage.json 官方好像是这样实现的 ![image](https://github.com/wanglin2/code-run/assets/57869305/59ef59d2-862b-4d9d-8f39-3fef78294b41)

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; } ``` ![Image](https://github.com/user-attachments/assets/db8c0883-05ad-4710-9caf-0509eb1fa25a) 参考:[demo](https://codepen.io/sweetwisdom/pen/raeOLyZ?editors=1000)