diff --git a/src/views/basic/ask/list.vue b/src/views/basic/ask/list.vue index e7aa68a..8e7bafc 100644 --- a/src/views/basic/ask/list.vue +++ b/src/views/basic/ask/list.vue @@ -415,5 +415,8 @@ div::-webkit-scrollbar-thumb { .btn-box { text-align: right; padding: 0 12px 16px; + position: sticky; + top: 4px; + z-index: 10; } \ No newline at end of file diff --git a/src/views/basic/test/list.vue b/src/views/basic/test/list.vue index 6771d44..496c8aa 100644 --- a/src/views/basic/test/list.vue +++ b/src/views/basic/test/list.vue @@ -618,5 +618,8 @@ div::-webkit-scrollbar-thumb { .btn-box { text-align: right; padding: 0 12px 16px; + position: sticky; + top: 4px; + z-index: 10; } \ No newline at end of file