Commit 948b6a2c8f2c9a6eef1b755c101afbe35003671d
1 parent
e93f8636
汇总按钮样式调整
Showing
2 changed files
with
6 additions
and
0 deletions
src/views/basic/ask/list.vue
| @@ -415,5 +415,8 @@ div::-webkit-scrollbar-thumb { | @@ -415,5 +415,8 @@ div::-webkit-scrollbar-thumb { | ||
| 415 | .btn-box { | 415 | .btn-box { |
| 416 | text-align: right; | 416 | text-align: right; |
| 417 | padding: 0 12px 16px; | 417 | padding: 0 12px 16px; |
| 418 | + position: sticky; | ||
| 419 | + top: 4px; | ||
| 420 | + z-index: 10; | ||
| 418 | } | 421 | } |
| 419 | </style> | 422 | </style> |
| 420 | \ No newline at end of file | 423 | \ No newline at end of file |
src/views/basic/test/list.vue
| @@ -618,5 +618,8 @@ div::-webkit-scrollbar-thumb { | @@ -618,5 +618,8 @@ div::-webkit-scrollbar-thumb { | ||
| 618 | .btn-box { | 618 | .btn-box { |
| 619 | text-align: right; | 619 | text-align: right; |
| 620 | padding: 0 12px 16px; | 620 | padding: 0 12px 16px; |
| 621 | + position: sticky; | ||
| 622 | + top: 4px; | ||
| 623 | + z-index: 10; | ||
| 621 | } | 624 | } |
| 622 | </style> | 625 | </style> |
| 623 | \ No newline at end of file | 626 | \ No newline at end of file |