Feat/1.2.5/UI (#757)

This commit is contained in:
dashuai
2024-01-29 15:30:54 +08:00
committed by GitHub
parent 2bd410544a
commit 1ed4f62612
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
--an-f5: #f5f5f5;
--an-answer-item-border-top: rgba(0, 0, 0, .125);
--an-answer-inbox-nav-border-top: var(--bs-border-color);
--an-comment-item-border-bottom: var(--bs-colors-gray-200);
--an-comment-item-border-bottom: var(--bs-colors-gray-200, #E9ECEF);
--an-editor-toolbar-hover: #f8f9fa;
--ans-editor-toolbar-focus: #dae0e5;
--an-editor-placeholder-color: #6c757d;
-2
View File
@@ -420,12 +420,10 @@ const Comment = ({ objectId, mode, commentId }) => {
onClick={() => {
setPageIndex(pageIndex + 1);
}}>
(
{t('show_more', {
count:
data.count - (pageIndex === 0 ? 3 : pageIndex * pageSize),
})}
)
</Button>
)}
</div>
@@ -79,7 +79,7 @@ const Index = () => {
onClick={(e) => deleteLogins(e, item)}>
<span
dangerouslySetInnerHTML={{
__html: base64ToSvg(item.icon),
__html: base64ToSvg(item.icon, 'btnSvg me-2'),
}}
/>
<span>