input组件中框获取鼠标右击坐标并插入文本

.hws-right-menu {

    position: fixed;

    left: 0;

    top: 0;

    height: auto;

    max-height: 200px;

    min-width: 210px;

    background-color: white;

    box-shadow: 2px 5px 6px #c2c1c2;

    display: block;

    border-radius: 2px;

    overflow-y: auto;

    border: 1px solid lightgrey;

  }

你可能感兴趣的:(input组件中框获取鼠标右击坐标并插入文本)