@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/detail-table",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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-right: 1px solid #cacacbff; ;
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
  }