chore: playground layout
This commit is contained in:
@@ -9,7 +9,6 @@ interface NoteInfoProps {
|
||||
description?: React.ReactNode;
|
||||
}
|
||||
const NoteInfo: React.FC<NoteInfoProps> = (props) => {
|
||||
console.log('props+++++++++', props);
|
||||
const { required, description, label } = props || {};
|
||||
return (
|
||||
<span className="label-text">
|
||||
|
||||
@@ -167,4 +167,7 @@
|
||||
top: -20px;
|
||||
height: @wrapheight - 2px;
|
||||
}
|
||||
:global(.ant-input-group-addon) {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user