mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-09 11:55:52 +08:00
fix: 计划任务创建样式调整 (#1897)
This commit is contained in:
parent
bb7102d543
commit
018fb85bc3
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue