We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e415474 commit 2765c4aCopy full SHA for 2765c4a
uno.config.ts
@@ -54,6 +54,7 @@ ${selector}:after {
54
position: absolute;
55
top: 0;
56
right: 0;
57
+ width: 1px;
58
height: 100%;
59
background-color: var(--el-border-color);
60
z-index: 3;
@@ -72,6 +73,7 @@ ${selector}:before {
72
73
74
left: 0;
75
width: 100%;
76
+ height: 1px;
77
78
79
}
@@ -89,6 +91,7 @@ ${selector}:after {
89
91
bottom: 0;
90
92
93
94
95
96
97
0 commit comments