1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00

style: Increase the height of the script input box (#7396)

This commit is contained in:
ssongliu 2024-12-17 23:42:11 +08:00 committed by GitHub
parent 6cf3f158c7
commit 35e7b11709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 7 deletions

View File

@ -212,7 +212,7 @@
:indent-with-tab="true"
:tabSize="4"
:lineWrapping="true"
style="width: 100%; margin-top: 5px"
style="width: 100%; margin-top: 5px; height: 100px"
theme="cobalt"
:styleActiveLine="true"
:matchBrackets="true"

View File

@ -643,15 +643,9 @@ function load18n(label: string) {
return i18n.global.t('clean.containerShell');
case 'curl':
case 'shell':
case 'app':
case 'website':
case 'database':
case 'directory':
case 'log':
case 'cutWebsiteLog':
case 'clean':
case 'snapshot':
case 'ntp':
return i18n.global.t('cronjob.' + label);
case 'container_images':
return i18n.global.t('clean.images');