fix(component): 🧩 修复组件样式代码的风格校验不通过问题

This commit is contained in:
何嘉悦 2025-06-06 18:11:30 +08:00
parent 3a392c5912
commit 42359a824b
2 changed files with 0 additions and 4 deletions

View File

@ -1,16 +1,13 @@
{ {
"*.{ts,tsx}": [ "*.{ts,tsx}": [
"prettier --write",
"eslint --fix", "eslint --fix",
"git add" "git add"
], ],
"*.{json,js,jsx}": [ "*.{json,js,jsx}": [
"prettier --write",
"eslint --fix", "eslint --fix",
"git add" "git add"
], ],
"*.vue": [ "*.vue": [
"prettier --write",
"eslint --fix", "eslint --fix",
"stylelint --fix", "stylelint --fix",
"git add" "git add"

View File

@ -331,7 +331,6 @@ function handleMenuCommand(command: string, item: ConversationItem<ChatSessionVo
opacity: 0; opacity: 0;
// //
// //
transform: translateX(-100%); transform: translateX(-100%);
transition: transition: