File tree Expand file tree Collapse file tree 2 files changed +597
-68
lines changed Expand file tree Collapse file tree 2 files changed +597
-68
lines changed Original file line number Diff line number Diff line change
1
+ .vp-rs-container {
2
+ width : 700px ;
3
+ height : 550px ;
4
+ }
5
+
6
+ .vp-rs-container .vp-pp-body {
7
+ overflow : hidden;
8
+ }
9
+
10
+ .vp-rs-df-box {
11
+ display : grid;
12
+ grid-template-rows : 30px ;
13
+ grid-row-gap : 5px ;
14
+ }
15
+
16
+ .vp-rs-df-refresh {
17
+ display : inline-block;
18
+ cursor : pointer;
19
+ margin-left : 5px ;
20
+ }
21
+ .vp-rs-df-box label {
22
+ font-weight : bold;
23
+ }
24
+ .vp-rs-df-box select ,
25
+ .vp-rs-df-box input {
26
+ width : 160px ;
27
+ }
28
+
29
+ .vp-rs-type-box {
30
+ display : grid;
31
+ grid-template-rows : 30px ;
32
+ grid-row-gap : 5px ;
33
+ }
34
+ .vp-rs-type-title {
35
+ /* background: var(--light-gray-color); */
36
+ border : 1px solid var (--border-gray-color );
37
+ height : 30px ;
38
+ line-height : 30px ;
39
+ vertical-align : middle;
40
+ padding : 0px 10px ;
41
+ font-weight : bold;
42
+ }
You can’t perform that action at this time.
0 commit comments