@nutui/nutui 4.0.3-beta.2 → 4.0.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.
@@ -104,7 +104,7 @@ const _sfc_main = create({
104
104
  return [];
105
105
  data.forEach((item) => {
106
106
  if (!item.title) {
107
- console.error("[NutUI] <Address> 请检查数组选项的 title 值是否有设置 ,title 为必填项 .");
107
+ console.warn("[NutUI] <Address> 请检查数组选项的 title 值是否有设置 ,title 为必填项 .");
108
108
  return;
109
109
  }
110
110
  });
@@ -1,4 +1,4 @@
1
- import { ref, reactive, computed, watch, nextTick, toRefs, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createBlock, createCommentVNode, toDisplayString, renderSlot } from "vue";
1
+ import { ref, reactive, computed, watch, toRefs, nextTick, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createBlock, createCommentVNode, toDisplayString, renderSlot } from "vue";
2
2
  import { c as createComponent, l as getScrollTopRoot } from "./component-81a4c1d0.js";
3
3
  import { u as useTouch } from "./index-7a7385e4.js";
4
4
  import { p as pxCheck } from "./pxCheck-c6b9f6b7.js";
@@ -151,7 +151,6 @@ const _sfc_main = create({
151
151
  (val) => {
152
152
  if (val) {
153
153
  setPullStatus(+props.headHeight, true);
154
- nextTick(() => emit("refresh"));
155
154
  } else {
156
155
  setPullStatus(0);
157
156
  }
@@ -1,3 +1,11 @@
1
+ .nut-theme-dark {
2
+ .nut-dialog {
3
+ &__header {
4
+ color: $dark-color3;
5
+ }
6
+ }
7
+ }
8
+
1
9
  .nut-dialog {
2
10
  display: flex;
3
11
  flex-direction: column;
@@ -35,6 +35,12 @@
35
35
  padding: 10px 0 !important;
36
36
  width: $tabs-vertical-titles-width;
37
37
  flex-shrink: 0;
38
+ .nut-tabs__list {
39
+ width: 100%;
40
+ display: flex;
41
+ flex-direction: column;
42
+ flex-shrink: 0;
43
+ }
38
44
  &.scrollable {
39
45
  overflow-x: hidden;
40
46
  overflow-y: auto;
@@ -92,6 +98,12 @@
92
98
  background: $tabs-titles-background-color;
93
99
  border-radius: $tabs-titles-border-radius;
94
100
  flex-shrink: 0;
101
+ .nut-tabs__list {
102
+ width: 100%;
103
+ height: $tabs-horizontal-titles-height;
104
+ display: flex;
105
+ flex-shrink: 0;
106
+ }
95
107
  &.large {
96
108
  .nut-tabs__titles-item {
97
109
  font-size: $tabs-titles-item-large-font-size;
@@ -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.3-beta.2",
5
+ "version": "4.0.4",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "tags": [