@lambo-design/detail-table 1.0.0-beta.7 → 1.0.0-beta.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.
package/package.json
CHANGED
|
@@ -106,9 +106,14 @@
|
|
|
106
106
|
//border-right: 1px solid hsv(0, 0, 91%); ;
|
|
107
107
|
border: 1px solid #cacacbff; ;
|
|
108
108
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
109
|
+
&:last-child {
|
|
110
|
+
border-bottom: none;
|
|
111
|
+
border-right: none;
|
|
112
|
+
}
|
|
113
|
+
&:first-child {
|
|
114
|
+
border-top: none;
|
|
115
|
+
border-left: none;
|
|
116
|
+
}
|
|
112
117
|
}
|
|
113
118
|
|
|
114
119
|
.@{descriptions-prefix-cls}-item-label {
|
|
@@ -120,7 +125,7 @@
|
|
|
120
125
|
|
|
121
126
|
.@{descriptions-prefix-cls}-row {
|
|
122
127
|
//border-bottom: 1px solid hsv(0, 0, 91%);
|
|
123
|
-
border
|
|
128
|
+
border: 1px solid #cacacbff; ;
|
|
124
129
|
//border-bottom: 1px solid #e6e6e7; ;
|
|
125
130
|
//&:last-child {
|
|
126
131
|
// border-bottom: none;
|