mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-01 22:10:27 +00:00
18 lines
283 B
SCSS
18 lines
283 B
SCSS
.expression-setter-item-inner {
|
|
.next-menu-item-text {
|
|
vertical-align: middle;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.next-menu-item {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
.code-input-value {
|
|
float: left;
|
|
}
|
|
.code-input-help {
|
|
float: right;
|
|
color: #6897f2;
|
|
}
|