fix(component): 🧩 修复组件样式代码的风格校验不通过问题
This commit is contained in:
parent
3a392c5912
commit
42359a824b
@ -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"
|
||||
|
||||
@ -331,7 +331,6 @@ function handleMenuCommand(command: string, item: ConversationItem<ChatSessionVo
|
||||
opacity: 0;
|
||||
|
||||
// 指定样式过渡
|
||||
|
||||
// 向左偏移一个宽度
|
||||
transform: translateX(-100%);
|
||||
transition:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user