架构总图链接位置
This commit is contained in:
parent
5f72f8c94f
commit
0942aa6758
@ -5489,7 +5489,7 @@ var Designer = {
|
||||
//图形的链接
|
||||
o.find(".shape_link_point").remove();
|
||||
if (q.link) {
|
||||
var y = $("<div class='shape_link_point' style='cursor: pointer; position: absolute; right: -14px; bottom: -0px; width: 10px; height: 10px; color: #515151;'>" +
|
||||
var y = $("<div class='shape_link_point' style='cursor: pointer; position: absolute; right: 20px; bottom: 20px; width: 10px; height: 10px; color: #515151;'>" +
|
||||
"<i class='awsui-iconfont' awsui-qtip='链接' style='cursor: pointer; font-size: 13px;'></i>" +
|
||||
"</div>").appendTo(o);
|
||||
y.on("mousedown.link",
|
||||
|
||||
@ -5485,7 +5485,7 @@ var Designer = {
|
||||
//图形的链接
|
||||
o.find(".shape_link_point").remove();
|
||||
if (q.link) {
|
||||
var y = $("<div class='shape_link_point' style='cursor: pointer; position: absolute; right: 20px; bottom: 20px; width: 10px; height: 10px; color: #515151;'>" +
|
||||
var y = $("<div class='shape_link_point' style='cursor: pointer; position: absolute; right: -14px; bottom: -0px; width: 10px; height: 10px; color: #515151;'>" +
|
||||
"<i class='awsui-iconfont' awsui-qtip='链接' style='cursor: pointer; font-size: 13px;'></i>" +
|
||||
"</div>").appendTo(o);
|
||||
y.on("mousedown.link",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user