Skip to content

Commit 6a70202

Browse files
author
minjk-bl
committed
Add apply page to replace function on Frame
1 parent ca797d1 commit 6a70202

File tree

3 files changed

+215
-69
lines changed

3 files changed

+215
-69
lines changed

visualpython/css/m_apps/frame.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@
279279
.vp-inner-popup-apply-column {
280280
width: 153px;
281281
}
282+
.vp-inner-popup-apply-target-name {
283+
width: 115px;
284+
}
282285
.vp-inner-popup-sortby {
283286
border: 0.25px solid var(--vp-border-gray-color);
284287
width: 160px;

visualpython/css/root.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,11 @@ hr.vp-extra-menu-line {
586586
.vp-inner-popup-body .w70 {
587587
width: 70px !important;
588588
}
589+
#vp_wrapper .w60,
590+
.vp-popup-frame .w60,
591+
.vp-inner-popup-body .w60 {
592+
width: 60px !important;
593+
}
589594
#vp_wrapper .w50,
590595
.vp-popup-frame .w50,
591596
.vp-inner-popup-body .w50 {

0 commit comments

Comments
 (0)