mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
refactor(仪表板、数据大屏):表格背景设置支持透明度
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
size="small"
|
||||
:predefine="predefineColors"
|
||||
is-custom
|
||||
show-alpha
|
||||
:effect="themes"
|
||||
@change="changeColorCase('tableHeaderBgColor')"
|
||||
/>
|
||||
@@ -96,6 +97,7 @@
|
||||
size="small"
|
||||
:predefine="predefineColors"
|
||||
:effect="themes"
|
||||
show-alpha
|
||||
is-custom
|
||||
@change="changeColorCase('tableItemBgColor')"
|
||||
/>
|
||||
@@ -125,6 +127,7 @@
|
||||
:predefine="predefineColors"
|
||||
color-format="rgb"
|
||||
:effect="themes"
|
||||
show-alpha
|
||||
is-custom
|
||||
@change="changeColorCase('tableHeaderColBgColor')"
|
||||
/>
|
||||
@@ -139,6 +142,7 @@
|
||||
:predefine="predefineColors"
|
||||
color-format="rgb"
|
||||
:effect="themes"
|
||||
show-alpha
|
||||
is-custom
|
||||
@change="changeColorCase('tableHeaderCornerBgColor')"
|
||||
/>
|
||||
@@ -166,6 +170,7 @@
|
||||
:predefine="predefineColors"
|
||||
:effect="themes"
|
||||
is-custom
|
||||
show-alpha
|
||||
@change="changeColorCase('tableBorderColor')"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
||||
Reference in New Issue
Block a user