Polished new product page

This commit is contained in:
keannu125 2023-03-06 22:33:06 +08:00
parent 1bdf7356d8
commit e4c7c8fc66

View file

@ -41,8 +41,11 @@ export default function NewProduct() {
Product Name Product Name
</p> </p>
<input <input
style={{ width: "32rem" }} style={{
onChange={(e: { target: { value: any } }) => { ...{ width: "32rem", height: "2rem" },
...styles.text_S,
}}
onChange={(e: React.ChangeEvent<HTMLInputElement>) => {
setProduct(e.target.value); setProduct(e.target.value);
}} }}
maxLength={20} maxLength={20}