mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
chore: lint fixes
This commit is contained in:
parent
54ba8b6251
commit
8e52373679
@ -103,8 +103,8 @@
|
||||
@include e(action) {
|
||||
@include once {
|
||||
transition:
|
||||
color .3s $--n-ease-in-out-cubic-bezier,
|
||||
border-color .3s $--n-ease-in-out-cubic-bezier;
|
||||
color .3s $--n-ease-in-out-cubic-bezier,
|
||||
border-color .3s $--n-ease-in-out-cubic-bezier;
|
||||
}
|
||||
border-top: 1px solid $--base-select-menu-action-divider-color;
|
||||
color: $--base-select-menu-action-text-color;
|
||||
|
@ -36,7 +36,6 @@ $--n-ease-in-cubic-bezier: cubic-bezier(.4, 0, 1, 1);
|
||||
|
||||
$--n-popmenu-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18) !global;
|
||||
|
||||
|
||||
/** alert */
|
||||
$--n-alert-border-radius: $--n-border-radius;
|
||||
|
||||
|
2
think.md
2
think.md
@ -184,7 +184,7 @@ const devtoolIsOpened = e.target === document.activeElement
|
||||
61. 调整 transfer 的样式
|
||||
62. <del>Table cascader 差一点国际化</del>
|
||||
63. Anchor 初次滚动的逻辑是不是要手动调整一下,现在位置实际上不一致
|
||||
64. 将所有的 Typography 组件改为非 Functional 的,因为获取不到 context 本身的主题
|
||||
64. <del>将所有的 Typography 组件改为非 Functional 的,因为获取不到 context 本身的主题</del>
|
||||
|
||||
```
|
||||
Done
|
||||
|
Loading…
Reference in New Issue
Block a user