update:文本换行问题,图标尺寸调整

This commit is contained in:
2021-09-28 15:15:12 +08:00
parent 474b0b7406
commit ee94909883
5 changed files with 57 additions and 20 deletions

View File

@@ -54,8 +54,8 @@
<!-- window图标 -->
<div>
<div class="projectIcon">
<van-image
:src="require('@/assets/img/project.png')"
<img
src="@/assets/img/project.png"
style="width: 25px;height: 25px;"
/>
</div>
@@ -293,7 +293,30 @@ export default {
},
prjList: [
{
name: "数据",
name: "请求出错暂时没有可用数据",
currentState: "无数据",
area: "无数据",
zsbm: "无数据",
year: "无数据",
zsjdh: "无数据",
fhpgList: [
{
assessmentNo: "无数据",
houseAddress: "无数据",
countValue: "无数据"
}
],
bcxyList: [
{
xyNo: "无数据",
houseAddress: "无数据",
switchProductionWay: "无数据",
summationShouldCompensateMoney: "无数据"
}
]
},
{
name: "请求出错",
currentState: "无数据",
area: "无数据",
zsbm: "无数据",
@@ -403,7 +426,7 @@ export default {
pageJump(id) {
this.$router.push({
name: "policyInfo",
params: { ticket: window.sessionStorage.getItem("ticket"), id: id }
params: { id }
});
},
setZwUserAplus(Userid, userName) {
@@ -581,6 +604,7 @@ export default {
span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
@@ -588,7 +612,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
padding: 0 8px;
height: 100%;
margin-right: 10px;
border-radius: 5px 0 0;
@@ -601,9 +625,6 @@ export default {
font-family: PingFangSC-Semibold, PingFang SC;
font-size: 16px;
font-weight: 600;
line-height: 20px;
height: 20px;
vertical-align: middle;
color: #fff;
}