eoss-ui 0.7.51 → 0.7.52

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.
@@ -235,18 +235,22 @@
235
235
  th {
236
236
  background-color: #fff;
237
237
  border-color: #cdd9e4;
238
- &:not(.gutter) {
239
- border-right-color: transparent;
240
- }
241
238
  }
242
239
  }
243
- .es-table {
240
+ .es-table:not(.el-table--border) {
244
241
  border-color: transparent;
245
242
  &::before {
246
243
  background-color: #cdd9e4;
247
244
  }
248
- td {
245
+ &::after {
246
+ background-color: transparent;
247
+ }
248
+ td,
249
+ th {
249
250
  border-color: #cdd9e4;
251
+ &:not(.gutter) {
252
+ border-right-color: transparent;
253
+ }
250
254
  }
251
255
  .cell {
252
256
  min-height: 35px;
package/src/index.js CHANGED
@@ -125,7 +125,7 @@ if (typeof window !== 'undefined' && window.Vue) {
125
125
  }
126
126
 
127
127
  export default {
128
- version: '0.7.51',
128
+ version: '0.7.52',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,