修改文字颜色

This commit is contained in:
WEB许何哲\xuhez
2023-08-24 11:33:24 +08:00
parent 9c52e23e44
commit 623d89bf31

View File

@@ -25,7 +25,7 @@
</model-viewer>
</t>
<t t-if="!props.value">
<div style="color:red">当前制造订单暂无模型</div>
<div style="color:#D23F3A">当前制造订单暂无模型</div>
</t>
<!-- <model-viewer-->