perf: 1.数据库迁移文件修复 2.转发样式优化

This commit is contained in:
weifashi 2023-12-21 17:30:27 +08:00
parent 48cd32742c
commit 13ec6ec323
3 changed files with 13 additions and 3 deletions

View File

@ -168,7 +168,7 @@ class UpdateOwnerAddIndexSome20231217 extends Migration
$table->dropIndex(['msg_id']);
$table->dropIndex(['userid']);
});
Schema::table('web_socket_dialog_msg_todos', function (Blueprint $table) {
Schema::table('web_socket_dialog_msg_reads', function (Blueprint $table) {
$table->dropIndex(['dialog_id']);
});

View File

@ -174,7 +174,7 @@
}
&.twice-affirm{
padding-bottom: 20px;
padding-bottom: 16px;
.search-selected{
max-width: 100%;
}

View File

@ -1635,6 +1635,9 @@
display: none !important;
}
}
.dialog-avatar{
display: none;
}
&.self {
.dialog-head{
background-color: #F4F5F7;
@ -1652,7 +1655,14 @@
color: #84C56A !important;
}
}
.dialog-emoji{
.avatar-name{
color: #818181;
}
> li.hasme{
background-color: #e1e1e1;
}
}
}
}
}