|
|
@ -617,21 +617,21 @@ onMounted(() => { |
|
|
|
background: #f5f7fa; |
|
|
|
} |
|
|
|
|
|
|
|
// 添加表格容器阴影效果 |
|
|
|
&::after { |
|
|
|
content: ''; |
|
|
|
position: absolute; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
bottom: 0; |
|
|
|
height: 30px; |
|
|
|
background: linear-gradient( |
|
|
|
to top, |
|
|
|
rgba(255, 255, 255, 0.9), |
|
|
|
transparent |
|
|
|
); |
|
|
|
pointer-events: none; |
|
|
|
} |
|
|
|
//// 添加表格容器阴影效果 |
|
|
|
//&::after { |
|
|
|
// content: ''; |
|
|
|
// position: absolute; |
|
|
|
// left: 0; |
|
|
|
// right: 0; |
|
|
|
// bottom: 0; |
|
|
|
// height: 30px; |
|
|
|
// background: linear-gradient( |
|
|
|
// to top, |
|
|
|
// rgba(255, 255, 255, 0.9), |
|
|
|
// transparent |
|
|
|
// ); |
|
|
|
// pointer-events: none; |
|
|
|
//} |
|
|
|
} |
|
|
|
|
|
|
|
.history-function { |
|
|
|