@@ -2059,4 +2059,11 @@ input:-internal-autofill-selected {
.ant-calendar-picker-icon {
display: none;
}
+}
+
+// 表格按钮列表固定在右边
+.btn-list-sticky {
+ position: sticky;
+ position: -webkit-sticky;
+ right: 2px;
@@ -18,6 +18,7 @@
<!-- 额外的展开行 -->
<template #expandedRowRender="{ record }">
<BtnList :btnList="secondBtn"
+ class="btn-list-sticky"
:record="record"
@click="openComponent" />
</template>