mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [el-date-picker] increase width of range separator (#4028)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user