@lambo-design/detail-table 1.0.0-beta.5 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/detail-table",
3
- "version": "1.0.0-beta.5",
3
+ "version": "1.0.0-beta.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -119,8 +119,9 @@
119
119
  }
120
120
 
121
121
  .@{descriptions-prefix-cls}-row {
122
- border-bottom: 1px solid hsv(0, 0, 91%);
123
- //border-bottom: 1px solid #cacacbff; ;
122
+ //border-bottom: 1px solid hsv(0, 0, 91%);
123
+ border-bottom: 1px solid #cacacbff; ;
124
+ //border-bottom: 1px solid #e6e6e7; ;
124
125
  &:last-child {
125
126
  border-bottom: none;
126
127
  }