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

This commit is contained in:
ssongliu 2023-08-09 18:12:12 +08:00 committed by GitHub
parent bb7102d543
commit 018fb85bc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

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