@lambo-design/detail-table 1.0.0-beta.2 → 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.2",
3
+ "version": "1.0.0-beta.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -103,7 +103,10 @@
103
103
  .@{descriptions-prefix-cls}-item-label,
104
104
  .@{descriptions-prefix-cls}-item-content {
105
105
  padding: @descriptions-default-padding;
106
- border-right: 1px solid hsv(0, 0, 91%); ;
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
110
 
108
111
  &:last-child {
109
112
  border-right: none;
@@ -111,14 +114,15 @@
111
114
  }
112
115
 
113
116
  .@{descriptions-prefix-cls}-item-label {
114
- background-color: #fafafa;
117
+ background-color: #f0f0f1ff;
115
118
  &::after {
116
119
  display: none;
117
120
  }
118
121
  }
119
122
 
120
123
  .@{descriptions-prefix-cls}-row {
121
- border-bottom: 1px solid hsv(0, 0, 91%);
124
+ //border-bottom: 1px solid hsv(0, 0, 91%);
125
+ border-bottom: 1px solid #cacacbff; ;
122
126
  &:last-child {
123
127
  border-bottom: none;
124
128
  }