Skip to content

Commit 5eb5a46

Browse files
author
minjk-bl
committed
Apps > Groupby - advanced box generate code update & load&save
1 parent 34d8a45 commit 5eb5a46

File tree

2 files changed

+292
-63
lines changed

2 files changed

+292
-63
lines changed

css/common/groupby.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,28 @@
2626
padding: 10px;
2727
margin-top: 5px;
2828
height: 180px;
29+
30+
display: grid;
31+
grid-template-rows: 30px;
32+
grid-row-gap: 5px;
33+
overflow: auto;
34+
}
35+
.vp-gb-adv-method-box {
36+
position: relative;
37+
display: inline-block;
38+
}
39+
.vp-gb-adv-method {
40+
padding-right: 25px;
41+
}
42+
.vp-gb-adv-method-return {
43+
position: absolute;
44+
color: #C4C4C4;
45+
right: 7px;
46+
top: 7px;
47+
cursor: pointer;
48+
background: white;
49+
}
50+
.vp-gb-adv-item-delete {
51+
display: inline-block;
52+
padding-left: 5px;
2953
}

0 commit comments

Comments
 (0)