shiyzhangcron
Version:
> 一个基于vue3+Ant-Design-vue的cron表达式组件
64 lines (50 loc) • 860 B
text/less
//noinspection LessUnresolvedVariable
@prefix-cls: ~'shiyzhang-easy-cron-inner';
.@{prefix-cls} {
.content {
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
margin-left: 0;
}
.ant-input-number {
width: 80px ;
}
}
&-config-list {
margin: 0 10px 10px;
text-align: left;
.item {
margin-top: 5px;
font-size: 14px;
span {
padding: 0 2px;
}
}
.choice {
padding: 5px 8px;
}
.w60 {
width: 60px;
min-width: 60px;
}
.w80 {
width: 80px;
min-width: 80px;
}
.list {
margin: 0 20px;
}
.list-check-item {
width: 4em;
padding: 1px 3px;
}
.list-cn .list-check-item {
width: 5em;
}
.tip-info {
color: #999;
}
}
.allow-click {
cursor: pointer;
}
}