fix: 计划任务创建样式调整 (#1897)

This commit is contained in:
ssongliu
2023-08-09 18:12:12 +08:00
committed by GitHub
parent bb7102d543
commit 018fb85bc3
2 changed files with 3 additions and 3 deletions

View File

@@ -721,7 +721,7 @@ const message = {
perNSecond: 'Every N seconds',
per: 'Every ',
handle: 'Handle',
day1: 'Day',
day: 'Day',
monday: 'Monday',
tuesday: 'Tuesday',
wednesday: 'Wednesday',

View File

@@ -549,7 +549,7 @@ defineExpose({
</script>
<style scoped lang="scss">
.specClass {
width: 20% !important;
width: 22% !important;
margin-left: 20px;
}
@media only screen and (max-width: 1000px) {
@@ -560,7 +560,7 @@ defineExpose({
}
}
.specTypeClass {
width: 20% !important;
width: 22% !important;
}
@media only screen and (max-width: 1000px) {
.specTypeClass {