Skip to content

Commit 03c3b52

Browse files
committed
添加分割线组件
1 parent 5655c5e commit 03c3b52

File tree

4 files changed

+270
-190
lines changed

4 files changed

+270
-190
lines changed

src/assets/css/widget.styl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,10 @@ $primary-background-color = #d8e8fa;
284284
background-color: #d3dce6;
285285
}
286286
}
287+
288+
.wg-splitLine .splitLine-hr{
289+
border: 0 none;
290+
border-top: 1px solid #d3d3d3;
291+
}
287292
}
288293
}

0 commit comments

Comments
 (0)