|
@@ -52,7 +52,7 @@
|
|
|
<p class="item-main" v-if="!pageInfo.contactName && !pageInfo. contactName">--</p>
|
|
|
</a-col>
|
|
|
<a-col :span="8" class="item-cont">
|
|
|
- <p style="width: 100px;">地址:</p>
|
|
|
+ <p class="item-label">地址:</p>
|
|
|
<p class="item-main">{{ pageInfo.contactAddress ? pageInfo.contactAddress : '' }}{{ pageInfo.houseAddress ? pageInfo.houseAddress : '' }}</p>
|
|
|
</a-col>
|
|
|
<a-col :span="8" class="item-cont">
|
|
@@ -181,7 +181,7 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang="less">
|
|
|
+<style lang="less" scoped="scoped">
|
|
|
.ant-modal-footer {
|
|
|
display: none;
|
|
|
}
|
|
@@ -191,6 +191,9 @@ export default {
|
|
|
.table-title{
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
+ .item-label{
|
|
|
+ min-width: 50px;
|
|
|
+ }
|
|
|
.item-cont{
|
|
|
display: flex;
|
|
|
}
|