feat(图表): 表格基础样式,边框颜色支持透明度配置

This commit is contained in:
jianneng-fit2cloud 2024-10-30 14:14:22 +08:00
parent a3c7092c0d
commit 41217a142e
2 changed files with 3 additions and 2 deletions

View File

@ -845,8 +845,9 @@ onMounted(() => {
:effect="themes"
is-custom
:trigger-width="108"
color-format="hex"
color-format="rgb"
:predefine="predefineColors"
show-alpha
@change="changeBasicStyle('tableBorderColor')"
/>
</el-form-item>

View File

@ -168,7 +168,7 @@ export function getCustomTheme(chart: Chart): S2Theme {
const { basicStyle, tableHeader, tableCell } = customAttr
// basic
if (basicStyle) {
const tableBorderColor = hexColorToRGBA(basicStyle.tableBorderColor, basicStyle.alpha)
const tableBorderColor = basicStyle.tableBorderColor
const tableScrollBarColor = basicStyle.tableScrollBarColor
const tmpTheme: S2Theme = {
splitLine: {