jxdnsong
2020-10-23 a7929e6b3ec9ac17233f39e55a2b8ac63ea75f42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.dgrid-status {
    padding: 2px;
}
 
.dgrid-pagination .dgrid-status {
    float: left;
}
 
.dgrid-pagination .dgrid-navigation, .dgrid-pagination .dgrid-page-size {
    float: right;
}
.dgrid-navigation .dgrid-page-link {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    padding: 0 4px;
}
.dgrid-first, .dgrid-last, .dgrid-next, .dgrid-previous {
    font-size: 130%;
}
.dgrid-pagination .dgrid-page-disabled {
    color: #aaa;
    cursor: default;
}
.dgrid-page-input {
    margin-top: 1px;
    width: 2em;
    text-align: center;
}
.dgrid-page-size {
    margin: 1px 4px 0 4px;
}