How to use the @lugia/lugia-web.consts.RadioGroup function in @lugia/lugia-web

To help you get started, we’ve selected a few @lugia/lugia-web examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github lugia-ysstech / lugia-admin / portal / pages / list / basic-list.js View on Github external
normal:{
            border:{
              width: 1,
              style: 'solid',
              color: '#4D63FF'
            }
          }
        },
        ButtonText: {
          normal: {
            font: {size: 14, weight: 500},
            color: '#4D63FF'
          }
        }
      },
      [Widget.RadioGroup]: {
        Container: {
          normal: {
            width: 210,
            height: 32,
            font: {
              size: 14
            },
            margin: {
              left: 20,
              right: -20
            }
          }
        },
        //单个按钮属性设置失效
        Radio: {
          theme: {
github lugia-ysstech / lugia-admin / portal / pages / detail / advanced.js View on Github external
`;



const theme = {
  [Widget.Button]: {
    Container: {
      normal: {
        height: 30,
        margin:{
          left: 10
        }
      },
    },
  },
  [Widget.RadioGroup]: {
    CheckButton: {
      CheckButtonUnChecked: {
        normal: {
          height: 30,
          padding: {
            top: 0,
            bottom: 0,
            left: 15,
            right: 15,
          },
        },
        hover: {
          background: '#fff',
          color: '#333',
          border:{
            top:{