later the blue dot

This commit is contained in:
kangwei 2020-06-22 21:12:43 +08:00
parent 8c3169532e
commit a67850f79c
2 changed files with 2 additions and 1 deletions

View File

@ -162,6 +162,7 @@ export class Field extends Component<FieldProps> {
* TODO: turn number to enum
*/
function createValueState(valueState?: number, onClear?: (e: React.MouseEvent) => void) {
return null;
let tip: any = null;
let className = 'lc-valuestate';
let icon: any = null;

View File

@ -123,7 +123,7 @@
// background: var(--color-block-background-shallow, rgba(31,56,88,.06));
// border-bottom: 1px solid var(--color-line-normal);
// color: var(--color-title);
padding: 0 16px 0 10px;
padding: 0 16px;
background-color: #F7F9FC;
color: #8F9BB3;
user-select: none;