diff --git a/package.json b/package.json
index db68c44..7f5db16 100644
--- a/package.json
+++ b/package.json
@@ -37,6 +37,7 @@
},
"dependencies": {
"@riophae/vue-treeselect": "0.4.0",
+ "autofit.js": "^3.2.1",
"axios": "0.24.0",
"clipboard": "2.0.8",
"core-js": "3.25.3",
diff --git a/postcss.config.js b/postcss.config.js
index c56ba55..f52012b 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -1,10 +1,10 @@
-module.exports = {
- plugins: {
- "postcss-px-to-viewport": {
- viewportWidth: 1920,
+// module.exports = {
+// plugins: {
+// "postcss-px-to-viewport": {
+// // viewportWidth: 1920,
- // viewportWidth: 6656,
- // viewportHeight: 1792,
- },
- },
-};
+// viewportWidth: 6656,
+// viewportHeight: 1792,
+// },
+// },
+// };
diff --git a/src/App.vue b/src/App.vue
index 2a7aadb..47918ad 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -7,7 +7,7 @@