How to use the @lugia/lugia-web/dist/consts.Card 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 / form / advanced.js View on Github external
<select placeholder="{placeholder}">
              
            
          )}
        
      
    );
  });
};
const cardThemeConfig = {
  [Widget.Card]: {
    Container: {
      normal: {
        width: "100%",
        height: 400,
        margin: {
          bottom: 30
        }
      }
    },
    CardTitle: {
      normal: {
        height: 30,
        margin: {
          top: 20
        }
      }</select>
github lugia-ysstech / lugia-admin / portal / pages / result / failed.js View on Github external
fontSize: 16,
              margin: {
                top: 6,
                left: 4,
                right: 3,
              },
              last: {
                color: '#4d63ff',
              },
            },
          },
        },
      },
    };
    const cardThemeConfig = {
      [Widget.Card]: {
        Container: {
          normal: {
            width: "100%",
            height: '100%',
            background:{
              color:"#f6f6f6"
            },
            padding: {
              top: 4,
              right: 141,
              left: 141,
            },
            border: 'none',
            boxShadow: 'none'
          },
        },