@zgfe/modules-dm 1.0.56-zhongyuan.27 → 1.0.56-zhongyuan.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.
@@ -1,50 +1,50 @@
1
- .dataReal {
2
- height: 100%;
3
- padding: 24px;
4
- background: #fff;
5
- border-radius: 8px;
6
- }
7
- .dataReal_search {
8
- display: grid;
9
- grid-template-columns: 1fr 100px;
10
- padding: 0px 0px 16px;
11
- border-bottom: 1px solid #f2f3f4;
12
- }
13
- .dataReal_table {
14
- margin: 16px 0px;
15
- }
16
- .dataReal_table_tip {
17
- margin: 0px 0px 16px;
18
- color: #021429;
19
- font-weight: bold;
20
- }
21
- .dataReal_table_tip span {
22
- margin: 0px 0px 0px 6px;
23
- color: #67727f;
24
- font-weight: 400;
25
- }
26
- .dataReal-infoData {
27
- display: flex;
28
- flex-wrap: wrap;
29
- line-height: 26px;
30
- white-space: normal;
31
- /* 保留空白符序列,但是正常换行 */
32
- word-break: break-all;
33
- /* 允许在单词内换行 */
34
- }
35
- .dataReal-infoData-title {
36
- display: inline-block;
37
- color: #007eff;
38
- }
39
- .dataReal-infoData-item {
40
- margin-right: 8px;
41
- }
42
- .dataReal-infoData-value {
43
- color: #1baf3b;
44
- }
45
- .dataReal-canvasEmpty {
46
- position: absolute;
47
- bottom: 260px;
48
- left: 50%;
49
- transform: translateX(-50%);
50
- }
1
+ .dataReal {
2
+ height: 100%;
3
+ padding: 24px;
4
+ background: #fff;
5
+ border-radius: 8px;
6
+ }
7
+ .dataReal_search {
8
+ display: grid;
9
+ grid-template-columns: 1fr 100px;
10
+ padding: 0px 0px 16px;
11
+ border-bottom: 1px solid #f2f3f4;
12
+ }
13
+ .dataReal_table {
14
+ margin: 16px 0px;
15
+ }
16
+ .dataReal_table_tip {
17
+ margin: 0px 0px 16px;
18
+ color: #021429;
19
+ font-weight: bold;
20
+ }
21
+ .dataReal_table_tip span {
22
+ margin: 0px 0px 0px 6px;
23
+ color: #67727f;
24
+ font-weight: 400;
25
+ }
26
+ .dataReal-infoData {
27
+ display: flex;
28
+ flex-wrap: wrap;
29
+ line-height: 26px;
30
+ white-space: normal;
31
+ /* 保留空白符序列,但是正常换行 */
32
+ word-break: break-all;
33
+ /* 允许在单词内换行 */
34
+ }
35
+ .dataReal-infoData-title {
36
+ display: inline-block;
37
+ color: #007eff;
38
+ }
39
+ .dataReal-infoData-item {
40
+ margin-right: 8px;
41
+ }
42
+ .dataReal-infoData-value {
43
+ color: #1baf3b;
44
+ }
45
+ .dataReal-canvasEmpty {
46
+ position: absolute;
47
+ bottom: 260px;
48
+ left: 50%;
49
+ transform: translateX(-50%);
50
+ }
@@ -1,53 +1,53 @@
1
- .dataReal {
2
- height: 100%;
3
- padding: 24px;
4
- background: #fff;
5
- border-radius: 8px;
6
- border-radius: 8px;
7
- &_search {
8
- display: grid;
9
- grid-template-columns: 1fr 100px;
10
- padding: 0px 0px 16px;
11
- border-bottom: 1px solid #f2f3f4;
12
- }
13
- &_table {
14
- margin: 16px 0px;
15
- &_tip {
16
- margin: 0px 0px 16px;
17
- color: #021429;
18
- font-weight: bold;
19
- span {
20
- margin: 0px 0px 0px 6px;
21
- color: #67727f;
22
- font-weight: 400;
23
- }
24
- }
25
- }
26
- }
27
- .dataReal-infoData {
28
- display: flex;
29
- flex-wrap: wrap;
30
- line-height: 26px;
31
- white-space: normal; /* 保留空白符序列,但是正常换行 */
32
- word-break: break-all; /* 允许在单词内换行 */
33
- }
34
- .dataReal-infoData-title {
35
- display: inline-block;
36
- color: #007eff;
37
- }
38
- .dataReal-infoData-item {
39
- margin-right: 8px;
40
- }
41
- .dataReal-infoData-value {
42
- color: #1baf3b;
43
- }
44
- .dataReal-canvasEmpty {
45
- position: absolute;
46
- bottom: 260px;
47
- left: 50%;
48
- transform: translateX(-50%);
49
- }
50
- // .defineTooltip{
51
- // color: #1baf3b;
52
- // background-color: white;
53
- // }
1
+ .dataReal {
2
+ height: 100%;
3
+ padding: 24px;
4
+ background: #fff;
5
+ border-radius: 8px;
6
+ border-radius: 8px;
7
+ &_search {
8
+ display: grid;
9
+ grid-template-columns: 1fr 100px;
10
+ padding: 0px 0px 16px;
11
+ border-bottom: 1px solid #f2f3f4;
12
+ }
13
+ &_table {
14
+ margin: 16px 0px;
15
+ &_tip {
16
+ margin: 0px 0px 16px;
17
+ color: #021429;
18
+ font-weight: bold;
19
+ span {
20
+ margin: 0px 0px 0px 6px;
21
+ color: #67727f;
22
+ font-weight: 400;
23
+ }
24
+ }
25
+ }
26
+ }
27
+ .dataReal-infoData {
28
+ display: flex;
29
+ flex-wrap: wrap;
30
+ line-height: 26px;
31
+ white-space: normal; /* 保留空白符序列,但是正常换行 */
32
+ word-break: break-all; /* 允许在单词内换行 */
33
+ }
34
+ .dataReal-infoData-title {
35
+ display: inline-block;
36
+ color: #007eff;
37
+ }
38
+ .dataReal-infoData-item {
39
+ margin-right: 8px;
40
+ }
41
+ .dataReal-infoData-value {
42
+ color: #1baf3b;
43
+ }
44
+ .dataReal-canvasEmpty {
45
+ position: absolute;
46
+ bottom: 260px;
47
+ left: 50%;
48
+ transform: translateX(-50%);
49
+ }
50
+ // .defineTooltip{
51
+ // color: #1baf3b;
52
+ // background-color: white;
53
+ // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.56-zhongyuan.27",
3
+ "version": "1.0.56-zhongyuan.28",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "umi-request": "^1.4.0",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "4edf2c27ac29a072a6716a3cadf213fce95ff464",
60
+ "gitHead": "8a3b893de0f19350289596549b66d86fc65af1af",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }