UNPKG
cron-editor-react
Version:
latest (5.0.0)
5.0.0
基于antd、react的crontab表达式生成工具
github.com/tulaoda/cron-editor-react
tulaoda/cron-editor-react
cron-editor-react
/
src
/
css
/
index.less
11 lines
(10 loc)
•
164 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
.cron-editor-react
{
min-width
:
200px
;
overflow
: auto;
.ant-radio-group
{
width
:
100%
; }
.ant-select
{
min-width
:
90px
; } }