高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
table.list td{
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    max-width: 100px;
}
table.list .col_Name_CHN__c {
    max-width: 230px;
}
#tableHeader{
    background-color: rgb(242, 243, 243);
    max-width: 100%!important;
}
#tableHeader .col_Name_CHN__c{
    max-width: 230px;
}
#tableData{
    max-width: 100%!important;
}
#tableData td{
    max-width: 100px;
}
#tableData td input{
    width: 1rem;
}
#tableData .col_Quantity__c input{
    width: 55%;
}
table .list .headerRow{
    background-color: rgb(242, 243, 243);
}
#tableData_L td input{
    width: 1rem;
}
#tableData .col_Name_CHN__c{
    max-width: 230px;
}
#tableHeader_L td input{
    width: 1rem;
}
#tableData .btn {
    padding-left: .5rem;
    padding-right: .5rem;
}
#tableData .col_Fixture_Set_New_Quantity__c input{
    width: 95%;
}