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

@@ -295,7 +295,7 @@ export default {
<style lang="scss" scoped>
@import "./home.scss";
.noticesDetail{
/deep/ img{
::v-deep img{
max-width: 100%;
max-height: 200px;
}