@zhenliang/sheet 0.1.71 → 0.1.72-beta.1

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.
@@ -96,7 +96,7 @@ span.harvest-sheet-container:focus {
96
96
  width: calc(100% + 1px);
97
97
  height: calc(100% + 2px);
98
98
  border-top: 1px solid;
99
- border-bottom: 1px solid;
99
+ // border-bottom: 1px solid;
100
100
  border-right: 1px solid;
101
101
  border-color: var(--cell-border-color);
102
102
  content: '';
@@ -183,6 +183,12 @@ span.harvest-sheet-container:focus {
183
183
  }
184
184
  &.sheet-row-cursor {
185
185
  border: none;
186
+ &::after {
187
+ content: none !important;
188
+ }
189
+ &::before {
190
+ content: none !important;
191
+ }
186
192
  }
187
193
  // position: relative !important;
188
194
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhenliang/sheet",
3
- "version": "0.1.71",
3
+ "version": "0.1.72-beta.1",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",