-
-
-
-
-
- 品号查询
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
- 品号查询
-
+
+
+
+ 查询
+
-
-
-
- 查询
-
-
-
-
-
-
+
+
+
+
-
+
- 您输入的条件可能属于以下字段:
-
-
- [字段]
- {{ field.label }}
- :
-
+
+
+ 0 || possibleFields.length > 0)
+ "
+ class="suggestions-dropdown"
+ :style="{ width: inputWidth + 'px' }"
+ >
+
+
+
+
+
+
+
+
+ 您输入的条件可能属于以下字段:
+
+
+ [字段]
+ {{ field.label }}
+ :
+
+ 0
? 1 + possibleFields.length
- : 0),
- }"
- @click="selectSuggestion(item)"
- @mouseenter="
- activeSuggestionIndex =
- index +
- (possibleFields.length > 0 ? 1 + possibleFields.length : 0)
- "
- @keydown.enter.stop="selectSuggestion(item)"
- @keydown.arrow-down.stop="navigateSuggestions('down')"
- @keydown.arrow-up.stop="navigateSuggestions('up')"
- tabindex="0"
- >
- [字段]
- [值]
- {{ item.label }}
- :
+ [字段]
+ [值]
+ {{ item.label }}
+ :
+
+
- 以下商品列表中,关键差异信息:
-
- {{ item.label }}
- 、
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 确定
-
-
-
-
-
- 我知道了
-
-
\ No newline at end of file
+
+/* 对比筛选选项样式 */
+.compare-filter-options {
+ text-align: right;
+ padding-right: 10px;
+}
+
+/* 语音弹窗内容样式 */
+.voice-popup-content {
+ font-size: 16px;
+ text-align: center;
+ padding: 30px 0;
+ line-height: 1.6;
+}
+
+.new-tag-img {
+ width: 35px;
+ height: 35px;
+ vertical-align: middle;
+}
+
+/* 关键差异信息提示样式 */
+.key-diff-hint {
+ margin: -15px 0 15px 0;
+ padding: 8px 12px;
+ background-color: #f0f7ff;
+ border-left: 3px solid #2156f3;
+ border-radius: 4px;
+ font-size: 14px;
+ color: #1890ff;
+}
+
+.diff-field {
+ color: #2156f3;
+ font-weight: 500;
+ cursor: pointer;
+ text-decoration: underline;
+ text-underline-offset: 2px;
+ transition: color 0.2s;
+ margin: 0 3px;
+}
+
+.diff-field:hover {
+ color: #096dd9;
+}
+
+@media (max-width: 768px) {
+ .search-box {
+ flex-direction: column;
+ align-items: stretch;
+ }
+
+ .main-input {
+ min-width: auto;
+ }
+
+ .search-button {
+ width: 100%;
+ }
+
+ .result-card {
+ width: 100%;
+ }
+
+ .pagination-container {
+ flex-direction: column;
+ gap: 15px;
+ align-items: stretch;
+ }
+
+ .confirm-button {
+ width: 100%;
+ }
+}
+
选择精准查询参数:
-
-
-
-
-
-
-
+
+
参数
对比
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+
+
+
+
+
+
+
+ 我知道了
+
+
+
对比
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row[scope.column.property] || "-" }}
+
+
+
+
+
+
+ {{ column.label }}
+
+ {{
+ sortedCompareList.find(
+ (i) => i.productNumber === column.label
+ ).name
+ }}
+
+
+ 正式环境中提供语音输入检索功能,demo中仅做示意。
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row[scope.column.property] || "-" }}
-
-
-
-
-
- {{ column.label }}
-
- {{
- sortedCompareList.find(
- (i) => i.productNumber === column.label
- ).name
- }}
-
-
-
- 正式环境中提供语音输入检索功能,demo中仅做示意。
-
-
-