From a5262941ea9fe369531cf7ac6c7b7d70668cfd32 Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Tue, 1 Sep 2026 17:20:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E7=AE=A1=E7=90=86=EF=BC=9A?= =?UTF-8?q?=E5=AA=92=E4=BD=93=E4=BB=B7=E6=A0=BC=E6=A8=A1=E6=9D=BF=E4=B8=89?= =?UTF-8?q?=E4=B8=AA=E8=BE=93=E5=85=A5=E6=A1=86=E5=A2=9E=E5=8A=A0=E4=B8=8A?= =?UTF-8?q?=E6=96=B9=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Code --- .../system/price/component/modelEditor.vue | 31 ++++++++++++++++--- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/src/views/system/price/component/modelEditor.vue b/src/views/system/price/component/modelEditor.vue index 2912c4f..78f2109 100644 --- a/src/views/system/price/component/modelEditor.vue +++ b/src/views/system/price/component/modelEditor.vue @@ -134,9 +134,18 @@ - - - +
+ 输入价 + +
+
+ 输出价 + +
+
+ 缓存命中价 + +
删除 + 添加媒体价格 @@ -527,7 +536,7 @@ defineExpose({ save }); .media-price-row { display: flex; - align-items: center; + align-items: flex-end; gap: 8px; margin-bottom: 8px; @@ -536,9 +545,21 @@ defineExpose({ save }); flex-shrink: 0; } - .mp-num { + .mp-field { flex: 1; min-width: 0; + display: flex; + flex-direction: column; + gap: 2px; + + .mp-label { + font-size: 12px; + color: #606266; + } + + .mp-num { + width: 100%; + } } }