update limits & style

This commit is contained in:
solehudin5699
2022-02-28 21:42:32 +07:00
parent a1935991e5
commit 60eae089d7
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -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;