update:更新样式
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="text">为您查询到{{ this.result }}条结果</div>
|
<div class="text">为您查询到{{ this.result }}条结果</div>
|
||||||
<div :key="index" v-for="(item, index) in info">
|
<div :key="index" v-for="(item, index) in info">
|
||||||
<el-card>
|
<el-card body-style="padding:10px 10px 0">
|
||||||
<div>
|
<div>
|
||||||
<img alt src="@/assets/img/bianhao.png" />
|
<img alt src="@/assets/img/bianhao.png" />
|
||||||
评估报告编号:
|
评估报告编号:
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<img alt src="@/assets/img/hengxian.png" />
|
<img alt src="@/assets/img/hengxian.png" />
|
||||||
</div>
|
</div>
|
||||||
<div class="date">
|
<div class="flex">
|
||||||
<div class="flex backgroundColor">
|
<div class="flex backgroundColor">
|
||||||
<img alt src="@/assets/img/shijian.png" />
|
<img alt src="@/assets/img/shijian.png" />
|
||||||
签订日期:{{ item.time }}
|
签订日期:{{ item.time }}
|
||||||
@@ -48,25 +48,25 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
result: '2',
|
result: "2",
|
||||||
info: [
|
info: [
|
||||||
{
|
{
|
||||||
number: '044',
|
number: "044",
|
||||||
name: '胡守钧',
|
name: "胡守钧",
|
||||||
address: '宁波市江北区四洲街16号404',
|
address: "宁波市江北区四洲街16号404",
|
||||||
money: '180234元',
|
money: "180234元",
|
||||||
person: '王勇',
|
person: "王勇",
|
||||||
time: '2021-9-1',
|
time: "2021-9-1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
number: '044',
|
number: "044",
|
||||||
name: '胡守钧',
|
name: "胡守钧",
|
||||||
address: '宁波市江北区四洲街16号404',
|
address: "宁波市江北区四洲街16号404",
|
||||||
money: '180234元',
|
money: "180234元",
|
||||||
person: '王勇',
|
person: "王勇",
|
||||||
time: '2021-9-1',
|
time: "2021-9-1"
|
||||||
},
|
}
|
||||||
],
|
]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
@@ -80,8 +80,8 @@ export default {
|
|||||||
onLoadData() {
|
onLoadData() {
|
||||||
console.log(this.$route.params);
|
console.log(this.$route.params);
|
||||||
this.type = this.$route.params.type;
|
this.type = this.$route.params.type;
|
||||||
},
|
}
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -89,37 +89,38 @@ export default {
|
|||||||
.container {
|
.container {
|
||||||
.image {
|
.image {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
|
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
color: #2d6df2;
|
color: #2d6df2;
|
||||||
}
|
}
|
||||||
.el-card {
|
.el-card {
|
||||||
margin: 0 10px 10px;
|
margin: 0 10px 10px;
|
||||||
::v-deep.el-card__body {
|
.el-card__body {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
>div {
|
> div {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
|
||||||
.date {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
align-items: center;
|
||||||
.backgroundColor {
|
img {
|
||||||
background-color: #e3ebfd;
|
margin-right: 10px;
|
||||||
img {
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.flex {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
img {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.backgroundColor {
|
||||||
|
background-color: #e3ebfd;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="text">为您查询到{{ this.result }}条结果</div>
|
<div class="text">为您查询到{{ this.result }}条结果</div>
|
||||||
<div :key="index" v-for="(item, index) in info">
|
<div :key="index" v-for="(item, index) in info">
|
||||||
<el-card>
|
<el-card body-style="padding:10px">
|
||||||
<div>
|
<div>
|
||||||
<img alt src="@/assets/img/bianhao.png" />
|
<img alt src="@/assets/img/bianhao.png" />
|
||||||
评估报告编号:
|
评估报告编号:
|
||||||
@@ -85,28 +85,29 @@ export default {
|
|||||||
.container {
|
.container {
|
||||||
.image {
|
.image {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
|
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
color: #2d6df2;
|
color: #2d6df2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-card {
|
.el-card {
|
||||||
margin: 0 10px 10px;
|
margin: 0 10px 10px;
|
||||||
.el-card__body {
|
.el-card__body {
|
||||||
padding: 0;
|
|
||||||
> div {
|
> div {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
img {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: #2d6df2;
|
justify-content: space-between;
|
||||||
> div {
|
> div {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user