删除cron表达式组件的重复使用类名
This commit is contained in:
parent
882f49144f
commit
5237cd281c
|
@ -165,7 +165,7 @@ function onRadioChange() {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.el-input-number--small, .el-input-number--small, .el-select, .el-select--small {
|
||||
.el-input-number--small, .el-select, .el-select--small {
|
||||
margin: 0 0.2rem;
|
||||
}
|
||||
.el-select, .el-select--small {
|
||||
|
|
|
@ -118,7 +118,7 @@ function onRadioChange() {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.el-input-number--small, .el-input-number--small, .el-select, .el-select--small {
|
||||
.el-input-number--small, .el-select, .el-select--small {
|
||||
margin: 0 0.2rem;
|
||||
}
|
||||
.el-select, .el-select--small {
|
||||
|
|
|
@ -117,7 +117,7 @@ function onRadioChange() {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.el-input-number--small, .el-input-number--small, .el-select, .el-select--small {
|
||||
.el-input-number--small, .el-select, .el-select--small {
|
||||
margin: 0 0.2rem;
|
||||
}
|
||||
.el-select, .el-select--small {
|
||||
|
|
|
@ -132,7 +132,7 @@ function onRadioChange() {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.el-input-number--small, .el-input-number--small, .el-select, .el-select--small {
|
||||
.el-input-number--small, .el-select, .el-select--small {
|
||||
margin: 0 0.2rem;
|
||||
}
|
||||
.el-select, .el-select--small {
|
||||
|
|
|
@ -119,7 +119,7 @@ function onRadioChange() {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.el-input-number--small, .el-input-number--small, .el-select, .el-select--small {
|
||||
.el-input-number--small, .el-select, .el-select--small {
|
||||
margin: 0 0.2rem;
|
||||
}
|
||||
.el-select, .el-select--small {
|
||||
|
|
|
@ -185,7 +185,7 @@ function onRadioChange() {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.el-input-number--small, .el-input-number--small, .el-select, .el-select--small {
|
||||
.el-input-number--small, .el-select, .el-select--small {
|
||||
margin: 0 0.5rem;
|
||||
}
|
||||
.el-select, .el-select--small {
|
||||
|
|
|
@ -140,7 +140,7 @@ onMounted(() => {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.el-input-number--small, .el-input-number--small, .el-select, .el-select--small {
|
||||
.el-input-number--small, .el-select, .el-select--small {
|
||||
margin: 0 0.2rem;
|
||||
}
|
||||
.el-select, .el-select--small {
|
||||
|
|
Loading…
Reference in New Issue