@lambo-design/pro-layout 1.0.0-beta.11 → 1.0.0-beta.12

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/pro-layout",
3
- "version": "1.0.0-beta.11",
3
+ "version": "1.0.0-beta.12",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -238,7 +238,7 @@ export default {
238
238
  this.visible = true
239
239
  const offsetLeft = this.$el.getBoundingClientRect().left
240
240
  this.contextMenuLeft = e.clientX - offsetLeft + 10
241
- this.contextMenuTop = e.clientY - 114
241
+ this.contextMenuTop = e.clientY - 54
242
242
  },
243
243
  closeMenu() {
244
244
  this.visible = false
@@ -368,6 +368,7 @@ export default {
368
368
  margin: 0;
369
369
  padding: 5px 15px;
370
370
  cursor: pointer;
371
+ line-height: 18px;
371
372
 
372
373
  &:hover {
373
374
  background: #eee;