mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-24 20:28:33 +08:00
更新package.json 文件,使得node 11到node 16都可以npm install 成功
This commit is contained in:
@@ -1238,12 +1238,12 @@
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
.disLabel{
|
||||
/deep/.el-form-item__label{
|
||||
::v-deep.el-form-item__label{
|
||||
margin-left: 36px !important;
|
||||
}
|
||||
}
|
||||
.disLabelmoren{
|
||||
/deep/.el-form-item__label{
|
||||
::v-deep.el-form-item__label{
|
||||
margin-left: 120px !important;
|
||||
}
|
||||
}
|
||||
@@ -1271,7 +1271,7 @@
|
||||
background-color: #ed4014;
|
||||
}
|
||||
.proCoupon{
|
||||
/deep/.el-form-item__content{
|
||||
::v-deep.el-form-item__content{
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
@@ -1284,30 +1284,30 @@
|
||||
}
|
||||
}
|
||||
.noLeft{
|
||||
/deep/.el-form-item__content{
|
||||
::v-deep.el-form-item__content{
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
}
|
||||
.tabNumWidth{
|
||||
/deep/.el-input-number--medium{
|
||||
::v-deep.el-input-number--medium{
|
||||
width: 121px !important;
|
||||
}
|
||||
/deep/.el-input-number__increase{
|
||||
::v-deep.el-input-number__increase{
|
||||
width: 20px !important;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
/deep/.el-input-number__decrease{
|
||||
::v-deep.el-input-number__decrease{
|
||||
width: 20px !important;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
/deep/.el-input-number--medium .el-input__inner {
|
||||
::v-deep.el-input-number--medium .el-input__inner {
|
||||
padding-left: 25px !important;
|
||||
padding-right: 25px !important;
|
||||
}
|
||||
/deep/ thead{
|
||||
::v-deep thead{
|
||||
line-height: normal !important;
|
||||
}
|
||||
/deep/ .el-table .cell{
|
||||
::v-deep .el-table .cell{
|
||||
line-height: normal !important;
|
||||
}
|
||||
}
|
||||
@@ -1353,7 +1353,7 @@
|
||||
top: -4px;
|
||||
}
|
||||
.labeltop{
|
||||
/deep/.el-form-item__label{
|
||||
::v-deep.el-form-item__label{
|
||||
float: none !important;
|
||||
display: inline-block !important;
|
||||
width: auto !important;
|
||||
|
||||
@@ -315,12 +315,12 @@ export default {
|
||||
// z-index: 3333 !important;
|
||||
}
|
||||
.demo-table-expand{
|
||||
/deep/ label{
|
||||
::v-deep label{
|
||||
width: 82px;
|
||||
}
|
||||
}
|
||||
.demo-table-expand{
|
||||
/deep/ .el-form-item__content{
|
||||
::v-deep .el-form-item__content{
|
||||
width: 77%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -217,7 +217,7 @@
|
||||
|
||||
<style scoped lang="scss">
|
||||
.productScore{
|
||||
/deep/.el-rate{
|
||||
::v-deep.el-rate{
|
||||
line-height: 2.4;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -311,7 +311,7 @@ export default {
|
||||
width: auto !important;
|
||||
height: 30px !important;
|
||||
}
|
||||
/deep/.el-image__inner, .el-image__placeholder, .el-image__error {
|
||||
::v-deep.el-image__inner, .el-image__placeholder, .el-image__error {
|
||||
width: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -737,7 +737,7 @@
|
||||
|
||||
<style scoped lang="scss">
|
||||
.formValidate{
|
||||
/deep/ .el-form-item__error{
|
||||
::v-deep .el-form-item__error{
|
||||
position: static !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user