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

@@ -18,7 +18,7 @@
<el-form-item
label="姓名"
style="width: 100%"
prop="name"
prop="name"
>
<el-input
size="small"
@@ -595,7 +595,7 @@ export default {
}
if (this.form.fileList.length > 0) {
this.form.files = JSON.stringify(this.form.fileList)
}
}
this.instance.post(`/app/apppartydevelop/addOrUpdate`, {...this.form}).then((res) => {
if (res.code == 0) {
this.$message.success(this.isEdit ? "编辑成功" : "添加成功");
@@ -665,7 +665,7 @@ export default {
<style scoped lang="scss">
.party {
::v-deep .el-input-group__append {
:deep( .el-input-group__append ){
height: 32px;
margin: 0;
padding: 0;
@@ -684,7 +684,7 @@ export default {
}
}
::v-deep.cardTabs {
:deep(.cardTabs ){
.el-tabs__header {
padding: 0;
}
@@ -697,7 +697,7 @@ export default {
.audit-1 {
color: #2ea222 !important;
}
::v-deep .ai-form .el-form-item .el-form-item__content {
:deep( .ai-form .el-form-item .el-form-item__content ){
margin-left: 174px!important;
}
}