bkui-vue 0.0.1-beta.395 → 0.0.1-beta.396

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.esm.js CHANGED
@@ -26435,7 +26435,7 @@ var TimeRangePanel = defineComponent({
26435
26435
  width: `${this.width * 2}px`
26436
26436
  }
26437
26437
  }, [createVNode("div", {
26438
- "class": [resolveClassName("picker-panel-content", resolveClassName("picker-panel-content-left"))],
26438
+ "class": [resolveClassName("picker-panel-content"), resolveClassName("picker-panel-content-left")],
26439
26439
  "style": {
26440
26440
  width: `${this.width}px`
26441
26441
  }