Merge branch 'develop' into feature/tree视图表格样式修改
# Conflicts: # sf_manufacturing/static/src/js/kanban_change.js # sf_manufacturing/static/src/scss/kanban_change.scss # sf_manufacturing/views/mrp_workcenter_views.xml
This commit is contained in:
@@ -36,6 +36,7 @@ class CustomKanbanController extends KanbanController {
|
||||
kwargs: {}
|
||||
}).then((response) => {
|
||||
console.log('response', response);
|
||||
location.reload();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -2,12 +2,15 @@
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
margin-top: 1vw !important;
|
||||
}
|
||||
|
||||
.choosekanban>button {
|
||||
width: 5vw !important;
|
||||
|
||||
.choosekanban > button {
|
||||
width: 4vw !important;
|
||||
height: 2vw !important;
|
||||
border: none !important;
|
||||
margin-left: 16px !important;
|
||||
margin-top: 1vw !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user