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

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.
@@ -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.28",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "tags": [