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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
| .permModal {
| .ivu-modal-body {
| max-height: 560px;
| overflow: auto;
| }
| }
|
| .depModal {
| .ivu-modal-body {
| max-height: 500px;
| overflow: auto;
| }
| }
|
| .Sign .ivu-table-cell {
| text-align: center;
| }
|
| .Sign .ivu-table td {
| border-bottom: 0;
| }
|
| .isshow {
| display: block;
| }
|
| //设置表格的样式
| .ivu-table table {
| table-layout: fixed;
| width: 125px;
| }
|
| .ivu-table td.no_border>.ivu-table-cell {
| padding-left: 0;
| padding-right: 0;
| }
|
| .no_border.ivu-table-wrapper {
| border: none;
| }
|
| .no_border.ivu-table td,
| .no_border.ivu-table th {
| border: none;
| }
|
| .no_border .ivu-table.ivu-table-default::after,
| .no_border .ivu-table.ivu-table-default::before {
| display: none !important;
| }
|
| .no_border .ivu-table-column-center {
| border-right: none;
| }
|
| .no_border .ivu-table-row:last-child .ivu-table-column-center {
| border-bottom: none;
| }
|
| //设置日期选择器的间距
| .ivu-date-picker {
| padding-left: 2px !important;
| }
|
| .init-button {
| margin-left: 8px;
| }
|
|