@lambo-design/detail-table 1.0.0-beta.2 → 1.0.0-beta.3
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
|
@@ -103,7 +103,8 @@
|
|
|
103
103
|
.@{descriptions-prefix-cls}-item-label,
|
|
104
104
|
.@{descriptions-prefix-cls}-item-content {
|
|
105
105
|
padding: @descriptions-default-padding;
|
|
106
|
-
border-right: 1px solid hsv(0, 0, 91%); ;
|
|
106
|
+
//border-right: 1px solid hsv(0, 0, 91%); ;
|
|
107
|
+
border-right: 1px solid #cacacbff; ;
|
|
107
108
|
|
|
108
109
|
&:last-child {
|
|
109
110
|
border-right: none;
|
|
@@ -111,7 +112,7 @@
|
|
|
111
112
|
}
|
|
112
113
|
|
|
113
114
|
.@{descriptions-prefix-cls}-item-label {
|
|
114
|
-
background-color: #
|
|
115
|
+
background-color: #f0f0f1ff;
|
|
115
116
|
&::after {
|
|
116
117
|
display: none;
|
|
117
118
|
}
|