@lambo-design/detail-table 1.0.0-beta.3 → 1.0.0-beta.5
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,7 +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
|
|
107
|
+
border: 1px solid #cacacbff; ;
|
|
108
108
|
|
|
109
109
|
&:last-child {
|
|
110
110
|
border-right: none;
|
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
|
|
121
121
|
.@{descriptions-prefix-cls}-row {
|
|
122
122
|
border-bottom: 1px solid hsv(0, 0, 91%);
|
|
123
|
+
//border-bottom: 1px solid #cacacbff; ;
|
|
123
124
|
&:last-child {
|
|
124
125
|
border-bottom: none;
|
|
125
126
|
}
|