linkmore-design 1.0.39 → 1.0.40

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.
@@ -5,6 +5,7 @@
5
5
  align-items: center;
6
6
  justify-content: center;
7
7
  vertical-align: middle;
8
+ box-shadow: none;
8
9
  }
9
10
  .ant-btn.lm-button .anticon {
10
11
  font-size: 12px;
@@ -14,6 +15,7 @@
14
15
  margin-left: 4px;
15
16
  overflow: hidden;
16
17
  white-space: nowrap;
18
+ max-width: 96px;
17
19
  }
18
20
  .ant-btn.lm-button > span:not(.anticon) {
19
21
  display: inline-block;
@@ -31,6 +33,7 @@
31
33
  .ant-btn.lm-button > span:not(.anticon) {
32
34
  font-size: 12px;
33
35
  line-height: 20px;
36
+ max-width: 96px;
34
37
  }
35
38
  .ant-btn.lm-button-small {
36
39
  height: 24px;
@@ -44,7 +47,7 @@
44
47
  .ant-btn.lm-button-middle {
45
48
  height: 32px;
46
49
  padding: 6px 12px;
47
- max-width: 120px;
50
+ max-width: 142px;
48
51
  }
49
52
  .ant-btn.lm-button-middle .anticon {
50
53
  font-size: 16px;
@@ -507,8 +507,8 @@ html {
507
507
  display: flex;
508
508
  flex-wrap: wrap;
509
509
  font-size: 12px;
510
- gap: 8px;
511
- margin-bottom: 8px;
510
+ gap: 12px;
511
+ margin-bottom: 12px;
512
512
  }
513
513
  .lm_filter_base .filter_custom {
514
514
  display: inline-flex;
@@ -506,7 +506,7 @@ html {
506
506
  .lm_grid_tree {
507
507
  position: relative;
508
508
  font-size: 12px;
509
- height: calc(100% - 36px);
509
+ height: calc(100% - 39px);
510
510
  width: 168px;
511
511
  border: 1px solid var(--line-color);
512
512
  transition: all 0.3s;
@@ -5,6 +5,7 @@
5
5
  align-items: center;
6
6
  justify-content: center;
7
7
  vertical-align: middle;
8
+ box-shadow: none;
8
9
  }
9
10
  .ant-btn.lm-button .anticon {
10
11
  font-size: 12px;
@@ -14,6 +15,7 @@
14
15
  margin-left: 4px;
15
16
  overflow: hidden;
16
17
  white-space: nowrap;
18
+ max-width: 96px;
17
19
  }
18
20
  .ant-btn.lm-button > span:not(.anticon) {
19
21
  display: inline-block;
@@ -31,6 +33,7 @@
31
33
  .ant-btn.lm-button > span:not(.anticon) {
32
34
  font-size: 12px;
33
35
  line-height: 20px;
36
+ max-width: 96px;
34
37
  }
35
38
  .ant-btn.lm-button-small {
36
39
  height: 24px;
@@ -44,7 +47,7 @@
44
47
  .ant-btn.lm-button-middle {
45
48
  height: 32px;
46
49
  padding: 6px 12px;
47
- max-width: 120px;
50
+ max-width: 142px;
48
51
  }
49
52
  .ant-btn.lm-button-middle .anticon {
50
53
  font-size: 16px;
@@ -507,8 +507,8 @@ html {
507
507
  display: flex;
508
508
  flex-wrap: wrap;
509
509
  font-size: 12px;
510
- gap: 8px;
511
- margin-bottom: 8px;
510
+ gap: 12px;
511
+ margin-bottom: 12px;
512
512
  }
513
513
  .lm_filter_base .filter_custom {
514
514
  display: inline-flex;
@@ -506,7 +506,7 @@ html {
506
506
  .lm_grid_tree {
507
507
  position: relative;
508
508
  font-size: 12px;
509
- height: calc(100% - 36px);
509
+ height: calc(100% - 39px);
510
510
  width: 168px;
511
511
  border: 1px solid var(--line-color);
512
512
  transition: all 0.3s;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkmore-design",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "author": {
5
5
  "name": "nowthen",
6
6
  "email": "rnlvwyx@gmail.com"