Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
yc-2018 committed Oct 4, 2024
2 parents cd23c4b + 03080b4 commit 7e80744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/Home/Bookmarks/bookmark.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/*每一个书签的文字样式*/
.dndContent{
text-align: left;
justify-content: flex-start; /*文字靠左*/
padding:0 2px;
color: black;
width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/MemoDrawer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ const MemoDrawer = () => {
<img
key={index}
src={part}
alt="Embedded content"
style={{width: '100%', maxHeight: '100%', display: 'block', margin: '10px 0'}}
alt="备忘录里面识别的图片链接"
style={{width: '100%', maxHeight: 400, display: 'block', margin: '10px 0'}}
/>
</div>
}
Expand Down

0 comments on commit 7e80744

Please sign in to comment.