fix: 🐛 主题颜色设置覆盖暗黑模式下el-table行激活的背景色问题修复
This commit is contained in:
@@ -39,13 +39,3 @@ export function isExternal(path: string) {
|
||||
const isExternal = /^(https?:|http?:|mailto:|tel:)/.test(path);
|
||||
return isExternal;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置Style属性
|
||||
*
|
||||
* @param propName
|
||||
* @param value
|
||||
*/
|
||||
export function setStyleProperty(propName: string, value: string) {
|
||||
document.documentElement.style.setProperty(propName, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user