@nutui/nutui 4.0.0-beta.27 → 4.0.0-beta.29

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.
@@ -97,6 +97,7 @@ const _sfc_main = create({
97
97
  const calcEllipse = () => {
98
98
  if (container.offsetHeight <= maxHeight) {
99
99
  state.exceeded = false;
100
+ document.body.removeChild(container);
100
101
  } else {
101
102
  state.exceeded = true;
102
103
  const end = props.content.length;
@@ -210,6 +210,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
210
210
  class: normalizeClass(["nut-searchbar__input-inner", _ctx.$slots.rightin && "nut-searchbar__input-inner-absolute"])
211
211
  }, [
212
212
  createElementVNode("form", {
213
+ class: "nut-searchbar__input-form",
213
214
  action: "#",
214
215
  onSubmit: _cache[5] || (_cache[5] = withModifiers((...args) => _ctx.handleSubmit && _ctx.handleSubmit(...args), ["prevent"]))
215
216
  }, [
@@ -58,7 +58,7 @@
58
58
  > taro-form-core {
59
59
  width: 100%;
60
60
  }
61
- form {
61
+ .nut-searchbar__input-form {
62
62
  // display: flex;
63
63
  // align-items: center;
64
64
  // width: 100%;
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "NutUI",
5
- "version": "4.0.0-beta.27",
5
+ "version": "4.0.0-beta.29",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "tags": [