.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 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;
|
}
|