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