Commit 31dab67e078cd366fa0d1d556e6b256e19277ab4
1 parent
e39ee642
Exists in
master
and in
1 other branch
修复黑色主题引用路径
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
examples/styles/element.scss
| @@ -13,7 +13,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts'; | @@ -13,7 +13,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts'; | ||
| 13 | /* 黑色主题 */ | 13 | /* 黑色主题 */ |
| 14 | // @import "./theme-dark.scss"; | 14 | // @import "./theme-dark.scss"; |
| 15 | @import "~element-ui/packages/theme-chalk/src/index"; | 15 | @import "~element-ui/packages/theme-chalk/src/index"; |
| 16 | -@import "../../theme/index.scss"; | 16 | +@import "./element-black.scss"; |
| 17 | 17 | ||
| 18 | .theme-dark { | 18 | .theme-dark { |
| 19 | .el-dialog__wrapper { | 19 | .el-dialog__wrapper { |