Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44e76c7

Browse files
author
minjk-bl
committed
Change DataSelector style
1 parentaa116c8 commit44e76c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎visualpython/css/component/dataSelector.css‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555
}
5656
.vp-ds-data-box {
5757
width:100%;
58-
height:160px;
58+
height:150px;
5959
align-content: baseline;
6060
align-items: center;
6161
}
6262
.vp-ds-type-box,
6363
.vp-ds-variable-box {
6464
border:0.25px solidvar(--border-gray-color);
65-
height:160px;
65+
height:150px;
6666
grid-row-gap:0px;
6767
align-content: baseline;
6868
}
@@ -90,7 +90,7 @@
9090
margin-top:10px;
9191
}
9292
.vp-ds-option-inner-box {
93-
height:calc(100%-30px);
93+
height:calc(100%-35px);
9494
}
9595
.vp-ds-df-option-box {
9696
height:100%;

‎visualpython/html/component/dataSelector.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<divclass="vp-inner-popup-close"title="Close data selector"></div>
99
</div>
1010
<divclass="vp-inner-popup-body vp-scrollbar">
11-
<divclass="vp-grid-col-p50">
11+
<divclass="vp-grid-col-p50 mb5">
1212
<labelclass="vp-bold">Type</label>
1313
<labelclass="vp-bold">Data</label>
1414
</div>
@@ -22,7 +22,7 @@
2222
</div>
2323
<divclass="vp-ds-option-box">
2424
<labelclass="vp-bold">Option Page</label>
25-
<divclass="vp-ds-option-inner-box">
25+
<divclass="vp-ds-option-inner-box mt5">
2626

2727
</div>
2828
</div>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp