@lambo-design/detail-table 1.0.0-beta.27 → 1.0.0-beta.28
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lambo-design/detail-table",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.28",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "lambo",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@lambo-design/core": "^4.7.1-beta.141",
|
|
14
|
-
"@lambo-design/shared": "^1.0.0-beta.
|
|
14
|
+
"@lambo-design/shared": "^1.0.0-beta.210"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"release": "pnpm release-beta && git push --follow-tags && pnpm re-publish",
|
|
@@ -106,8 +106,8 @@
|
|
|
106
106
|
.@{descriptions-prefix-cls}-item-label,
|
|
107
107
|
.@{descriptions-prefix-cls}-item-content {
|
|
108
108
|
padding: @descriptions-default-padding;
|
|
109
|
-
border: 1px solid var(--border-color-base,@_border-color-base);
|
|
110
|
-
background-color: var(--form-item-detail-bg-color,@_form-
|
|
109
|
+
border: 1px solid var(--border-color-base,@_border-color-base);
|
|
110
|
+
background-color: var(--form-item-detail-bg-color,@_form-item-detail-bg-color);
|
|
111
111
|
&:last-child {
|
|
112
112
|
border-right: none;
|
|
113
113
|
}
|