mirror of
https://github.com/dream-num/univer.git
synced 2026-09-19 02:18:42 +08:00
fix(sheets-crosshair-highlight): add overlay padding (#7369)
This commit is contained in:
@@ -48,7 +48,7 @@ export function CrosshairOverlay(props: ICrosshairOverlayProps) {
|
||||
}, [onChange]);
|
||||
|
||||
return (
|
||||
<div className="univer-grid univer-grid-cols-8 univer-gap-x-2 univer-gap-y-3">
|
||||
<div className="univer-grid univer-grid-cols-8 univer-gap-x-2 univer-gap-y-3 univer-p-1.5">
|
||||
{colors.map((color: string, index: number) => {
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user