@lambo-design/detail-table 1.0.0-beta.3 → 1.0.0-beta.4

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