@lambo-design/detail-table 1.0.0-beta.4 → 1.0.0-beta.6
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
|
@@ -104,9 +104,7 @@
|
|
|
104
104
|
.@{descriptions-prefix-cls}-item-content {
|
|
105
105
|
padding: @descriptions-default-padding;
|
|
106
106
|
//border-right: 1px solid hsv(0, 0, 91%); ;
|
|
107
|
-
border
|
|
108
|
-
border-top: 1px solid #cacacbff; ;
|
|
109
|
-
border-left: 1px solid #cacacbff; ;
|
|
107
|
+
border: 1px solid #cacacbff; ;
|
|
110
108
|
|
|
111
109
|
&:last-child {
|
|
112
110
|
border-right: none;
|
|
@@ -123,6 +121,7 @@
|
|
|
123
121
|
.@{descriptions-prefix-cls}-row {
|
|
124
122
|
//border-bottom: 1px solid hsv(0, 0, 91%);
|
|
125
123
|
border-bottom: 1px solid #cacacbff; ;
|
|
124
|
+
//border-bottom: 1px solid #e6e6e7; ;
|
|
126
125
|
&:last-child {
|
|
127
126
|
border-bottom: none;
|
|
128
127
|
}
|