We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6df9a commit 1db2fabCopy full SHA for 1db2fab
2 files changed
css/common/reshape.css
@@ -0,0 +1,42 @@
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
31
32
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
42
0 commit comments