forked from alibaba/lowcode-engine-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.less
More file actions
49 lines (49 loc) · 1 KB
/
index.less
File metadata and controls
49 lines (49 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.lc-setter-object-row {
display: flex;
align-items: center;
width: 100%;
.lc-setter-object-row-edit {
width: var(--s-7, 28px) !important;
height: var(--s-7, 28px) !important;
display: flex !important;
align-items: center;
justify-content: center;
cursor: pointer;
}
.lc-setter-object-row-body {
display: flex;
margin-left: var(--s-1);
gap: var(--s-1);
color: var(--color-text1-2);
flex: 1;
min-width: 0;
align-items: center;
.lc-field {
padding: 0 !important;
.lc-field-body {
width: 100%;
padding: 0 !important;
margin: 0 !important;
.next-select {
min-width: 0;
width: 100%;
.next-input {
min-width: 0;
width: 100%;
}
}
.next-input {
min-width: 0;
width: 100%;
}
}
}
> * {
flex: 1;
flex-shrink: 1;
margin-left: 2px;
min-width: 0;
overflow: hidden;
}
}
}