diff --git a/README.md b/README.md index 54f53f4..e01640c 100644 --- a/README.md +++ b/README.md @@ -85,19 +85,6 @@ - [ ] 仿华为商城个人中心 - [ ] 仿网易云音乐 APP(独立项目) -## 👉 Road Map - -`Road Map` 如下,期待有心人一起完成。 - -- 1、`unibest` 官方文档编写,类似 `vue` 文档,新开一个项目,使用 `vitepress` 生成。 -- 2、`hello-unibest` 项目继续完成,还有很多实用功能未加入/未完成,如多语言、微信登录、自定义tabbar、瀑布流等。 -- 3、`unibest` 新增运行时“自动打开微信开发者工具”和打包时可以“自动上传代码到微信开发者平台”,通过编写 `VSCODE插件` 完成。 -- 4、发布 `npm` 包 `create-unibest`,用户可以通过 `npm create unibest` 命令生成项目,默认模板与 `unibest` 项目类似,额外可选择项为: - - 是否使用多语言 - - 是否使用自定义tabbar (非APP项目) - - 未想好 - - ... - ## ⚙️ 环境 - node>=18 diff --git a/src/style/index.scss b/src/style/index.scss index fddbc74..9cedd57 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -1,5 +1,10 @@ .test { margin-top: 4px; + + @apply mt-4; + + // 上面2个方式都会出现问题(如截图所示 issue.png),建议不在这个全局文件写宽高大小的变量 + color: red; } diff --git a/src/style/issue.png b/src/style/issue.png new file mode 100644 index 0000000..0edc98e Binary files /dev/null and b/src/style/issue.png differ