@@ -42,3 +42,8 @@
display: block
}
+
+// to fix el-date-picker css style
+.el-range-separator {
+ box-sizing: content-box;
+}