mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 02:38:16 +00:00
later the blue dot
This commit is contained in:
parent
8c3169532e
commit
a67850f79c
@ -162,6 +162,7 @@ export class Field extends Component<FieldProps> {
|
|||||||
* TODO: turn number to enum
|
* TODO: turn number to enum
|
||||||
*/
|
*/
|
||||||
function createValueState(valueState?: number, onClear?: (e: React.MouseEvent) => void) {
|
function createValueState(valueState?: number, onClear?: (e: React.MouseEvent) => void) {
|
||||||
|
return null;
|
||||||
let tip: any = null;
|
let tip: any = null;
|
||||||
let className = 'lc-valuestate';
|
let className = 'lc-valuestate';
|
||||||
let icon: any = null;
|
let icon: any = null;
|
||||||
|
|||||||
@ -123,7 +123,7 @@
|
|||||||
// background: var(--color-block-background-shallow, rgba(31,56,88,.06));
|
// background: var(--color-block-background-shallow, rgba(31,56,88,.06));
|
||||||
// border-bottom: 1px solid var(--color-line-normal);
|
// border-bottom: 1px solid var(--color-line-normal);
|
||||||
// color: var(--color-title);
|
// color: var(--color-title);
|
||||||
padding: 0 16px 0 10px;
|
padding: 0 16px;
|
||||||
background-color: #F7F9FC;
|
background-color: #F7F9FC;
|
||||||
color: #8F9BB3;
|
color: #8F9BB3;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user