fix(components): [el-date-picker] increase width of range separator (#4028)

This commit is contained in:
BaboonKing
2021-10-27 09:05:14 +08:00
committed by GitHub
parent 442d8bf7a3
commit ba00ae375e

View File

@@ -86,6 +86,7 @@
}
.#{$namespace}-range-separator {
flex: 1;
display: inline-block;
height: 100%;
padding: 0 5px;
@@ -93,7 +94,7 @@
text-align: center;
line-height: 32px;
font-size: 14px;
width: 5%;
word-break: keep-all;
color: var(--el-text-color-primary);
}