|
@@ -101,6 +101,7 @@ $("#linkTZJNR").click(function () {
|
|
|
$("#subItems").children().hide();
|
|
|
$("#tzjnrCon").show();
|
|
|
$("#add-rule").show();
|
|
|
+ $("#add-rule p").not(":first").css('margin-bottom', 4);
|
|
|
pageCCOprObj.active = true;
|
|
|
refreshSubSpread();
|
|
|
let selectedNode = projectObj.mainController.tree.selected;
|