::v-deep=>:deep()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -212,7 +212,7 @@ export default {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.party-detail {
|
||||
::v-deep .AiID {
|
||||
:deep( .AiID ){
|
||||
line-height: 1.4;
|
||||
color: #222;
|
||||
|
||||
|
||||
@@ -160,7 +160,7 @@ export default {
|
||||
this.dict.load('sex', 'developStatus').then(() => {
|
||||
this.getList()
|
||||
})
|
||||
|
||||
|
||||
},
|
||||
methods: {
|
||||
showNeighbourSetting(id) {
|
||||
@@ -237,15 +237,15 @@ export default {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
::v-deep .audit-0 {
|
||||
:deep( .audit-0 ){
|
||||
color: #FF8822 !important;
|
||||
}
|
||||
|
||||
::v-deep .audit-1 {
|
||||
:deep( .audit-1 ){
|
||||
color: #2EA222 !important;
|
||||
}
|
||||
|
||||
::v-deep .ai-list__content--right {
|
||||
:deep( .ai-list__content--right ){
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
margin-left: 1px;
|
||||
@@ -255,7 +255,7 @@ export default {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
::v-deep .is-current>.el-tree-node__content{
|
||||
:deep( .is-current>.el-tree-node__content){
|
||||
width: 100%!important;
|
||||
padding-right: 16px!important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user