issue: customer communication contacts grid height.
change: replace schedule date control. change: date validation from 1753-01-01 to 9999-12-31.
This commit is contained in:
@ -790,9 +790,9 @@ export default class CustomerCommunication {
|
||||
div.style.display = 'none';
|
||||
}
|
||||
div.className = 'contacts-record';
|
||||
div.style.maxHeight = '200px';
|
||||
// div.style.maxHeight = '200px';
|
||||
div.style.width = '675px';
|
||||
div.style.overflow = 'auto';
|
||||
// div.style.overflow = 'auto';
|
||||
}),
|
||||
createElement('div', div => {
|
||||
div.style.fontWeight = 'bold';
|
||||
@ -800,9 +800,9 @@ export default class CustomerCommunication {
|
||||
}),
|
||||
createElement('div', div => {
|
||||
div.className = 'contacts-wo';
|
||||
div.style.maxHeight = '200px';
|
||||
// div.style.maxHeight = '200px';
|
||||
div.style.width = '675px';
|
||||
div.style.overflow = 'auto';
|
||||
// div.style.overflow = 'auto';
|
||||
})
|
||||
)
|
||||
});
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
>.ui-grid {
|
||||
overflow-x: visible;
|
||||
max-height: 200px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user