@seafile/seafile-calendar 1.0.2-alpha.2 → 1.0.2-alpha.4
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.
- package/assets/index.css +6 -1
- package/package.json +1 -1
package/assets/index.css
CHANGED
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
flex: 1 1 auto;
|
|
255
255
|
}
|
|
256
256
|
.rc-calendar-time-input-col {
|
|
257
|
-
width:
|
|
257
|
+
width: 89px;
|
|
258
258
|
border-left: 1px solid #eee;
|
|
259
259
|
}
|
|
260
260
|
.rc-calendar-date-input,
|
|
@@ -388,6 +388,9 @@
|
|
|
388
388
|
background-color: transparent;
|
|
389
389
|
width: 100%;
|
|
390
390
|
}
|
|
391
|
+
.rc-calendar table td {
|
|
392
|
+
padding: 0;
|
|
393
|
+
}
|
|
391
394
|
.rc-calendar table,
|
|
392
395
|
.rc-calendar td,
|
|
393
396
|
.rc-calendar th,
|
|
@@ -463,6 +466,8 @@
|
|
|
463
466
|
justify-content: center;
|
|
464
467
|
-ms-flex-align: center;
|
|
465
468
|
align-items: center;
|
|
469
|
+
color: #212529;
|
|
470
|
+
font-weight: 600;
|
|
466
471
|
}
|
|
467
472
|
.rc-calendar-right-panel-body {
|
|
468
473
|
height: 240px;
|