Commit 958cda95 by zhanghaozhe

Tag

parent ee667147
import React from 'react' import React from 'react'
import './index.scss'
const Tag = (props) => { const Tag = (props) => {
return ( return (
......
...@@ -4,12 +4,6 @@ ...@@ -4,12 +4,6 @@
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
.state {
box-sizing: border-box;
border-radius: 0 10px 10px 0;
padding: 1px 5px;
}
.top { .top {
position: absolute; position: absolute;
top: 10px; top: 10px;
......
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