mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-27 13:08:13 +00:00
perf: 1.数据库迁移文件修复 2.转发样式优化
This commit is contained in:
parent
48cd32742c
commit
13ec6ec323
@ -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']);
|
||||
});
|
||||
|
||||
|
||||
@ -174,7 +174,7 @@
|
||||
}
|
||||
|
||||
&.twice-affirm{
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 16px;
|
||||
.search-selected{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user