@fangzhongya/fang-ui 0.1.7 → 0.1.8

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;
@@ -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": 1762573948625,
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.8",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -50,13 +50,13 @@
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/icons": "0.0.1-0",
53
54
  "@fang-ui/directives": "0.0.1-0",
54
55
  "@fang-ui/hooks": "0.0.1-0",
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",
58
- "@fang-ui/types": "0.0.1-0",
59
- "@fang-ui/theme": "0.0.1-0"
57
+ "@fang-ui/locale": "0.0.1-0",
58
+ "@fang-ui/theme": "0.0.1-0",
59
+ "@fang-ui/types": "0.0.1-0"
60
60
  },
61
61
  "main": "./dist/index.cjs",
62
62
  "module": "./dist/index.js",
File without changes