Skip to content

Commit fc81f6a

Browse files
author
minjk-bl
committed
Edit Frame to support fill and drop outlier, changed add, replace function
1 parent c8e783e commit fc81f6a

File tree

2 files changed

+662
-146
lines changed

2 files changed

+662
-146
lines changed

visualpython/css/m_apps/frame.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@
256256
.vp-inner-popup-addtype {
257257
width: 153px;
258258
}
259+
.vp-inner-popup-condition-use-text {
260+
position: sticky;
261+
left: 190px;
262+
}
259263
.vp-inner-popup-delete-value {
260264
display: inline-block;
261265
cursor: pointer;
@@ -294,7 +298,6 @@
294298
.vp-inner-popup-sortby-down {
295299
float: right;
296300
display: inline-block;
297-
298301
}
299302

300303
/* UDF Editor - CodeMirror */

0 commit comments

Comments
 (0)