components/mold.vue
@@ -15,7 +15,7 @@ <view class="input-with-unit"> <input class="input small-font input-life-warn" v-model="lifeWarnInput" placeholder="如0.9或90" placeholder="如90或0.90" :disabled="!selectedToolNo || loadingForm" /> <span class="unit-text">%</span> </view> @@ -955,12 +955,12 @@ min-width: 120px; } /* 表格样式 */ .table-section { display: flex; justify-content: center; margin: 1vh 0; overflow-x: auto; width: 100%; /* 确保表格容器占满宽度 */ } table.styled-table {