UNPKG
lts-cron-editor
Version:
latest (5.0.4)
5.0.4
5.0.3
5.0.2
基于antd、react的crontab表达式生成工具
github.com/thethreekingdoms/cron-editor-react
lts-cron-editor
/
src
/
css
/
index.less
15 lines
(14 loc)
•
263 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.cron-editor-mlamp-react
{
min-width
:
200px
;
overflow
: auto;
.ant-radio-group
{
width
:
100%
; }
.ant-select
{
min-width
:
90px
; }
.highlight
{
border
:
1px
solid
#40a9ff
;
color
:
#000
; } }