|
@@ -17147,7 +17147,7 @@ export default {
|
|
.filebox:before {
|
|
.filebox:before {
|
|
content: ""; /* 使用 :before 伪元素创建纵向虚线 */
|
|
content: ""; /* 使用 :before 伪元素创建纵向虚线 */
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 35px;
|
|
|
|
|
|
+ top: 20px;
|
|
left: 13px;
|
|
left: 13px;
|
|
border-left: 2px dotted #cad1dc;
|
|
border-left: 2px dotted #cad1dc;
|
|
height: calc(100% - 15px);
|
|
height: calc(100% - 15px);
|