更新页面提示信息,增加关于选择颜色和橡皮擦的操作指导,优化用户体验。同时,移除画布最大高度限制,提升画布显示效果。
This commit is contained in:
@@ -174,7 +174,6 @@ const PixelatedPreviewCanvas: React.FC<PixelatedPreviewCanvasProps> = ({
|
||||
isManualColoringMode ? 'cursor-pointer' : 'cursor-crosshair'
|
||||
}`}
|
||||
style={{
|
||||
maxHeight: '60vh',
|
||||
imageRendering: 'pixelated',
|
||||
touchAction: 'none' // 防止触摸时页面滚动
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user