fix: 统一所有页面名称列点击编辑功能及样式

- material/list.vue: 名称列增加 clickable-text,有编辑权限可点击编辑
- material/buyOdoo.vue: 同上
- stock/inbound/semi.vue: 补上遗漏的 .clickable-text CSS 样式
This commit is contained in:
yueli
2026-07-14 08:46:19 +08:00
parent a928b0527b
commit 928f494124
3 changed files with 23 additions and 2 deletions

View File

@ -1655,6 +1655,9 @@ onMounted(() => {
/* 左对齐数字框 */
:deep(.el-input-number .el-input__inner) { text-align: left; }
.clickable-text { color: #409EFF; cursor: pointer; font-weight: 500; text-decoration: underline; }
.clickable-text:hover { color: #66b1ff; }
</style>
<style>