update limits & style
This commit is contained in:
@@ -16,7 +16,7 @@ const storage = multer.diskStorage({
|
|||||||
|
|
||||||
//Limit filesize
|
//Limit filesize
|
||||||
const limits = {
|
const limits = {
|
||||||
fileSize: 10_1000_1000,
|
fileSize: 10_000_000,
|
||||||
};
|
};
|
||||||
|
|
||||||
const upload = multer({
|
const upload = multer({
|
||||||
|
|||||||
+2
-3
@@ -65,9 +65,6 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
.note {
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -81,6 +78,7 @@
|
|||||||
}
|
}
|
||||||
.input-option-quality {
|
.input-option-quality {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
.value-qty-img {
|
.value-qty-img {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
@@ -111,6 +109,7 @@
|
|||||||
.checkbox-option {
|
.checkbox-option {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
.checkbox-wrapper {
|
.checkbox-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user