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