src/mob/components/menubar/normal-menubar/menucomponent/options.jsx
@@ -7,7 +7,7 @@ if (menulist) { try { menulist = JSON.parse(menulist) } catch { } catch (e) { menulist = [] } } else { @@ -142,6 +142,13 @@ required: true }, { type: 'styleInput', field: 'borderRadius', label: '圆角', initval: setting.borderRadius || '15%', required: false }, { type: 'color', field: 'color', label: '字体颜色',