FrankFan

Results 3 issues of FrankFan

cmd+option+i 打开/关闭开发者工具 cmd+option+j 打开开发者工具中的 `JavaScript Console` cmd+option+u 打开当前页面HTML源代码(相当于右键- `view source`) web开发当中使用频率很高的3个快捷键,如有必要可发起PR 。

## 问题: 使用 vite 初始化一个最简单的项目,引入 BaseTable, yarn dev 后本地预览效果正常; 但是 yarn build 后得到的 dist 产物 , 使用静态服务器启动后预览,发现 table 缺少样式。 代码: ![image](https://user-images.githubusercontent.com/1589433/142606613-55633ff4-b5c8-4444-9717-de7b9d154dc9.png) 正常的style样式: ![image](https://user-images.githubusercontent.com/1589433/142606674-c8e7bbc3-17e2-447d-9a49-7fd841c48e3e.png) 缺少样式的 build 版本截图: ![image](https://user-images.githubusercontent.com/1589433/142606745-904e6f16-ffdb-4eb7-86e6-351ea8ae3e44.png) ## 思考🤔 经过...

### Question 页面Tab是否支持配置移动端组件研发模式`mobile=true` 仔细阅读文档站点,发现 `mobile=true` 只能针对页面级别,无法针对 `demo code` 级别来区分。 页面Tab很好用:https://d.umijs.org/guide/page-tab 移动端组件研发模式也很好用:https://d.umijs.org/guide/mobile-library 能否在在Tab中使用 `mobile=true` 生效呢?尝试配置后不生效 ![image](https://github.com/umijs/dumi/assets/1589433/f05e5c89-ba23-4990-83a5-4478483ee42c) ![image](https://github.com/umijs/dumi/assets/1589433/4129ef08-8b8c-461c-966f-8f701b371ea3)

question
PR Welcome