::v-deep=>:deep()
This commit is contained in:
@@ -230,7 +230,7 @@ export default {
|
||||
this.$refs.form.validate((valid) => {
|
||||
if (valid) {
|
||||
this.instance.post(`/app/appclapeventinfopingchang/addOrUpdate`, {
|
||||
...this.form,
|
||||
...this.form,
|
||||
groupName: this.dictList.filter(v => v.dictValue === this.form.groupId)[0].dictName,
|
||||
}).then((res) => {
|
||||
if (res.code == 0) {
|
||||
@@ -262,13 +262,13 @@ export default {
|
||||
padding-left: 8px;
|
||||
color: #999;
|
||||
}
|
||||
::v-deep .el-range-separator {
|
||||
:deep( .el-range-separator ){
|
||||
width: 28px!important;
|
||||
}
|
||||
::v-deep .el-date-editor {
|
||||
:deep( .el-date-editor ){
|
||||
width: 100%;
|
||||
}
|
||||
::v-deep .mapDialog {
|
||||
:deep( .mapDialog ){
|
||||
.el-dialog__body {
|
||||
padding: 0;
|
||||
|
||||
@@ -314,4 +314,4 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user