Commit 81671d33 by Wuyuqiu

折叠框横线

parent 25384874
...@@ -421,6 +421,7 @@ ...@@ -421,6 +421,7 @@
/* background-color: var(--bgcolor); */ /* background-color: var(--bgcolor); */
font-size: 15px; font-size: 15px;
font-weight: bold; font-weight: bold;
border-bottom: 0px solid #fff;
} }
.el-collapse-item__header.is-active{ .el-collapse-item__header.is-active{
...@@ -429,6 +430,10 @@ ...@@ -429,6 +430,10 @@
color:#1561E0; color:#1561E0;
} }
.el-collapse-item__arrow.is-active{
display: none;
}
.col-left { .col-left {
padding-right: 20px; padding-right: 20px;
} }
......
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