fix: unable to synchronize

This commit is contained in:
lencx
2022-12-24 21:05:51 +08:00
parent 413d3354c7
commit 05057d06ad
6 changed files with 31 additions and 8 deletions

14
src/main.scss vendored
View File

@@ -45,6 +45,12 @@ html, body {
}
}
.chat-table-tip {
> span {
line-height: 16px;
}
}
.chat-sync-path {
font-size: 12px;
font-weight: 500;
@@ -52,6 +58,14 @@ html, body {
margin-bottom: 5px;
line-height: 16px;
> div {
max-width: 400px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #2a2a2a;
}
span {
display: inline-block;
// background-color: #d8d8d8;