Skip to content

Commit

Permalink
refactor: delete unuse css code.
Browse files Browse the repository at this point in the history
  • Loading branch information
YumoImer committed Aug 3, 2024
1 parent d9307cd commit 0953bba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/conversations/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const genConversationsStyle: GenerateStyle<ConversationsToken> = (token) => ({
},
// 会话操作菜单
[`& ${token.componentCls}-menu`]: {
float: 'inline-end',
fontWeight: token.fontWeightStrong,
fontSize: token.fontSizeLG,
display: 'none',
Expand All @@ -63,7 +62,6 @@ const genConversationsStyle: GenerateStyle<ConversationsToken> = (token) => ({
},
// 会话图标
[`& ${token.componentCls}-icon`]: {
float: 'inline-start',
},
},
});
Expand Down

0 comments on commit 0953bba

Please sign in to comment.