Commit 948b6a2c8f2c9a6eef1b755c101afbe35003671d

Authored by 梁保满
1 parent e93f8636

汇总按钮样式调整

src/views/basic/ask/list.vue
... ... @@ -415,5 +415,8 @@ div::-webkit-scrollbar-thumb {
415 415 .btn-box {
416 416 text-align: right;
417 417 padding: 0 12px 16px;
  418 + position: sticky;
  419 + top: 4px;
  420 + z-index: 10;
418 421 }
419 422 </style>
420 423 \ No newline at end of file
... ...
src/views/basic/test/list.vue
... ... @@ -618,5 +618,8 @@ div::-webkit-scrollbar-thumb {
618 618 .btn-box {
619 619 text-align: right;
620 620 padding: 0 12px 16px;
  621 + position: sticky;
  622 + top: 4px;
  623 + z-index: 10;
621 624 }
622 625 </style>
623 626 \ No newline at end of file
... ...