* Add padding-top for query-origin and query-pivot.

This commit is contained in:
songchenxuan
2023-07-25 10:35:57 +08:00
parent bad04f1acb
commit 7a5c8fbbda
+1 -1
View File
@@ -22,7 +22,7 @@
.flex-between {display:flex; justify-content: space-between;}
.flex-start {display:flex; justify-content: flex-start;}
.query-after {position: relative; padding-right: 24px;}
.query-after {position: relative; padding-right: 24px; padding-top: 1px;}
.query-after::after {content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background-color: #F1F5F9;}
#filterMargin {padding-top: 8px; padding-bottom: 5px;}