style: 黑金主题样式优化 (#5360)

pull/5383/head v1.10.10-lts
zhengkunwang 2024-06-08 12:20:25 +08:00 committed by GitHub
parent 05c8370f0d
commit 4285fedc5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 15 additions and 10 deletions

View File

@ -2218,8 +2218,6 @@ const message = {
extendHelper:
'Extensions that do not exist in the list can be selected after manual input, for example: input sockets, and then select the first one in the drop-down list,',
rebuildHelper: 'After editing the extension, you need to rebuild the PHP application to take effect',
phpPluginHelper:
'<a target="_blank" href="https://1panel.cn/docs/user_manual/websites/php/#php_1">View PHP extension list</a> ',
rebuild: 'Rebuild PHP App',
source: 'PHP extension source',
ustc: 'University of Science and Technology of China',

View File

@ -2061,8 +2061,6 @@ const message = {
edit: '',
extendHelper: ': sockets ',
rebuildHelper: 'PHP ',
phpPluginHelper:
"<a target=“_blank” href='https://1panel.cn/docs/user_manual/websites/php/#php_1'>查看 PHP 擴展列表</a> ",
rebuild: ' PHP ',
source: 'PHP ',
ustc: '',

View File

@ -2062,8 +2062,6 @@ const message = {
edit: '',
extendHelper: ': sockets ',
rebuildHelper: 'PHP ',
phpPluginHelper:
"<a target=“_blank” href='https://1panel.cn/docs/user_manual/websites/php/#php_1'>查看 PHP 扩展列表</a> ",
rebuild: ' PHP ',
source: 'PHP ',
ustc: '',

View File

@ -248,6 +248,7 @@
v-if="mode === 'installed' && installed.status != 'Installing'"
>
<el-button
class="app-button"
v-for="(button, key) in buttons"
:key="key"
:type="button.disabled && button.disabled(installed) ? 'info' : ''"

View File

@ -111,7 +111,13 @@
<el-form-item>
<el-alert type="info" :closable="false">
<span>{{ $t('runtime.extendHelper') }}</span>
<span v-html="$t('runtime.phpPluginHelper')"></span>
<el-link
target="_blank"
type="primary"
href="https://1panel.cn/docs/user_manual/websites/php/#php_1"
>
{{ $t('php.toExtensionsList') }}
</el-link>
<br />
</el-alert>
</el-form-item>

View File

@ -20,9 +20,13 @@
v-model="extensions.extensions"
/>
</el-form-item>
<a target="“_blank”" href="https://1panel.cn/docs/user_manual/websites/php/#php_1">
<el-link
target="_blank"
type="primary"
href="https://1panel.cn/docs/user_manual/websites/php/#php_1"
>
{{ $t('php.toExtensionsList') }}
</a>
</el-link>
</el-form>
</el-col>
</el-row>

View File

@ -23,7 +23,7 @@
<el-form-item :label="$t('website.cacheTime')" prop="cacheTime" v-if="form.cache">
<el-input v-model.number="form.cacheTime" maxlength="15">
<template #append>
<el-select v-model="form.cacheUint" style="width: 100px">
<el-select v-model="form.cacheUint" class="w-s-button p-w-100">
<el-option
v-for="(unit, index) in Units"
:key="index"