@@ -1587,7 +1587,7 @@
&-number {
display: block;
float: left;
- width: 24px;
+ width: 32px;
& + .rich-text {
margin-left: 24px;
@@ -20,6 +20,7 @@ export async function buildPdf(
margin: 0,
html2canvas: { scale: 6 },
filename: filename || "",
+ image: { type: "jpeg", quality: 0.8 },
jsPDF: {
...jsPDFConfigs[pageSize],
},
@@ -9,6 +9,10 @@ const proxy = {
target: process.env.VUE_APP_QUESTIONS_HOST_URL,
changeOrigin: true,
+ "/file/": {
+ target: process.env.VUE_APP_QUESTIONS_HOST_URL,
+ changeOrigin: true,
+ },
};
var webpack = require("webpack");