@fangzhongya/fang-ui 0.1.7 → 0.1.9

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.
@@ -14,7 +14,10 @@
14
14
 
15
15
  .no-data {
16
16
  text-align: center;
17
- display: inline-flex;
17
+ display: flex;
18
+ width: 100%;
19
+ min-height: 70px;
20
+ height: 100%;
18
21
  align-items: center;
19
22
  justify-content: center;
20
23
  color: #999;
@@ -3,7 +3,10 @@
3
3
  $no-data: 'no-data';
4
4
  @include b($no-data) {
5
5
  text-align: center;
6
- display: inline-flex;
6
+ display: flex;
7
+ width: 100%;
8
+ min-height: 70px;
9
+ height: 100%;
7
10
  align-items: center;
8
11
  justify-content: center;
9
12
  color: #999;
@@ -140,7 +140,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
140
140
  ref_key: "tableRef",
141
141
  ref: tableRef,
142
142
  class: [vue.unref(cs).z("table"), vue.unref(cs).is("absolute", props.adaptive)],
143
- height: props.maxHeight ? "" : props.height,
143
+ height: props.maxHeight ? void 0 : props.height,
144
144
  "max-height": props.maxHeight,
145
145
  "scroll-selector": ".el-scrollbar .el-scrollbar__wrap",
146
146
  "row-style": rowStyle.value,
@@ -138,7 +138,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
138
138
  ref_key: "tableRef",
139
139
  ref: tableRef,
140
140
  class: [unref(cs).z("table"), unref(cs).is("absolute", props.adaptive)],
141
- height: props.maxHeight ? "" : props.height,
141
+ height: props.maxHeight ? void 0 : props.height,
142
142
  "max-height": props.maxHeight,
143
143
  "scroll-selector": ".el-scrollbar .el-scrollbar__wrap",
144
144
  "row-style": rowStyle.value,
@@ -787,7 +787,10 @@
787
787
 
788
788
  .no-data {
789
789
  text-align: center;
790
- display: inline-flex;
790
+ display: flex;
791
+ width: 100%;
792
+ min-height: 70px;
793
+ height: 100%;
791
794
  align-items: center;
792
795
  justify-content: center;
793
796
  color: #999;
@@ -14,7 +14,10 @@
14
14
 
15
15
  .no-data {
16
16
  text-align: center;
17
- display: inline-flex;
17
+ display: flex;
18
+ width: 100%;
19
+ min-height: 70px;
20
+ height: 100%;
18
21
  align-items: center;
19
22
  justify-content: center;
20
23
  color: #999;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1762573604669,
4
+ "lastModified": 1762575116307,
5
5
  "icons": {
6
6
  "bar": {
7
7
  "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
package/dist/index.css CHANGED
@@ -787,7 +787,10 @@
787
787
 
788
788
  .no-data {
789
789
  text-align: center;
790
- display: inline-flex;
790
+ display: flex;
791
+ width: 100%;
792
+ min-height: 70px;
793
+ height: 100%;
791
794
  align-items: center;
792
795
  justify-content: center;
793
796
  color: #999;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.1.7",
4
+ "version": "0.1.9",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -50,11 +50,11 @@
50
50
  "vuedraggable": "4.1.0",
51
51
  "vxe-table": "4.17.10",
52
52
  "@fang-ui/components": "0.0.1-0",
53
- "@fang-ui/directives": "0.0.1-0",
54
53
  "@fang-ui/hooks": "0.0.1-0",
54
+ "@fang-ui/directives": "0.0.1-0",
55
55
  "@fang-ui/icons": "0.0.1-0",
56
- "@fang-ui/locale": "0.0.1-0",
57
56
  "@fang-ui/utils": "0.0.1-0",
57
+ "@fang-ui/locale": "0.0.1-0",
58
58
  "@fang-ui/types": "0.0.1-0",
59
59
  "@fang-ui/theme": "0.0.1-0"
60
60
  },
File without changes
File without changes