Browse Source

chore(node-sass): 替换node-sass为sass(dart-sass)

/deep/替换为::deep
pull/1/head
wally 4 years ago
parent
commit
c33169d016
  1. 3
      CHANGELOG.md
  2. 2
      package.json
  3. 4
      src/components/TimeLine/component/TimeBox.vue
  4. 2
      src/components/Title/Title.vue
  5. 2
      src/components/Upload/Upload.vue

3
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

2
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"

4
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;
}
</style>

2
src/components/Title/Title.vue

@ -48,7 +48,7 @@ export default {
</script>
<style lang="scss" scoped>
/deep/ .u-slot-content {
::deep .u-slot-content {
min-width: 0;
}
</style>

2
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;
}
</style>

Loading…
Cancel
Save