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}": [
"prettier --write",
"eslint --fix",
"git add"
],
"*.{json,js,jsx}": [
"prettier --write",
"eslint --fix",
"git add"
],
"*.vue": [
"prettier --write",
"eslint --fix",
"stylelint --fix",
"git add"

View File

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