Skip to content

Commit

Permalink
chore: change node-sass to dart-sass (#3040)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat7373 authored and PanJiaChen committed Jun 9, 2020
1 parent 11e6e06 commit 9b7e60c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
"husky": "1.3.1",
"lint-staged": "8.1.5",
"mockjs": "1.0.1-beta3",
"node-sass": "^4.9.0",
"plop": "2.3.0",
"runjs": "^4.3.2",
"sass": "^1.26.2",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "2.1.3",
"serve-static": "^1.13.2",
Expand Down
3 changes: 2 additions & 1 deletion src/components/HeaderSearch/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ export default {
border-radius: 0;
display: inline-block;
vertical-align: middle;
/deep/ .el-input__inner {
::v-deep .el-input__inner {
border-radius: 0;
border: 0;
padding-left: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Tinymce/components/EditorImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {
<style lang="scss" scoped>
.editor-slide-upload {
margin-bottom: 20px;
/deep/ .el-upload--picture-card {
::v-deep .el-upload--picture-card {
width: 100%;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/layout/components/TagsView/ScrollPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {
position: relative;
overflow: hidden;
width: 100%;
/deep/ {
::v-deep {
.el-scrollbar__bar {
bottom: 0px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/dashboard/admin/components/BoxCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default {
background-color: #fff;
margin: auto;
box-shadow: none!important;
/deep/ .pan-info {
::v-deep .pan-info {
box-shadow: none!important;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/example/components/ArticleDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export default {
}
}
.article-textarea /deep/ {
.article-textarea ::v-deep {
textarea {
padding-right: 40px;
resize: none;
Expand Down
6 changes: 3 additions & 3 deletions src/views/permission/directive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {

<style lang="scss" scoped>
.app-container {
/deep/ .permission-alert {
::v-deep .permission-alert {
width: 320px;
margin-top: 15px;
background-color: #f0f9eb;
Expand All @@ -100,10 +100,10 @@ export default {
border-radius: 4px;
display: inline-block;
}
/deep/ .permission-sourceCode {
::v-deep .permission-sourceCode {
margin-left: 15px;
}
/deep/ .permission-tag {
::v-deep .permission-tag {
background-color: #ecf5ff;
}
}
Expand Down

0 comments on commit 9b7e60c

Please sign in to comment.