How to use the @lugia/lugia-web.consts.Breadcrumb 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 / components / page-header / index.js View on Github external
padding:18px 20px;
`;
const Title = styled.div`
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  // margin-bottom: 10px;
`;
const Description = styled.div`
  font-size: 14px;
  line-height: 1.4;
  padding-top: 6px;
  color:#666;
`;
const theme = {
  [Widget.Breadcrumb]: {
    BreadcrumbItem: {
      Text: {
        normal: {

          last: {
            color: '#333',
          },
        },
        hover: {
          color: '#4d63ff',
        },
      },

    },
  },
github lugia-ysstech / lugia-admin / portal / pages / list / table-list.js View on Github external
render() {
    const config = {
      [Widget.Breadcrumb]: {
        BreadcrumbWrap: {
          normal: {
            width: 220,
            height: 22,
            padding: {
              left: 0,
            },
            margin: {
              left: 14,
              right: 0,
              top: 20,
              bottom: 20,
            },
            background: {
              color: '#F5F5F9',
            },
github lugia-ysstech / lugia-admin / portal / pages / list / basic-list.js View on Github external
render() {
    const config = {
      [Widget.Breadcrumb]: {
        BreadcrumbWrap: {
          normal: {
            width: 185,
            height: 22,
            padding: {
              left: 0,
            },
            margin: {
              left: 14,
              right: 0,
              top: 20,
              bottom: 20,
            },
            background: {
              color: '#F5F5F9',
            },