king
2021-10-27 bbcb3f45ad0ef4c808bf5a68ec10c0464c094e2f
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: '字体颜色',