@lambo-design/detail-table 1.0.0-beta.6 → 1.0.0-beta.8

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.6",
3
+ "version": "1.0.0-beta.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -107,8 +107,13 @@
107
107
  border: 1px solid #cacacbff; ;
108
108
 
109
109
  &:last-child {
110
+ border-bottom: none;
110
111
  border-right: none;
111
112
  }
113
+ &:first-child {
114
+ border-top: none;
115
+ border-left: none;
116
+ }
112
117
  }
113
118
 
114
119
  .@{descriptions-prefix-cls}-item-label {
@@ -120,11 +125,11 @@
120
125
 
121
126
  .@{descriptions-prefix-cls}-row {
122
127
  //border-bottom: 1px solid hsv(0, 0, 91%);
123
- border-bottom: 1px solid #cacacbff; ;
128
+ border: 1px solid #cacacbff; ;
124
129
  //border-bottom: 1px solid #e6e6e7; ;
125
- &:last-child {
126
- border-bottom: none;
127
- }
130
+ //&:last-child {
131
+ // border-bottom: none;
132
+ //}
128
133
  }
129
134
 
130
135
  &.@{descriptions-prefix-cls}-middle {