1. 开启交叉评查的显示/隐藏(开启生产环境的配置),优化不同端口的显示/隐藏交叉评查入口的效果。
2. 优化评查结果的AI建议修改的文本输入框的显示效果。 3. 提交17正式环境的api-config.ts,备份一个wafIP的配置api-config-wafIP.ts。
This commit is contained in:
@@ -1760,7 +1760,7 @@ export function ReviewPointsList({
|
||||
{/* 字段名称标签 */}
|
||||
<div className="text-xs text-gray-600 mb-2 font-medium">
|
||||
<i className="ri-lightbulb-line text-yellow-500 mr-1"></i>
|
||||
AI建议修改 - {key}
|
||||
AI修改建议 - {key}
|
||||
</div>
|
||||
|
||||
{/* 原因说明 */}
|
||||
@@ -1785,10 +1785,11 @@ export function ReviewPointsList({
|
||||
value={suggestionValue.suggested_value || ''}
|
||||
readOnly
|
||||
disabled={!hasSuggestedValue}
|
||||
rows={Math.min(Math.max(Math.ceil((suggestionValue.suggested_value || '').length / 30), 1), 5)}
|
||||
className={`flex-1 p-2 border rounded text-xs resize-none overflow-y-auto focus:outline-none ${
|
||||
hasSuggestedValue
|
||||
? 'border-gray-200 bg-gray-50 text-gray-700 cursor-not-allowed'
|
||||
: 'border-gray-200 bg-gray-100 text-gray-400 cursor-not-allowed'
|
||||
? 'border-gray-200 bg-gray-50 text-gray-700'
|
||||
: 'border-gray-200 bg-gray-100 text-gray-400'
|
||||
}`}
|
||||
aria-label={`${key}的AI建议内容`}
|
||||
placeholder={!hasSuggestedValue ? '暂无建议值' : ''}
|
||||
|
||||
@@ -338,7 +338,7 @@ export function PdfPreview({
|
||||
fill="#00AA00"
|
||||
fillOpacity="0.1"
|
||||
stroke="#00684a"
|
||||
strokeWidth="1"
|
||||
strokeWidth="0.5"
|
||||
rx="2"
|
||||
>
|
||||
<title>{`高亮文本: ${highlight.text}`}</title>
|
||||
|
||||
Reference in New Issue
Block a user