mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-14 18:11:48 +08:00
fix(theme-chalk): components details when dark (#7229)
* fix(theme-chalk): components details when dark * fix(theme-chalk): remove step icon bg color
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
element-loading-text="Loading..."
|
||||
:element-loading-spinner="svg"
|
||||
element-loading-svg-view-box="-10, -10, 50, 50"
|
||||
element-loading-background="rgba(0, 0, 0, 0.8)"
|
||||
element-loading-background="rgba(122, 122, 122, 0.8)"
|
||||
:data="tableData"
|
||||
style="width: 100%"
|
||||
>
|
||||
|
Reference in New Issue
Block a user