This commit is contained in:
Vanessa 2022-07-16 00:52:52 +08:00
parent d1b90e16ca
commit d1abd1c115

View file

@ -295,7 +295,7 @@ ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
<input class="fn__flex-center" type="checkbox"${this.selectIds.includes(item.oId) ? " checked" : ""}> <input class="fn__flex-center" type="checkbox"${this.selectIds.includes(item.oId) ? " checked" : ""}>
<span class="fn__space"></span> <span class="fn__space"></span>
</label> </label>
<span class="b3-list-item__text">${item.shorthandTitle}</span> <span class="b3-list-item__text" title="${item.shorthandTitle}${item.shorthandTitle === item.shorthandDesc ? "" : "\n" + item.shorthandDesc}">${item.shorthandTitle}</span>
<span class="b3-list-item__meta">${item.hCreated}</span> <span class="b3-list-item__meta">${item.hCreated}</span>
</li>`; </li>`;
this.data[item.oId] = item; this.data[item.oId] = item;