zhangqian
2023-06-20 a541906d9d6510d493292fae704fe80cc5e8d0ce
force-app/main/default/pages/RentalFixtureSetSelect.page
@@ -97,8 +97,11 @@
                      $td.find("input[type=text]").attr('disabled',true);
                  });
              } else {
                  j$(this).append('<input type="button" style="width: auto;" class="inc btn" value="+" /><input type="button" style="width: auto;" class="dec btn" value="-" />');
              }
                // 20230614 ljh lightning start
                //   j$(this).append('<input type="button" style="width: auto;" class="inc btn" value="+" /><input type="button" style="width: auto;" class="dec btn" value="-" />');
                  j$(this).append('<input type="button" style="width:1.5rem;line-height:1.5rem;" class="inc btn" value="+" /><input type="button" style="width:1.5rem;line-height: 1.5rem;" class="dec btn" value="-" />');
                // 20230614 ljh lightning end
                }
          });
          j$(".dataCellBorder1.col_Rental_Num__c input[type=button]").on("click", function(index) {
              var $button = j$(this);