🌈 style: 格式化

This commit is contained in:
砂糖
2025-08-11 11:21:48 +08:00
parent e88910a680
commit 6da197da11

View File

@@ -20,16 +20,20 @@
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }"> <td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">
{{ index + 1 }} {{ index + 1 }}
</td> </td>
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">{{ <td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">
{{
item.id }} item.id }}
</td> </td>
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">{{ <td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">
{{
item.specification }} item.specification }}
</td> </td>
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">{{ <td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">
{{
item.technology }} item.technology }}
</td> </td>
<td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">{{ <td class="hxjx_table_btnColumn" :class="{ table_td_select: index === indexSelect && item.id != null }">
{{
item.diameter }} item.diameter }}
</td> </td>
</tr> </tr>
@@ -172,7 +176,7 @@
<el-button style="margin-left: 20px;" @click="clear">初始化 <el-button style="margin-left: 20px;" @click="clear">初始化
</el-button> </el-button>
<el-button style="margin-left: 20px;" type="danger" @click="removeMaterial" :disabled="indexSelect !== 0">删除物料 <el-button style="margin-left: 20px;" type="danger" @click="removeMaterial" :disabled="indexSelect === 0">删除物料
</el-button> </el-button>
</div> </div>
@@ -221,8 +225,6 @@
<a href="#" class="hxjx-button-ensure btn btn-danger btn-sm custom hxjx_foot_btn_custom" <a href="#" class="hxjx-button-ensure btn btn-danger btn-sm custom hxjx_foot_btn_custom"
style="margin-right: 0;" @click="ensure">确定</a> style="margin-right: 0;" @click="ensure">确定</a>
</div> </div>
</td> </td>
</tr> </tr>
</table> </table>