@uxda/appkit 4.1.0 → 4.1.4

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
@@ -5719,6 +5719,7 @@ var script$8 = /* @__PURE__ */ defineComponent({
5719
5719
  createElementVNode("div", _hoisted_22, [
5720
5720
  createVNode(_component_nut_button, {
5721
5721
  class: "user-info-ft-btn",
5722
+ style: { "width": "100%" },
5722
5723
  onClick: toLogout,
5723
5724
  plain: "",
5724
5725
  type: "primary"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "4.1.0",
3
+ "version": "4.1.4",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -110,7 +110,12 @@
110
110
  </div>
111
111
 
112
112
  <div class="user-info-ft">
113
- <nut-button class="user-info-ft-btn" @click="toLogout" plain type="primary"
113
+ <nut-button
114
+ class="user-info-ft-btn"
115
+ style="width: 100%"
116
+ @click="toLogout"
117
+ plain
118
+ type="primary"
114
119
  >退出登录</nut-button
115
120
  >
116
121
  </div>