fix: 抽离全局设置的位置

This commit is contained in:
mtruning
2022-01-15 16:07:46 +08:00
parent d2fabeae5f
commit 4bf319dcb4
12 changed files with 46 additions and 59 deletions
+2 -2
View File
@@ -112,8 +112,8 @@ const handleClick = (key: 'close' | 'remove' | 'resize' | 'fullResize') => {
font-weight: bold;
border-radius: 50%;
&.mini {
width: 10px;
height: 10px;
width: 8px;
height: 8px;
margin: 0 2px;
}
&.disabled {