mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-11 21:06:08 +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',
|
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',
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue