::v-deep=>:deep()

This commit is contained in:
aixianling
2022-12-01 09:35:20 +08:00
parent d12c7b2c5e
commit 883ec09a0e
352 changed files with 1277 additions and 1281 deletions

View File

@@ -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>