@lambo-design/detail-table 1.0.0-beta.7 → 1.0.0-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/detail-table",
3
- "version": "1.0.0-beta.7",
3
+ "version": "1.0.0-beta.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,7 +1,8 @@
1
1
  @descriptions-prefix-cls: lambo-detail-table;
2
- @descriptions-default-padding: 16px 24px;
3
- @descriptions-middle-padding: 12px 24px;
4
- @descriptions-small-padding: 8px 16px;
2
+
3
+ @descriptions-default-padding: 16px 10px;
4
+ @descriptions-middle-padding: 12px 10px;
5
+ @descriptions-small-padding: 8px 5px;
5
6
 
6
7
  .@{descriptions-prefix-cls} {
7
8
  &-title {
@@ -15,18 +16,16 @@
15
16
  &-view {
16
17
  width: 100%;
17
18
  overflow: hidden;
18
- border-radius: 4px;
19
19
  table {
20
20
  width: 100%;
21
21
  table-layout: fixed;
22
- border-collapse: collapse
23
22
  }
24
23
  }
25
24
 
26
25
  &-row {
27
26
  > th,
28
27
  > td {
29
- padding-bottom: 16px;
28
+ padding-bottom: 15px;
30
29
  }
31
30
  &:last-child {
32
31
  border-bottom: none;
@@ -35,7 +34,7 @@
35
34
 
36
35
  &-item-label {
37
36
  color: fade(#000, 85%);
38
- font-weight: normal;
37
+ font-weight: 500;
39
38
  font-size: 14px;
40
39
  line-height: 1.5;
41
40
 
@@ -94,7 +93,7 @@
94
93
 
95
94
  &-bordered {
96
95
  .@{descriptions-prefix-cls}-view {
97
- border: 1px solid hsv(0, 0, 91%);
96
+ //border: 1px solid hsv(0, 0, 91%);
98
97
  > table {
99
98
  table-layout: auto;
100
99
  }
@@ -103,12 +102,11 @@
103
102
  .@{descriptions-prefix-cls}-item-label,
104
103
  .@{descriptions-prefix-cls}-item-content {
105
104
  padding: @descriptions-default-padding;
106
- //border-right: 1px solid hsv(0, 0, 91%); ;
107
105
  border: 1px solid #cacacbff; ;
108
106
 
109
- //&:last-child {
110
- // border-right: none;
111
- //}
107
+ &:last-child {
108
+ border-right: none;
109
+ }
112
110
  }
113
111
 
114
112
  .@{descriptions-prefix-cls}-item-label {
@@ -119,12 +117,7 @@
119
117
  }
120
118
 
121
119
  .@{descriptions-prefix-cls}-row {
122
- //border-bottom: 1px solid hsv(0, 0, 91%);
123
- border-bottom: 1px solid #cacacbff; ;
124
- //border-bottom: 1px solid #e6e6e7; ;
125
- //&:last-child {
126
- // border-bottom: none;
127
- //}
120
+ border: 1px solid #cacacbff; ;
128
121
  }
129
122
 
130
123
  &.@{descriptions-prefix-cls}-middle {