inl-ui 0.0.46 → 0.0.48

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.js CHANGED
@@ -18,7 +18,7 @@ import { ColorPicker } from 'vue-color-kit';
18
18
  import 'vue-color-kit/dist/vue-color-kit.css';
19
19
  import 'inl-card/dist/style.css';
20
20
 
21
- var version = "0.0.46";
21
+ var version = "0.0.48";
22
22
 
23
23
  const config$1 = {
24
24
  prefix: "inl"
@@ -6680,7 +6680,6 @@ const LayoutNav = defineComponent({
6680
6680
  "onUpdate:selectedKeys": $event => state.selectedKeys = $event
6681
6681
  }, _isSlot$19(_slot = props.menu.map(item => createVNode(resolveComponent("a-menu-item"), {
6682
6682
  "class": "flex-center",
6683
- "style": "display: flex",
6684
6683
  "key": item.code,
6685
6684
  "title": item.name,
6686
6685
  "onClick": () => jump2Menu(item)