fix(style): compare sroll
This commit is contained in:
@@ -88,6 +88,7 @@ const MarkdownViewer: React.FC<MarkdownViewerProps> = ({
|
||||
htmlstr = (
|
||||
<Image
|
||||
src={token.href}
|
||||
alt={token.text}
|
||||
preview={{
|
||||
mask: <EyeOutlined />
|
||||
}}
|
||||
|
||||
@@ -95,6 +95,7 @@
|
||||
align-items: flex-start;
|
||||
flex: 1;
|
||||
padding-block: 20px 0;
|
||||
max-width: 100%;
|
||||
|
||||
&.no-wrapper-style {
|
||||
padding-block: 0;
|
||||
|
||||
Reference in New Issue
Block a user