@lambo-design/detail-table 1.0.0-beta.10 → 1.0.0-beta.11
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
|
@@ -16,18 +16,17 @@
|
|
|
16
16
|
&-view {
|
|
17
17
|
width: 100%;
|
|
18
18
|
overflow: hidden;
|
|
19
|
-
border-radius: 4px;
|
|
20
19
|
table {
|
|
21
20
|
width: 100%;
|
|
22
21
|
table-layout: fixed;
|
|
23
|
-
|
|
22
|
+
border-collapse: collapse
|
|
24
23
|
}
|
|
25
24
|
}
|
|
26
25
|
|
|
27
26
|
&-row {
|
|
28
27
|
> th,
|
|
29
28
|
> td {
|
|
30
|
-
padding-bottom:
|
|
29
|
+
padding-bottom: 16px;
|
|
31
30
|
}
|
|
32
31
|
&:last-child {
|
|
33
32
|
border-bottom: none;
|
|
@@ -95,7 +94,6 @@
|
|
|
95
94
|
|
|
96
95
|
&-bordered {
|
|
97
96
|
.@{descriptions-prefix-cls}-view {
|
|
98
|
-
border: 1px solid hsv(0, 0, 91%);
|
|
99
97
|
> table {
|
|
100
98
|
table-layout: auto;
|
|
101
99
|
}
|
|
@@ -104,7 +102,6 @@
|
|
|
104
102
|
.@{descriptions-prefix-cls}-item-label,
|
|
105
103
|
.@{descriptions-prefix-cls}-item-content {
|
|
106
104
|
padding: @descriptions-default-padding;
|
|
107
|
-
//border-right: 1px solid hsv(0, 0, 91%); ;
|
|
108
105
|
border: 1px solid #cacacbff; ;
|
|
109
106
|
|
|
110
107
|
&:last-child {
|
|
@@ -120,11 +117,7 @@
|
|
|
120
117
|
}
|
|
121
118
|
|
|
122
119
|
.@{descriptions-prefix-cls}-row {
|
|
123
|
-
//border-bottom: 1px solid hsv(0, 0, 91%);
|
|
124
120
|
border: 1px solid #cacacbff; ;
|
|
125
|
-
//&:last-child {
|
|
126
|
-
// border-bottom: none;
|
|
127
|
-
//}
|
|
128
121
|
}
|
|
129
122
|
|
|
130
123
|
&.@{descriptions-prefix-cls}-middle {
|