Files
ragflow_python/web/src/pages/flow/canvas/node/index.less

13 lines
194 B
Plaintext
Raw Normal View History

.textUpdaterNode {
height: 50px;
border: 1px solid #eee;
padding: 5px;
border-radius: 5px;
background: white;
label {
display: block;
color: #777;
font-size: 12px;
}
}