Skip to content

Commit

Permalink
删除cron表达式组件的重复使用类名
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Dec 7, 2022
1 parent 882f491 commit 5237cd2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/Crontab/day.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Crontab/hour.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Crontab/min.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Crontab/month.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Crontab/second.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Crontab/week.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Crontab/year.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5237cd2

Please sign in to comment.