修改 node-sass 为 dart-sass

This commit is contained in:
RuoYi
2020-07-27 16:55:51 +08:00
parent 6e7d7aba93
commit fe030cc022
3 changed files with 3 additions and 3 deletions

View File

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

View File

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