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
const limits = {
fileSize: 10_1000_1000,
fileSize: 10_000_000,
};
const upload = multer({
+2 -3
View File
@@ -65,9 +65,6 @@
font-weight: bold;
outline: none;
}
.note {
font-size: 18px;
}
.hidden {
display: none;
}
@@ -81,6 +78,7 @@
}
.input-option-quality {
width: 200px;
outline: none;
}
.value-qty-img {
width: 30px;
@@ -111,6 +109,7 @@
.checkbox-option {
width: 20px;
height: 20px;
outline: none;
}
.checkbox-wrapper {
display: flex;