修复更新弹窗底部文字颜色适配问题
parent
e93052f0cb
commit
2b263cae87
|
@ -1,7 +1,3 @@
|
|||
### 修复
|
||||
|
||||
- 修复全局更新弹窗无法遮盖搜索框的问题
|
||||
|
||||
### 其他
|
||||
|
||||
- 由于electron 7.1.3 - 7.1.5 的自动更新功能存在Bug,现降级到7.1.2
|
||||
- 修复更新弹窗底部文字颜色没有适配当前主题颜色的问题
|
||||
|
|
|
@ -261,7 +261,7 @@ export default {
|
|||
p {
|
||||
font-size: 12px;
|
||||
color: @color-theme;
|
||||
line-height: 1.2;
|
||||
line-height: 1.25;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -281,6 +281,9 @@ each(@themes, {
|
|||
.footer {
|
||||
.desc {
|
||||
color: ~'@{color-@{value}-theme}';
|
||||
p {
|
||||
color: ~'@{color-@{value}-theme}';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue