style: Adjust the overview page style (#10595)

This commit is contained in:
ssongliu 2025-10-10 14:15:25 +08:00 committed by GitHub
parent 3652e07988
commit a5fbd01ea5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 36 additions and 1 deletions

View file

@ -163,6 +163,7 @@ var WebUrlMap = map[string]struct{}{
"/xpack/alert/setting": {},
"/xpack/setting": {},
"/xpack/node": {},
"/xpack/simple-node": {},
"/xpack/exchange/file": {},
"/xpack/app": {},

View file

@ -3596,6 +3596,10 @@ const message = {
nodeItem: 'Node Management',
panelItem: 'Panel Management',
addPanel: 'Add Panel',
addPanelHelper:
'After successfully adding the panel, you can quickly access the target panel in [Overview - Panels].',
panel: '1Panel Panel',
others: 'Other Panels',
addNode: 'Add Node',
connInfo: 'Connection Information',
nodeInfo: 'Node Information',

View file

@ -3482,6 +3482,10 @@ const message = {
nodeItem: 'ノード管理',
panelItem: 'パネル管理',
addPanel: 'パネル追加',
addPanelHelper:
'Después de agregar el panel exitosamente, puede acceder rápidamente al panel objetivo en [Resumen - Paneles].',
panel: 'Panel 1Panel',
others: 'Otros Paneles',
addNode: 'ノードを追加',
connInfo: '接続情報',
nodeInfo: 'ノード情報',

View file

@ -3419,6 +3419,9 @@ const message = {
nodeItem: '노드 관리',
panelItem: '패널 관리',
addPanel: '패널 추가',
addPanelHelper: 'パネルの追加に成功後[概要 - パネル]で対象パネルに迅速にアクセスできます',
panel: '1Panel パネル',
others: 'その他のパネル',
addNode: '노드 추가',
connInfo: '연결 정보',
nodeInfo: '노드 정보',

View file

@ -3548,6 +3548,10 @@ const message = {
nodeItem: 'Pengurusan Nod',
panelItem: 'Pengurusan Panel',
addPanel: 'Tambah Panel',
addPanelHelper:
'Selepas berjaya menambah panel, anda boleh mengakses panel sasaran dengan pantas di [Gambaran Keseluruhan - Panel].',
panel: 'Panel 1Panel',
others: 'Panel Lain',
addNode: 'Tambah Nod',
connInfo: 'Maklumat Sambungan',
nodeInfo: 'Maklumat Nod',

View file

@ -3568,6 +3568,10 @@ const message = {
nodeItem: 'Gerenciamento de Nós',
panelItem: 'Gerenciamento de Painéis',
addPanel: 'Adicionar Painel',
addPanelHelper:
'Após adicionar o painel com sucesso, você pode acessar rapidamente o painel de destino em [Visão Geral - Painéis].',
panel: 'Painel 1Panel',
others: 'Outros Painéis',
addNode: 'Adicionar ',
connInfo: 'Informações de Conexão',
nodeInfo: 'Informações do ',

View file

@ -3558,6 +3558,10 @@ const message = {
nodeItem: 'Управление Узлами',
panelItem: 'Управление Панелями',
addPanel: 'Добавить Панель',
addPanelHelper:
'После успешного добавления панели вы можете быстро получить доступ к целевой панели в [Обзор - Панели].',
panel: 'Панель 1Panel',
others: 'Другие Панели',
addNode: 'Добавить узел',
connInfo: 'Информация о подключении',
nodeInfo: 'Информация об узле',

View file

@ -3637,6 +3637,10 @@ const message = {
nodeItem: 'Düğüm Yönetimi',
panelItem: 'Panel Yönetimi',
addPanel: 'Panel Ekle',
addPanelHelper:
'Panel başarıyla eklendikten sonra, [Genel Bakış - Paneller] bölümünden hedef panele hızlıca erişebilirsiniz.',
panel: '1Panel Paneli',
others: 'Diğer Paneller',
addNode: 'Düğüm Ekle',
connInfo: 'Bağlantı Bilgileri',
nodeInfo: 'Düğüm Bilgileri',

View file

@ -3346,6 +3346,9 @@ const message = {
nodeItem: '節點管理',
panelItem: '面板管理',
addPanel: '添加面板',
addPanelHelper: '面板新增成功後您可在 [ 概覽 - 面板 ] 中快速存取目標面板',
panel: '1Panel 面板',
others: '其他面板',
addNode: '新增節點',
connInfo: '連接資訊',
nodeInfo: '節點資訊',

View file

@ -3317,6 +3317,9 @@ const message = {
nodeItem: '节点管理',
panelItem: '面板管理',
addPanel: '添加面板',
addPanelHelper: '面板添加成功后您可在 [ 概览 - 面板 ] 中快速访问目标面板',
panel: '1Panel 面板',
others: '其他面板',
addNode: '添加节点',
connInfo: '连接信息',
nodeInfo: '节点信息',

View file

@ -168,7 +168,7 @@
:key="simpleNodes.length"
height="346px"
:indicator-position="showSimpleNode() ? '' : 'none'"
:arrow="showSimpleNode() ? 'hover' : 'never'"
arrow="never"
>
<el-carousel-item key="systemInfo">
<CardWithHeader :header="$t('home.systemInfo')">
@ -784,6 +784,7 @@ onBeforeUnmount(() => {
.name {
font-weight: 500 !important;
font-size: 16px !important;
line-height: 30px;
color: var(--panel-text-color);
}
.detail {