Commit 4e6027c2 by crushh

Merge branch 'feature/act-code' into dev

parents 0cea603b 2c0539ac
...@@ -67,18 +67,18 @@ export default { ...@@ -67,18 +67,18 @@ export default {
height: 543px; height: 543px;
.pageTitle { .pageTitle {
font-size: 14px; font-size: 14px;
position: sticky; position: absolute;
color: #000000; color: #000;
font-weight: 500; font-weight: 500;
top: 105px;
width: 125px; width: 125px;
margin-left: 78px; margin-left: 78px;
line-height: 20px; line-height: 20px;
display: inline-block; display: inline-block;
overflow: hidden; overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap;
text-align: center; text-align: center;
top: 44px;
} }
.content { .content {
width: 228px; width: 228px;
......
...@@ -291,7 +291,7 @@ export default { ...@@ -291,7 +291,7 @@ export default {
}, },
goLink(row) { goLink(row) {
this.linkUrl = row.linkUrl; this.linkUrl = row.linkUrl;
this.imageName = `${row.linkId}_${row.name}`; this.imageName = `${row.linkCode}_${row.name}`;
this.show = true; this.show = true;
}, },
goEdit(row) { goEdit(row) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment