Skip to content

Commit

Permalink
修改表格内图片
Browse files Browse the repository at this point in the history
解决了表格内图片被缩放的问题。
  • Loading branch information
obscurefreeman committed Mar 12, 2024
1 parent 6be44a6 commit dbc552f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions blackout.css
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,13 @@ table tr td:last-child {
margin-bottom: 0;
}

table img {
border-radius: 8px;
border-left: none !important;
border-right: none !important;
max-width: 100%;
}

/* th,
td {
border: solid 1px #544e47;
Expand Down

0 comments on commit dbc552f

Please sign in to comment.