linkmore-design 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -293479,27 +293479,18 @@
293479
293479
  })))));
293480
293480
  });
293481
293481
 
293482
- var SmallImg = require('./assets/option1.png');
293483
-
293484
- var DefaultImg = require('./assets/option2.png');
293485
-
293486
- var MiddleImg = require('./assets/option3.png');
293487
-
293488
293482
  var TabPane$4 = Tabs$3.TabPane;
293489
293483
  var optionsWithDisabled = [{
293490
293484
  label: '默认',
293491
293485
  value: 'default',
293492
- imgUrl: DefaultImg,
293493
293486
  icon: 'lmweb-icon_default'
293494
293487
  }, {
293495
293488
  label: '紧凑',
293496
293489
  value: 'small',
293497
- imgUrl: SmallImg,
293498
293490
  icon: 'lmweb-icon_compact'
293499
293491
  }, {
293500
293492
  label: '宽松',
293501
293493
  value: 'middle',
293502
- imgUrl: MiddleImg,
293503
293494
  icon: 'lmweb-icon_large'
293504
293495
  }];
293505
293496
  var prefixCls$9 = 'lm_custom-table-option';