ui: fixes ui style on Edge (#6791)

Fixes #6787
This commit is contained in:
Hoang Nguyen 2022-10-04 12:25:03 +07:00 committed by GitHub
parent b69292c376
commit 6a0c9079ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View File

@ -80,7 +80,6 @@
<a-pagination
class="row-element pagination"
size="small"
style="overflow-y: auto"
:current="page"
:pageSize="pageSize"
:total="total"

View File

@ -53,7 +53,6 @@
<a-pagination
class="row-element pagination"
size="small"
style="overflow-y: auto"
:current="page"
:pageSize="pageSize"
:total="total"

View File

@ -91,7 +91,6 @@
<a-pagination
class="row-element pagination"
size="small"
style="overflow-y: auto"
:current="page"
:pageSize="pageSize"
:total="total"

View File

@ -50,7 +50,6 @@
<a-pagination
class="row-element pagination"
size="small"
style="overflow-y: auto"
:current="page"
:pageSize="pageSize"
:total="total"