How to use the @lugia/lugia-web.consts.Select 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 / dashboard / analyse.js View on Github external
background: {
            color: "#fff"
          }
        }
      }
    },
    ContentBlock: {
      normal: {
        height: 400
      }
    }
  }
};

const selectView = {
  [Widget.Select]: {
    InputTag: {
      InputTagWrap: {
        normal: {
          width: 150
        }
      }
    }
  }
};

const iconView = {
  [Widget.Icon]: {
    Icon: {
      normal: {
        fontSize: 20,
        color: "#888"
github lugia-ysstech / lugia-admin / portal / pages / list / applications.js View on Github external
},
      },
    },
  },
  [Widget.Divider]: {
    HorizontalDivider: {
      normal: {

        margin: {
          top: 10,
          bottom: 10
        }
      },
    },
  },
  [Widget.Select]: {
    Menu: {
      MenuWrap: {
        normal: {
          height: 70,
        },
      },
      MenuItem: {
        MenuItemWrap: {
          normal: {
            height: 30,

          }
        }
      },
    },
    InputTag: {
github lugia-ysstech / lugia-admin / portal / pages / list / projects.js View on Github external
},
      },
    },
  },
  [Widget.Divider]: {
    HorizontalDivider: {
      normal: {

        margin: {
          top: 10,
          bottom: 10
        }
      },
    },
  },
  [Widget.Select]: {
    Menu: {
      MenuWrap: {
        normal: {
          height: 70,
        },
      },
      MenuItem: {
        MenuItemWrap: {
          normal: {
            height: 30,

          }
        }
      },
    },
    InputTag: {