fix: 修复内容库显示问题

- 产品名称(product_names)不再自动填充为网页标题
- 内容库显示搜索标题(search_title)作为主标题
- 产品名称单独显示(如果有关联)
This commit is contained in:
2026-07-14 11:29:22 +08:00
parent dd42957a48
commit 3f9848c635
3 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -250,7 +250,7 @@
color: #667eea;
}
.article-page-title {
.article-products {
font-size: 13px;
color: #666;
margin-bottom: 10px;
@@ -259,7 +259,7 @@
border-radius: 4px;
}
.article-page-title i {
.article-products i {
color: #4caf50;
}