@lambo-design/detail-table 1.0.0-beta.5 → 1.0.0-beta.7
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,9 @@
|
|
|
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-right: none;
|
|
111
|
+
//}
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
.@{descriptions-prefix-cls}-item-label {
|
|
@@ -119,11 +119,12 @@
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.@{descriptions-prefix-cls}-row {
|
|
122
|
-
border-bottom: 1px solid hsv(0, 0, 91%);
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
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
|
+
//}
|
|
127
128
|
}
|
|
128
129
|
|
|
129
130
|
&.@{descriptions-prefix-cls}-middle {
|