Commit 4e6027c2 by crushh

Merge branch 'feature/act-code' into dev

parents 0cea603b 2c0539ac
......@@ -67,18 +67,18 @@ export default {
height: 543px;
.pageTitle {
font-size: 14px;
position: sticky;
color: #000000;
position: absolute;
color: #000;
font-weight: 500;
top: 105px;
width: 125px;
margin-left: 78px;
line-height: 20px;
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
top: 44px;
}
.content {
width: 228px;
......
......@@ -291,7 +291,7 @@ export default {
},
goLink(row) {
this.linkUrl = row.linkUrl;
this.imageName = `${row.linkId}_${row.name}`;
this.imageName = `${row.linkCode}_${row.name}`;
this.show = true;
},
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