Skip to content

Commit

Permalink
fix: target image display error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pactortester committed Sep 14, 2023
1 parent c28d2ba commit 98bfa07
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions css/report.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@ h2.empty-report{
cursor: context-menu;
position: relative;
}
.summary .info-execute #copy_path{
.summary .info-execute .copy-img{
display: inline-block;
margin-left: 10px;
width: 20px;
vertical-align: bottom;
cursor: context-menu;
opacity: 0.6;
}
.summary .info-execute #copy_path:hover{
.summary .info-execute .copy-img:hover{
opacity: 1;
}
.summary .circle-img{
Expand Down
1 change: 1 addition & 0 deletions js/langpack/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ Lang.prototype.pack.zh = {
"Status:": "结果:",
"Total": "共",
"Warning: No steps": "警告:没有步骤",
"Connect device": "连接设备"
}
};
Loading

0 comments on commit 98bfa07

Please sign in to comment.