File tree 3 files changed +280
-95
lines changed 3 files changed +280
-95
lines changed Original file line number Diff line number Diff line change 35
35
height : 170px ;
36
36
overflow : auto;
37
37
}
38
+ .vp-gb-adv-head {
39
+
40
+ }
41
+ .vp-gb-adv-head label {
42
+ width : 160px ;
43
+ font-weight : bold;
44
+ }
38
45
.vp-gb-adv-item {
39
46
margin-bottom : 10px ;
40
47
}
41
48
.vp-gb-adv-method-box {
42
49
position : relative;
43
50
display : inline-block;
44
51
}
52
+ .vp-gb-method-selector {
53
+ display : grid;
54
+ grid-template-rows : 75px 10px 75px 10px 35px ;
55
+ }
56
+ .vp-gb-method-box {
57
+ display : grid;
58
+ grid-template-columns : 85px 85px 85px 85px ;
59
+ }
60
+ .vp-gb-method-user-box {
61
+ display : grid;
62
+ grid-template-columns : 85px 85px 85px 85px ;
63
+ }
45
64
.vp-gb-adv-method {
46
65
padding-right : 25px ;
47
66
}
Original file line number Diff line number Diff line change 24
24
< hr style ="margin: 5px 0; ">
25
25
< div >
26
26
< label for ="vp_gbDisplay " class ="w80 "> Columns</ label >
27
- < input type ="text " id ="vp_gbDisplay " placeholder ="Select columns to display " readonly ="">
27
+ < input type ="text " id ="vp_gbDisplay " placeholder ="All columns " readonly ="">
28
28
</ div >
29
29
< div >
30
30
< label for ="vp_gbMethodSelect " class ="w80 "> Method</ label >
35
35
< label > < input type ="checkbox " id ="vp_gbAdvanced "> < span > Advanced</ span > </ label >
36
36
</ div >
37
37
< div class ="vp-gb-adv-box vp-scrollbar " style ="display: none; ">
38
+ < div class ="vp-gb-adv-head ">
39
+ < label > Columns</ label >
40
+ < label > Methods</ label >
41
+ < label > Rename columns</ label >
42
+ </ div >
38
43
<!-- render adv item -->
39
44
< button id ="vp_gbAdvAdd " class ="vp-button "> + Add</ button >
40
45
</ div >
You can’t perform that action at this time.
0 commit comments