替换node-sass

This commit is contained in:
Aaron
2021-06-30 10:27:53 +08:00
parent 88f5ab4329
commit 0c4966130f
19 changed files with 25 additions and 25 deletions

View File

@ -92,10 +92,10 @@
"http-proxy-middleware": "^0.19.1", "http-proxy-middleware": "^0.19.1",
"husky": "1.3.1", "husky": "1.3.1",
"lint-staged": "8.1.5", "lint-staged": "8.1.5",
"node-sass": "^4.9.0", "sass": "^1.26.5",
"sass-loader": "^8.0.2",
"plop": "2.3.0", "plop": "2.3.0",
"runjs": "^4.3.2", "runjs": "^4.3.2",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "2.1.3", "script-ext-html-webpack-plugin": "2.1.3",
"script-loader": "0.7.2", "script-loader": "0.7.2",
"serve-static": "^1.13.2", "serve-static": "^1.13.2",

View File

@ -159,7 +159,7 @@ export default {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
/deep/ .el-input__inner { ::v-deep .el-input__inner {
border-radius: 0; border-radius: 0;
border: 0; border: 0;
padding-left: 0; padding-left: 0;

View File

@ -476,7 +476,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .el-icon-circle-close{ ::v-deep .el-icon-circle-close{
color: red; color: red;
} }
.material-name{ .material-name{

View File

@ -468,7 +468,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .el-icon-circle-close{ ::v-deep .el-icon-circle-close{
color: red; color: red;
} }
.material-name{ .material-name{

View File

@ -464,7 +464,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .el-icon-circle-close{ ::v-deep .el-icon-circle-close{
color: red; color: red;
} }
.material-name{ .material-name{

View File

@ -73,7 +73,7 @@ export default {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
/deep/ { ::v-deep {
.el-scrollbar__bar { .el-scrollbar__bar {
bottom: 0px; bottom: 0px;
} }

View File

@ -91,14 +91,14 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.acea-row{ .acea-row{
/deep/.el-avatar--small { ::v-deep.el-avatar--small {
width: 22px; width: 22px;
height: 22px; height: 22px;
line-height: 22px; line-height: 22px;
} }
} }
.checkTime{ .checkTime{
/deep/.el-radio__input{ ::v-deep.el-radio__input{
display: none; display: none;
} }
} }
@ -110,7 +110,7 @@ export default {
// padding: 0 20px !important; // padding: 0 20px !important;
} }
.dashboard-console-visit { .dashboard-console-visit {
/deep/.el-card__header{ ::v-deep.el-card__header{
padding: 14px 20px !important; padding: 14px 20px !important;
} }
ul { ul {

View File

@ -204,7 +204,7 @@ export default {
} }
} }
.baseInfo { .baseInfo {
/deep/ .el-card__header { ::v-deep .el-card__header {
padding: 15px 20px !important; padding: 15px 20px !important;
} }
} }

View File

@ -324,7 +324,7 @@ export default {
</style> </style>
<style scoped> <style scoped>
/deep/ .input-with-select .el-input-group__prepend { ::v-deep .input-with-select .el-input-group__prepend {
background-color: #fff; background-color: #fff;
} }
</style> </style>

View File

@ -104,14 +104,14 @@ export default {
} }
.acea-row { .acea-row {
/deep/.el-avatar--small { ::v-deep.el-avatar--small {
width: 22px; width: 22px;
height: 22px; height: 22px;
line-height: 22px; line-height: 22px;
} }
} }
.checkTime { .checkTime {
/deep/.el-radio__input { ::v-deep.el-radio__input {
display: none; display: none;
} }
} }
@ -123,7 +123,7 @@ export default {
// padding: 0 20px !important; // padding: 0 20px !important;
} }
.dashboard-console-visit { .dashboard-console-visit {
/deep/.el-card__header { ::v-deep.el-card__header {
padding: 14px 20px !important; padding: 14px 20px !important;
} }
ul { ul {

View File

@ -127,7 +127,7 @@ export default {
.demo-table-expand .el-form-item__content { .demo-table-expand .el-form-item__content {
font-size: 12px; font-size: 12px;
} }
/deep/ .el-dialog__body { ::v-deep .el-dialog__body {
padding: 0 20px 10px 20px !important; padding: 0 20px 10px 20px !important;
} }
.java.hljs { .java.hljs {

View File

@ -104,7 +104,7 @@ export default {
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style rel="stylesheet/scss" lang="scss" scoped>
/deep/ .el-input-number .el-input__inner { ::v-deep .el-input-number .el-input__inner {
text-align: left; text-align: left;
} }
</style> </style>

View File

@ -112,7 +112,7 @@ export default {
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style rel="stylesheet/scss" lang="scss" scoped>
/deep/ .el-input-number .el-input__inner { ::v-deep .el-input-number .el-input__inner {
text-align: left; text-align: left;
} }
</style> </style>

View File

@ -143,7 +143,7 @@ export default {
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style rel="stylesheet/scss" lang="scss" scoped>
/deep/ .el-input-number .el-input__inner { ::v-deep .el-input-number .el-input__inner {
text-align: left; text-align: left;
} }
</style> </style>

View File

@ -199,7 +199,7 @@ export default {
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style rel="stylesheet/scss" lang="scss" scoped>
/deep/ .el-input-number .el-input__inner { ::v-deep .el-input-number .el-input__inner {
text-align: left; text-align: left;
} }
</style> </style>

View File

@ -304,7 +304,7 @@ export default {
</style> </style>
<style rel="stylesheet/scss" lang="scss" scoped> <style rel="stylesheet/scss" lang="scss" scoped>
/deep/ .el-input-number .el-input__inner { ::v-deep .el-input-number .el-input__inner {
text-align: left; text-align: left;
} }
</style> </style>

View File

@ -110,7 +110,7 @@ export default {
color: #444; color: #444;
background: #ffffff !important; background: #ffffff !important;
} }
/deep/ .el-dialog__body{ ::v-deep .el-dialog__body{
padding: 0 20px 10px 20px !important; padding: 0 20px 10px 20px !important;
} }
</style> </style>

View File

@ -136,7 +136,7 @@ export default {
margin: 20px; margin: 20px;
width: 730px; width: 730px;
} }
/deep/ .w-e-text-container { ::v-deep .w-e-text-container {
height: 360px !important; height: 360px !important;
} }
</style> </style>

View File

@ -187,10 +187,10 @@ export default {
</script> </script>
<style scoped> <style scoped>
/deep/ .el-image__error, .el-image__placeholder{ ::v-deep .el-image__error, .el-image__placeholder{
background: none; background: none;
} }
/deep/ .el-image-viewer__wrapper{ ::v-deep .el-image-viewer__wrapper{
top: 55px; top: 55px;
} }
</style> </style>