lizaui 9.0.4 → 9.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -392,9 +392,7 @@ const CalendarStyle = dt.div`
|
|
|
392
392
|
.react-calendar {
|
|
393
393
|
${({ showdoubleview, widthcalendar }) => {
|
|
394
394
|
if (showdoubleview === "true") {
|
|
395
|
-
return lt
|
|
396
|
-
width: auto;
|
|
397
|
-
`;
|
|
395
|
+
return lt``;
|
|
398
396
|
} else {
|
|
399
397
|
return lt`
|
|
400
398
|
width: ${`${widthcalendar}px`};
|