Commit b75d2761 authored by chenshouchao's avatar chenshouchao

Merge branch 'feat-20220920-taskDetails' into 'release'

cn-feat: 菜单文字居中

See merge request !117
parents 29674360 b4b82243
...@@ -25,6 +25,9 @@ ...@@ -25,6 +25,9 @@
line-height: 22px; line-height: 22px;
border-left: 3px solid #f7f8fa; border-left: 3px solid #f7f8fa;
font-weight: 400; font-weight: 400;
display: flex;
justify-content: flex-start;
align-items: center;
} }
.listItem:hover { .listItem:hover {
background-color: #eef1f5; background-color: #eef1f5;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment