feat(seller端升级node版本): 添加 .npmrc 和 .yarnrc 文件以支持引擎配置,更新 package.json 中的引擎要求并替换 node-sass 为 sass,优化依赖管理和兼容性,兼容node16版本

This commit is contained in:
Ryan Ran
2025-09-29 18:26:52 +08:00
parent c5d675b6d2
commit 8fb87aa64d
27 changed files with 53 additions and 46 deletions

View File

@@ -353,7 +353,7 @@ export default {
.search {
width: 460px;
margin: 0 auto;
/deep/ .ivu-input.ivu-input-large {
::v-deep .ivu-input.ivu-input-large {
border: 2px solid $theme_color;
font-size: 12px;
height: 34px;
@@ -361,7 +361,7 @@ export default {
box-shadow: none;
}
}
/deep/ .ivu-input-group-append {
::v-deep .ivu-input-group-append {
border: 1px solid $theme_color;
border-left: none;
height: 30px;