(component): update

This commit is contained in:
就眠儀式 2022-07-12 09:08:07 +08:00
parent 3f66bb4ca2
commit dd711a00b4
3 changed files with 8 additions and 1 deletions

View File

@ -49,6 +49,7 @@
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@types/node": "^16.11.9",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"@vue/server-renderer": "^3.2.37",

View File

@ -267,7 +267,7 @@ const renderFixedStyle = (column: any, columnIndex: number) => {
right = right + props.columns[i]?.width.replace("px", "");
}
}
return `right:${right}px`;
return `right:${right}px`;
}
}
};

View File

@ -14,6 +14,7 @@ importers:
'@layui/layui-vue': workspace:*
'@rollup/plugin-babel': ^5.3.0
'@types/node': ^16.11.9
'@types/uuid': ^8.3.4
'@typescript-eslint/eslint-plugin': ^5.8.0
'@typescript-eslint/parser': ^5.8.0
'@vitejs/plugin-vue': ^2.3.3
@ -48,6 +49,7 @@ importers:
'@commitlint/config-conventional': 16.2.1
'@rollup/plugin-babel': 5.3.1_@babel+core@7.17.9+rollup@2.75.5
'@types/node': 16.11.26
'@types/uuid': 8.3.4
'@typescript-eslint/eslint-plugin': 5.17.0_ec46de5930d083862c6e4af5d970d096
'@typescript-eslint/parser': 5.17.0_eslint@8.12.0+typescript@4.7.3
'@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37
@ -1769,6 +1771,10 @@ packages:
resolution: {integrity: sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw==}
dev: true
/@types/uuid/8.3.4:
resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==}
dev: true
/@typescript-eslint/eslint-plugin/5.17.0_ec46de5930d083862c6e4af5d970d096:
resolution: {integrity: sha512-qVstvQilEd89HJk3qcbKt/zZrfBZ+9h2ynpAGlWjWiizA7m/MtLT9RoX6gjtpE500vfIg8jogAkDzdCxbsFASQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}