fix: 统一所有页面名称列点击编辑功能及样式
- material/list.vue: 名称列增加 clickable-text,有编辑权限可点击编辑 - material/buyOdoo.vue: 同上 - stock/inbound/semi.vue: 补上遗漏的 .clickable-text CSS 样式
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user