app-form-group-data-panel.less 318 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 .form-group-data-panel { .data-item { position: relative; padding: 6px 6px 6px 8px; } .data-item:nth-child(n+2)::before { content: ' '; height: 75%; position: absolute; border-left: 2px solid var(--view-dividing-line-color-bright); left: 0; } }