修改设备模块看板

This commit is contained in:
qihao.gong@jikimo.com
2023-08-16 17:30:30 +08:00
parent fac3450257
commit cd0f455db3
2 changed files with 159 additions and 130 deletions

View File

@@ -12,4 +12,21 @@
padding: 0 4px !important;
vertical-align: top !important;
font-size: 1.5rem !important;
}
}
.my-image div {
width: 100px !important;
height: 130px !important;
}
.add_flex {
display: flex;
flex-direction: column;
}
.maintenance_name {
font-weight: bold;
}
.o_kanban_renderer .o_kanban_record .o_kanban_record_has_image_fill .o_kanban_image_fill_left {
flex:unset !important;
}
.o_kanban_renderer .o_kanban_record .o_kanban_record_bottom {
margin-top: 5px;
}