5151 padding : 10px ;
5252 display : grid;
5353 grid-row-gap : 5px ;
54- grid-template-rows : 35px 30px calc (100% - 80px );
5554 /* grid-template-rows: 35px 30px 60% calc(40% - 80px); */
55+ /* grid-template-rows: 35px 30px calc(100% - 80px); */
56+ grid-template-rows : 35px 65px calc (100% - 110px );
57+ grid-template-columns : 100% ;
5658}
5759
5860/* Code Preview */
7274.vp-fe-preview .CodeMirror-code .cm-string {
7375 background-color : rgba (246 , 173 , 85 , 0.2 );
7476}
77+ .vp-fe-df-box {
78+ display : grid;
79+ grid-template-rows : 30px ;
80+ grid-row-gap : 5px ;
81+ }
82+ .vp-fe-df-box label {
83+ width : 70px ;
84+ }
7585.vp-fe # vp_feVariable {
7686 width : 125px ;
77- margin-left : 5px ;
87+ /* margin-left: 5px; */
7888}
7989.vp-fe-df-refresh {
8090 cursor : pointer;
8191}
82- .vp-fe-df-showinfo {
83- cursor : pointer;
84- float : right;
85- width : fit-content;
86- }
8792.vp-fe-menu-box {
88- position : fixed;
93+ /* position: fixed; */
94+ position : absolute;
8995 top : 0 ;
9096 left : 0 ;
9197 background : # FFFFFF ;
151157.vp-fe-table {
152158 height : 100% ;
153159 background : var (--border-gray-color );
154- padding : 5px ;
160+ border : 5px solid var ( --border-gray-color ) ;
155161 overflow : auto;
156162}
157163.vp-fe-table table {
158164 border-collapse : separate;
159165 margin-top : 0px ;
160166 margin-left : 0px ;
161167}
168+ .vp-fe-table table th {
169+ /* no-selection for th */
170+ -webkit-touch-callout : none;
171+ -webkit-user-select : none;
172+ -khtml-user-select : none;
173+ -moz-user-select : none;
174+ -ms-user-select : none;
175+ user-select : none;
176+ }
162177.vp-fe-table thead th {
163178 position : sticky;
164179 top : 0 ;
203218}
204219.vp-fe-info {
205220 display : none;
206- /* width: 100%;
207- height: 100%;
208- margin: 0px; */
209221 position : absolute;
210- width : 70% ;
211- height : 70% ;
212- margin : 0px ;
213- top : 20% ;
214- right : 10px ;
215- background : # FFFFFF ;
216- border : 0.25px solid # C4C4C4 ;
217- box-shadow : 1px 1px 2px rgb (0 0 0 / 10% );
222+ width : 100% ;
223+ height : 300px ;
224+ bottom : 50px ;
225+ background : # F7F7F7 ;
226+ border : 0.25px solid # E4E4E4 ;
227+ padding : 10px ;
218228}
229+
219230.vp-fe-info-title {
220231 width : 100% ;
221232 height : 20px ;
284295 left : 15px ;
285296 top : 4px ;
286297}
298+ .vp-fe-btn-dataview {
299+ left : 105px ;
300+ top : 4px ;
301+ }
287302.vp-fe-btn-cancel {
288303 top : 4px ;
289304 right : 105px ;
316331 bottom : 34px ;
317332 right : 1px ;
318333 width : 84px ;
319- height : 30 px ;
334+ height : 62 px ;
320335 font-size : 13px ;
321336 text-align : center;
322337 line-height : 30px ;
328343 color : var (--font-hightlight );
329344 background : var (--light-gray-color );
330345}
331- /* .vp-fe-btn-box {
332- position: absolute;
333- bottom: 10px;
334- right: 10px;
335- }
336- .vp-fe-btn-apply
337- , .vp-fe-popup-ok {
338- width: 80px;
339- height: 30px;
340- background: #F37704;
341- border: 0.25px solid #C4C4C4;
342- box-sizing: border-box;
343- border-radius: 2px;
344- text-align: center;
345- color: #FFFFFF;
346- }
347- .vp-fe-btn-apply:hover
348- , .vp-fe-popup-ok:hover {
349- background: var(--hightlight-color);
350- }
351- .vp-fe-btn-cancel
352- , .vp-fe-popup-cancel {
353- width: 80px;
354- height: 30px;
355- background: #E5E5E5;
356- border: 0.25px solid #C4C4C4;
357- box-sizing: border-box;
358- border-radius: 2px;
359- text-align: center;
360- color: #696969;
361- }
362- .vp-fe-btn-cancel:hover
363- , .vp-fe-popup-cancel:hover {
364- background: #ccc;
365- } */
346+
347+ /* popup page */
348+ /* add page */
349+ .vp-popup-addpage {
350+ height : 300px ;
351+ }
352+ .vp-popup-addpage .vp-popup-tab .replace {
353+ height : calc (100% - 50px );
354+ }
0 commit comments