File tree 3 files changed +339
-45
lines changed
3 files changed +339
-45
lines changed Original file line number Diff line number Diff line change 9
9
/* grid-template-rows: 35px 30px 60% calc(40% - 80px); */
10
10
/* grid-template-rows: 35px 30px calc(100% - 80px); */
11
11
/* grid-template-rows: 35px 65px calc(100% - 110px); */
12
- grid-template-rows : 35px 65px 35px calc (100% - 145px );
12
+ /* grid-template-rows: 35px 65px 35px calc(100% - 145px); */
13
+ grid-template-rows : 65px 30px calc (100% - 115px );
13
14
grid-template-columns : 100% ;
14
15
}
15
16
55
56
}
56
57
.vp-fe-toolbar {
57
58
/* border-top: 1px solid var(--vp-border-gray-color); */
58
- padding-top : 5px ;
59
+ /* padding-top: 5px; */
59
60
}
60
61
.vp-fe-toolbar-item {
61
- width : 100px ;
62
- margin-right : 5px ;
62
+ width : 50px ;
63
+ height : 50px ;
64
+ /* margin-right: 5px; */
65
+ display : inline-block;
66
+ border : 0.25px solid var (--vp-border-gray-color );
67
+ box-sizing : border-box;
68
+ box-shadow : 0.5px 0.5px 0.5px rgb (0 0 0 / 10% );
69
+ border-radius : 3px ;
70
+ line-height : 40px ;
71
+ vertical-align : middle;
72
+ cursor : pointer;
73
+ padding : 5px ;
74
+ text-align : center;
63
75
}
64
76
.vp-fe-menu-box {
65
77
position : absolute;
Original file line number Diff line number Diff line change 27
27
28
28
</ div >
29
29
< div class ="vp-fe-body ">
30
- < div class ="vp-fe-preview "> < textarea id ="vp_fePreviewCode " name ="code "> # Code preview</ textarea > </ div >
30
+ <!-- < div class="vp-fe-preview"><textarea id="vp_fePreviewCode" name="code"># Code preview</textarea></div> -- >
31
31
< div class ="vp-fe-df-box ">
32
32
< div >
33
33
< label for ="vp_feVariable " class ="vp-orange-text "> DataFrame</ label >
44
44
< label > < input type ="checkbox " class ="vp-state " id ="inplace " /> < span > Inplace</ span > </ label >
45
45
</ div >
46
46
</ div >
47
- < div class ="vp-fe-toolbar ">
48
- < button type ="button " class ="vp-button vp-fe-toolbar-item " data-type ="97 "> Add Column</ button >
49
- < button type ="button " class ="vp-button vp-fe-toolbar-item " data-type ="98 "> Add Row</ button >
47
+ < div class ="vp-fe-toolbox ">
48
+ <!-- <button type="button" class="vp-button vp-fe-toolbar-item" data-type="97">Add Column</button>
49
+ <button type="button" class="vp-button vp-fe-toolbar-item" data-type="98">Add Row</button> -->
50
+ < div class ="vp-button vp-fe-toolbar-item " data-type ="97 " title ="Add column "> AC</ div >
51
+ < div class ="vp-button vp-fe-toolbar-item " data-type ="97 " title ="Add row "> AR</ div >
50
52
</ div >
51
53
< div class ="vp-fe-table no-selection ">
52
54
<!-- Frame table -->
You can’t perform that action at this time.
0 commit comments