[update 全局样式] 表格鼠标悬浮的颜色

This commit is contained in:
danshihao
2024-08-06 17:57:38 +08:00
parent 72e7ebc5c0
commit 0417917f7c
+4 -1
View File
@@ -67,7 +67,9 @@ module.exports = {
/* less 变量覆盖,用于自定义 ant design 主题 */ /* less 变量覆盖,用于自定义 ant design 主题 */
'primary-color': '#0064FA', 'primary-color': '#0064FA',
'link-color': '#0064FA', 'link-color': '#0064FA',
'border-radius-base': '4px' 'border-radius-base': '4px',
// 表格悬停的颜色
'table-row-hover-bg': 'rgba(0, 100, 250, 0.08)'
}, },
javascriptEnabled: true javascriptEnabled: true
} }
@@ -88,6 +90,7 @@ module.exports = {
'/laws-chery': { '/laws-chery': {
host: '0.0.0.0', host: '0.0.0.0',
target: 'http://localhost:8188', target: 'http://localhost:8188',
// target: 'http://192.168.137.217:8188',
ws: false, ws: false,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {