fix: 计划任务创建样式调整 (#1897)
This commit is contained in:
@@ -721,7 +721,7 @@ const message = {
|
||||
perNSecond: 'Every N seconds',
|
||||
per: 'Every ',
|
||||
handle: 'Handle',
|
||||
day1: 'Day',
|
||||
day: 'Day',
|
||||
monday: 'Monday',
|
||||
tuesday: 'Tuesday',
|
||||
wednesday: 'Wednesday',
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user