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

@@ -225,7 +225,7 @@
<style lang="scss" scoped>
// 建议引入通用样式 可删除下面样式代码
@import "@/styles/table-common.scss";
/deep/ .ivu-col{
::v-deep .ivu-col{
min-height: 100vh;
}
</style>

View File

@@ -654,7 +654,7 @@ table {
margin: 10px 0;
padding: 10px;
/deep/ span {
::v-deep span {
font-size: 14px;
text-align: center;
width: 200px;

View File

@@ -57,11 +57,11 @@ export default {
};
</script>
<style scoped lang="scss">
/deep/ .ivu-modal {
::v-deep .ivu-modal {
overflow: hidden;
height: 650px !important;
}
/deep/ .ivu-modal-body {
::v-deep .ivu-modal-body {
width: 100%;
height: 500px;
overflow: hidden;

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;

View File

@@ -1,5 +1,5 @@
/deep/ .ivu-modal-mask,.ivu-modal-wrap{
::v-deep .ivu-modal-mask,::v-deep .ivu-modal-wrap{
z-index: 800;
}
.decorate-view-link{

View File

@@ -84,7 +84,7 @@
text-align: center;
font-weight: bold;
line-height: 2;
/deep/ img {
::v-deep img {
margin: 0 auto;
}
}