Commit c2e2ca9bedbe754c026bae5a711747e31c4779e0

Authored by Tanimodori
Committed by GitHub
1 parent 02c469b1

style: 修复antdv Modal header高度错误 (#1987)

src/components/Modal/src/index.less
... ... @@ -26,7 +26,6 @@
26 26 &-title {
27 27 font-size: 16px;
28 28 font-weight: bold;
29   - line-height: 16px;
30 29  
31 30 .base-title {
32 31 cursor: move !important;
... ...