fix(manager端升级node版本): 更新多个组件的样式,替换 /deep/ 选择器为 ::v-deep,替换 node-sass 为 sass,优化依赖管理和兼容性,兼容node16版本

This commit is contained in:
Ryan Ran
2025-09-30 11:38:38 +08:00
parent 16c4a78e29
commit ae85f0d612
45 changed files with 161 additions and 93 deletions

View File

@@ -123,7 +123,7 @@ export default {
margin-right: 10px;
display: flex;
margin-bottom: 20px;
/deep/ .ivu-card-body {
::v-deep .ivu-card-body {
padding: 0 16px !important;
}
}

View File

@@ -133,7 +133,7 @@ export default {
margin-right: 20px;
display: flex;
margin-bottom: 20px;
/deep/ .ivu-card-body {
::v-deep .ivu-card-body {
padding: 0 16px !important;
}
}
@@ -151,7 +151,7 @@ export default {
padding-bottom: 10px;
flex-direction: column;
align-items: center;
/deep/ .ivu-btn {
::v-deep .ivu-btn {
width: 100px;
}
}

View File

@@ -132,7 +132,7 @@ export default {
margin-right: 20px;
display: flex;
margin-bottom: 20px;
/deep/ .ivu-card-body {
::v-deep .ivu-card-body {
padding: 0 16px !important;
}
}
@@ -150,7 +150,7 @@ export default {
padding-bottom: 10px;
flex-direction: column;
align-items: center;
/deep/ .ivu-btn {
::v-deep .ivu-btn {
width: 100px;
}
}

View File

@@ -90,12 +90,12 @@ export default {
display: flex;
}
.w200 {
/deep/ .ivu-input {
::v-deep .ivu-input {
width: 250px !important;
margin: 0 10px;
}
}
/deep/ .ivu-input {
::v-deep .ivu-input {
width: 450px !important;
margin: 0 10px;
}

View File

@@ -151,7 +151,7 @@ export default {
margin-right: 20px;
display: flex;
margin-bottom: 20px;
/deep/ .ivu-card-body {
::v-deep .ivu-card-body {
padding: 0 16px !important;
}
}

View File

@@ -118,13 +118,13 @@ export default {
}
.w200 {
/deep/ .ivu-input {
::v-deep .ivu-input {
width: 250px !important;
margin: 0 10px;
}
}
/deep/ .ivu-input {
::v-deep .ivu-input {
width: 450px !important;
margin: 0 10px;
}

View File

@@ -188,7 +188,7 @@ export default {
.label-item {
display: flex;
}
/deep/ .ivu-input {
::v-deep .ivu-input {
width: 100px !important;
}
</style>

View File

@@ -74,7 +74,7 @@ export default {
display: flex;
}
/deep/ .ivu-input {
::v-deep .ivu-input {
width: 300px !important;
margin: 0 10px;
}

View File

@@ -113,7 +113,7 @@ export default {
display: flex;
}
/deep/ .ivu-input {
::v-deep .ivu-input {
width: 300px !important;
margin: 0 10px;
}

View File

@@ -124,7 +124,7 @@ export default {
margin-right: 10px;
}
/deep/ .ivu-input {
::v-deep .ivu-input {
width: 100px !important;
}

View File

@@ -161,7 +161,7 @@ export default {
display: flex;
}
/deep/ .ivu-input {
::v-deep .ivu-input {
width: 300px !important;
margin: 0 10px;
}

View File

@@ -172,7 +172,7 @@ export default {
}
}
/deep/ .ivu-input {
::v-deep .ivu-input {
width: 70px !important;
}
@@ -182,7 +182,7 @@ export default {
}
.label-btns {
/deep/ .ivu-btn {
::v-deep .ivu-btn {
margin-right: 10px;
}
}

View File

@@ -160,7 +160,7 @@ export default {
display: flex;
}
/deep/ .ivu-input {
::v-deep .ivu-input {
width: 300px !important;
margin: 0 10px;
}

View File

@@ -98,7 +98,7 @@ export default {
<style lang="scss" scoped>
@import "./style.scss";
/deep/ .ivu-form-item-content{
::v-deep .ivu-form-item-content{
align-items: center;
padding-bottom: 5px;
}

View File

@@ -1,4 +1,4 @@
/deep/ .ivu-input{
::v-deep .ivu-input{
width: 200px !important;
}
@@ -21,7 +21,7 @@
margin-right: 10px;
}
/deep/ .ivu-form-item-content {
::v-deep .ivu-form-item-content {
margin-left: 0 !important;
display: flex;
}