update style app config

This commit is contained in:
JzoNg
2024-03-07 17:38:16 +08:00
parent 2360fb293b
commit beff31b003
12 changed files with 134 additions and 124 deletions

View File

@ -58,7 +58,7 @@ const ICON_MAP = {
export default function AppBasic({ icon, icon_background, name, type, hoverTip, textStyle, mode = 'expand', iconType = 'app' }: IAppBasicProps) {
return (
<div className="flex items-start">
<div className="flex items-start p-1">
{icon && icon_background && iconType === 'app' && (
<div className='flex-shrink-0 mr-3'>
<AppIcon icon={icon} background={icon_background} />