From c33169d016cf75199205c6495411f904d99b4510 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Tue, 31 Aug 2021 07:49:21 +0800 Subject: [PATCH] =?UTF-8?q?chore(node-sass):=20=E6=9B=BF=E6=8D=A2node-sass?= =?UTF-8?q?=E4=B8=BAsass=EF=BC=88dart-sass=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /deep/替换为::deep --- CHANGELOG.md | 3 ++- package.json | 2 +- src/components/TimeLine/component/TimeBox.vue | 4 ++-- src/components/Title/Title.vue | 2 +- src/components/Upload/Upload.vue | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1d431..3ca0f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.1.0 (2021-08-29) +# 0.1.0 (2021-08-30) ### 🌟 新功能 范围|描述|commitId @@ -166,6 +166,7 @@ --|--|-- calendar | 日历细节调整 | 1a8d6bf - | project 代码健壮性完善 | a3202c5 + - | puppeteer升级v10 | f02b0e7 store/home | 删除store/home | db8a3b4 tailwindcss | tailwindcss CDN引入;移除相关配置文件及包;开启treeShaking | 15485a0 task beginTime | 格式化任务开始时间 | fbc0301 diff --git a/package.json b/package.json index ddff59a..74c1510 100644 --- a/package.json +++ b/package.json @@ -78,12 +78,12 @@ "lint-staged": "^11.0.0", "mini-types": "*", "miniprogram-api-typings": "*", - "node-sass": "^4.14.1", "postcss": "^7.0.36", "postcss-comment": "^2.0.0", "prettier": "^2.2.1", "puppeteer": "^10.2.0", "right-pad": "^1.0.1", + "sass": "^1.38.2", "sass-loader": "^8.0.2", "vue-cli-plugin-commitlint": "~1.0.12", "vue-template-compiler": "^2.6.11" diff --git a/src/components/TimeLine/component/TimeBox.vue b/src/components/TimeLine/component/TimeBox.vue index 587a3a2..590d68c 100644 --- a/src/components/TimeLine/component/TimeBox.vue +++ b/src/components/TimeLine/component/TimeBox.vue @@ -132,11 +132,11 @@ export default { margin-bottom: 8px; margin-left: 15px; } -/deep/ .ml-2 { +::deep .ml-2 { margin-left: 16px; } -/deep/ .ml-3 { +::deep .ml-3 { margin-left: 20px; } diff --git a/src/components/Title/Title.vue b/src/components/Title/Title.vue index d071138..9088b61 100644 --- a/src/components/Title/Title.vue +++ b/src/components/Title/Title.vue @@ -48,7 +48,7 @@ export default { diff --git a/src/components/Upload/Upload.vue b/src/components/Upload/Upload.vue index 69ddd6c..84d8521 100644 --- a/src/components/Upload/Upload.vue +++ b/src/components/Upload/Upload.vue @@ -41,7 +41,7 @@ export default { transform: translate3d(0, 50%, 0); } -/deep/ .uicon-plus { +::deep .uicon-plus { color: theme('colors.blue.500') !important; }