Browse Source

style:table样式修复

master
guoapeng 4 months ago
parent
commit
e224d60ef4
  1. 30
      src/pages/Index/History.vue

30
src/pages/Index/History.vue

@ -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 {

Loading…
Cancel
Save