Commit 615c9264 by 陈羽

update: style

parent 736f2c41
......@@ -564,7 +564,10 @@ li {
.tag-content {
height: calc(100vh - 152px);
padding: 13px 19px 0;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
width: 100%;
box-sizing: border-box;
.tag-content-item {
display: flex;
justify-content: flex-start;
......
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