feature: add select all/none attachments when submitting waranty/repair/insurance job
This commit is contained in:
@@ -840,8 +840,9 @@
|
||||
|
||||
#warrantyJobFaultDescription {
|
||||
#FaultDescription {
|
||||
width: 600px;
|
||||
height: 250px;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -964,8 +965,9 @@
|
||||
|
||||
#repairJobRepairDescription {
|
||||
#RepairDescription {
|
||||
width: 600px;
|
||||
height: 250px;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user