通过属性data-prompt-position设置每个提示信息的详细位置及偏移。
data-prompt-position
自定义提示信息的位置,可设置为:"topRight","bottomLeft","centerRight","bottomRight","inline"。
"topRight"
"bottomLeft"
"centerRight"
"bottomRight"
"inline"
可设置更具体的位置,格式为:"方向: X偏移值, Y偏移值"。如:data-prompt-position="bottomLeft:-20,5"。
data-prompt-position="bottomLeft:-20,5"