Skip to content

Commit 1db2fab

Browse files
author
minjk-bl
committed
Apps > Reshape
1 parent 8d6df9a commit 1db2fab

File tree

2 files changed

+597
-68
lines changed

2 files changed

+597
-68
lines changed

css/common/reshape.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
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+
}

0 commit comments

Comments
 (0)