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:
@@ -176,7 +176,7 @@ export default {
|
||||
color: $dark_gray;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
/deep/.svg-icon {
|
||||
::v-deep.svg-icon {
|
||||
vertical-align: 0.3em;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -167,7 +167,7 @@ export default {
|
||||
.captcha{
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
/deep/.el-form-item__content{
|
||||
::v-deep.el-form-item__content{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@@ -213,7 +213,7 @@ export default {
|
||||
color: $dark_gray;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
/deep/.svg-icon {
|
||||
::v-deep.svg-icon {
|
||||
vertical-align: 0.3em;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -605,7 +605,7 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
/*@aaa: ~'>>>';*/
|
||||
.order_box /deep/.ivu-form-item-content{
|
||||
.order_box ::v-deep.ivu-form-item-content{
|
||||
margin-left: 50px!important;
|
||||
}
|
||||
.maxInpt{
|
||||
|
||||
Reference in New Issue
Block a user