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

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.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -106,9 +106,9 @@
106
106
  //border-right: 1px solid hsv(0, 0, 91%); ;
107
107
  border: 1px solid #cacacbff; ;
108
108
 
109
- &:last-child {
110
- border-right: none;
111
- }
109
+ //&:last-child {
110
+ // border-right: none;
111
+ //}
112
112
  }
113
113
 
114
114
  .@{descriptions-prefix-cls}-item-label {
@@ -122,9 +122,9 @@
122
122
  //border-bottom: 1px solid hsv(0, 0, 91%);
123
123
  border-bottom: 1px solid #cacacbff; ;
124
124
  //border-bottom: 1px solid #e6e6e7; ;
125
- &:last-child {
126
- border-bottom: none;
127
- }
125
+ //&:last-child {
126
+ // border-bottom: none;
127
+ //}
128
128
  }
129
129
 
130
130
  &.@{descriptions-prefix-cls}-middle {