mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 04:51:43 +08:00
fix: UI样式优化
This commit is contained in:
@@ -138,8 +138,10 @@ const btnHoverStyle = computed(() => {
|
||||
let btnColor = customStyle.btnColor
|
||||
if (customStyle.btnColor.startsWith('rgb')) {
|
||||
btnColor = rgbaTo16color(customStyle.btnColor)
|
||||
} else {
|
||||
btnColor = customStyle.btnColor.substr(1)
|
||||
}
|
||||
|
||||
if (btnColor.startsWith('#')) {
|
||||
btnColor = btnColor.substr(1)
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user