fix(nodes): 桌面 Nodes 页统一 600 宽度(原型挂 view-body + Flutter PageBody)+ 双列网格改单列镜像原型
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P9G7E3wmAYL9KeYCVZVsqu
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
.rate-chip .u{ font-size:10px; color:var(--fg3); }
|
||||
|
||||
/* ---- 节点视图 ---- */
|
||||
.nodes-view{ padding:var(--space-5) var(--space-6) var(--space-6); }
|
||||
/* .nodes-view 宽度/内边距由 view-body 原子承担(见 atoms.css),此处不再重复声明 */
|
||||
.searchbar{ display:flex; align-items:center; gap:9px; background:var(--bg-subtle);
|
||||
border-radius:var(--radius-md); padding:9px 13px; margin-bottom:var(--space-4); max-width:360px; }
|
||||
.searchbar svg{ width:17px; height:17px; color:var(--fg3); }
|
||||
@@ -474,7 +474,7 @@
|
||||
|
||||
<!-- 节点视图 -->
|
||||
<section class="view" data-view="nodes">
|
||||
<div class="nodes-view">
|
||||
<div class="view-body nodes-view">
|
||||
<div class="searchbar"><svg><use href="#i-search"/></svg><input data-i18n-ph="nodes.search" placeholder="搜索加速线路…"></div>
|
||||
<div class="card card-flush">
|
||||
<div class="server-row is-smart is-selected" data-node="smart">
|
||||
|
||||
Reference in New Issue
Block a user