fix: 套装方案对比按钮移到商业header区域,与项目列表分开
Some checks failed
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 4s
Test / build-check (push) Successful in 4s
PR Preview / test (pull_request) Successful in 5s
PR Preview / deploy-preview (pull_request) Successful in 12s
Test / e2e-test (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 23:19:41 +00:00
parent ccd3607e35
commit e4cad1e4e4

View File

@@ -4,13 +4,13 @@
<div class="commercial-header"> <div class="commercial-header">
<div class="commercial-icon">💼</div> <div class="commercial-icon">💼</div>
<div class="commercial-desc">商业用户专属功能包含项目核算成本分析等工具</div> <div class="commercial-desc">商业用户专属功能包含项目核算成本分析等工具</div>
<button class="btn-kit-compare" @click="handleKitExport">📦 套装方案对比</button>
</div> </div>
<!-- Project List --> <!-- Project List -->
<div class="toolbar-sticky"> <div class="toolbar-sticky">
<div class="toolbar-inner"> <div class="toolbar-inner">
<h3 class="page-title">📊 服务项目成本利润分析</h3> <h3 class="page-title">📊 服务项目成本利润分析</h3>
<button class="btn-kit-compare" @click="handleKitExport">📦 套装方案对比</button>
<button class="btn-primary btn-sm" @click="handleCreateProject">+ 新增项目</button> <button class="btn-primary btn-sm" @click="handleCreateProject">+ 新增项目</button>
</div> </div>
</div> </div>
@@ -876,12 +876,14 @@ function formatDate(d) {
} }
.btn-kit-compare { .btn-kit-compare {
display: inline-block;
margin-top: 12px;
background: linear-gradient(135deg, #f0e6d3 0%, #e8d5b8 100%); background: linear-gradient(135deg, #f0e6d3 0%, #e8d5b8 100%);
color: #7a6540; color: #7a6540;
border: 1.5px solid #d4c4a0; border: 1.5px solid #d4c4a0;
border-radius: 10px; border-radius: 10px;
padding: 6px 14px; padding: 8px 20px;
font-size: 12px; font-size: 13px;
cursor: pointer; cursor: pointer;
font-family: inherit; font-family: inherit;
font-weight: 500; font-weight: 500;