jobdone-shared-files 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  updated(el) {
3
3
  setTimeout(function () {
4
- el.style.height = "auto";
4
+ // el.style.height = "auto"; // 可能造成視窗彈跳找到解決辦法前先註解(不會自動縮小)
5
5
  if (el.value) {
6
6
  el.style.height = `${el.scrollHeight + 2}px`
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {