mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-28 14:08:13 +00:00
fix: 修复消息编辑和发布时序号对不上
This commit is contained in:
parent
72e475cb84
commit
c7c47aff5a
@ -844,12 +844,15 @@
|
||||
ol {
|
||||
li {
|
||||
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
|
||||
counter-increment: list-0;
|
||||
|
||||
&::before {
|
||||
content: counter(list-0, decimal) ".";
|
||||
}
|
||||
|
||||
&[data-list=ordered] {
|
||||
counter-increment: list-0;
|
||||
}
|
||||
|
||||
&[data-list=bullet] {
|
||||
&::before {
|
||||
content: '\2022';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user