@zhenliang/sheet 0.1.62 → 0.1.63

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.
@@ -56,7 +56,8 @@ var Sheet = function Sheet(props) {
56
56
  rowClassName = props.rowClassName,
57
57
  scroll = props.scroll,
58
58
  children = props.children,
59
- showBackEdit = props.showBackEdit,
59
+ _props$showBackEdit = props.showBackEdit,
60
+ showBackEdit = _props$showBackEdit === void 0 ? true : _props$showBackEdit,
60
61
  backEditStyle = props.backEditStyle,
61
62
  _props$boldScroll = props.boldScroll,
62
63
  boldScroll = _props$boldScroll === void 0 ? true : _props$boldScroll,
@@ -292,18 +292,18 @@ span.harvest-sheet-container:focus {
292
292
  }
293
293
 
294
294
  .harvest-sheet-control {
295
- z-index: 3;
296
- left: 0;
295
+ display: flex;
296
+ flex-direction: row-reverse;
297
297
  }
298
298
 
299
299
  .harvest-sheet-control .control {
300
- margin: 4px 1px 4px 0;
301
300
  display: flex;
302
301
  align-items: center;
303
302
  flex-direction: row;
304
303
  justify-content: flex-end;
305
- border-radius: 2px;
306
304
  height: 24px;
305
+ margin-left: 5px;
306
+ margin-top: 4px;
307
307
  .control-item {
308
308
  margin-right: 4px;
309
309
  &:last-child {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhenliang/sheet",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",