Commit ec83a7f6 by wanglizhen

树形组件上传

parent f36a8ad9
...@@ -164,7 +164,6 @@ const childDelete = (item) => { ...@@ -164,7 +164,6 @@ const childDelete = (item) => {
font-size: 14px; font-size: 14px;
line-height: 22px; line-height: 22px;
color: rgba(53, 64, 79, 1); color: rgba(53, 64, 79, 1);
border-radius: 8px;
cursor: pointer; cursor: pointer;
.line { .line {
width: 2.26px; width: 2.26px;
...@@ -201,6 +200,7 @@ const childDelete = (item) => { ...@@ -201,6 +200,7 @@ const childDelete = (item) => {
} }
.active{ .active{
background: #fff; background: #fff;
border-radius: 8px;
.line{ .line{
opacity: 1; opacity: 1;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论