微件

TierListMaker:修订间差异

来自卡厄思梦境WIKI

律Rhyme留言 | 贡献
无编辑摘要
律Rhyme留言 | 贡献
无编辑摘要
第547行: 第547行:
             newRow.innerHTML = `
             newRow.innerHTML = `
                 <th style="width: 100px; background-color: #9e9e9e; color: white; font-size: 20px; text-align: center" class="tier-header" data-tier="${tierName}">${tierName}</th>
                 <th style="width: 100px; background-color: #9e9e9e; color: white; font-size: 20px; text-align: center" class="tier-header" data-tier="${tierName}">${tierName}</th>
                 <td style="padding: 10px; min-height: 120px;" class="tier-row" data-tier="${tierName}"></td>
                 <td class="tier-row" data-tier="${tierName}"></td>
             `;
             `;
              
              
第689行: 第689行:
                         newRow.innerHTML = `
                         newRow.innerHTML = `
                             <th style="width: 100px; background-color: ${savedRow.bgColor}; color: white; font-size: 20px; text-align: center" class="tier-header" data-tier="${savedRow.name}">${savedRow.name}</th>
                             <th style="width: 100px; background-color: ${savedRow.bgColor}; color: white; font-size: 20px; text-align: center" class="tier-header" data-tier="${savedRow.name}">${savedRow.name}</th>
                             <td style="padding: 10px; min-height: 120px;" class="tier-row" data-tier="${savedRow.name}"></td>
                             <td class="tier-row" data-tier="${savedRow.name}"></td>
                         `;
                         `;
                         tbody.appendChild(newRow);
                         tbody.appendChild(newRow);

2025年10月20日 (一) 21:36的版本