We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5f299 commit 9e9c958Copy full SHA for 9e9c958
1 file changed
src/frontEnd/src/views/TaskList/index.vue
@@ -979,12 +979,14 @@ function confirmDeleteAll() {
979
:deep(.fixed-paginator-table) {
980
display: flex;
981
flex-direction: column;
982
- height: calc(100vh - 580px);
+ height: calc(100vh - 480px);
983
+ min-height: 260px;
984
985
.p-datatable-wrapper {
986
flex: 1;
987
overflow-y: auto;
988
overflow-x: auto;
989
+ min-height: 160px;
990
}
991
992
// 空数据提示
@@ -993,7 +995,8 @@ function confirmDeleteAll() {
993
995
994
996
align-items: center;
997
justify-content: center;
- padding: 4rem 2rem;
998
+ padding: 2rem 1.5rem;
999
+ min-height: 150px;
1000
color: var(--text-color-secondary);
1001
1002
i {
0 commit comments