123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- @import "../../../../../../src/theme.less";
- :host{
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- .text-sign{
- text-decoration: underline;
- cursor: pointer;
- }
- ::ng-deep .ant-table-footer{
- padding: 16px 0;
- width: calc(100% - 15px);
- font-weight: bold;
- }
- tr, th{
- text-align: center;
- }
- .searchDataWrap{
- display: flex;
- align-items: center;
- justify-content: space-between;
- .searchData{
- padding: 16px;
- display: flex;
- align-items: center;
- .searchDataItem{
- margin-right: 24px;
- .label{
- font-size: 16px;
- }
- .selectItem{
- width: 160px;
- }
- }
- }
- .operation{
- margin-right: 16px;
- display: flex;
- align-items: center;
- cursor: pointer;
- .icon_transport{
- margin-right: 16px;
- font-size: 24px;
- }
- .btn{
- &.default{
- height: 32px;
- line-height: 32px;
- min-width: 70px;
- }
- }
- }
- }
- .table{
- margin: 0 8px;
- }
- .moreFilter{
- margin-bottom: 16px;
- span{
- margin-left: 16px;
- color: @primary-color;
- }
- }
- .pagination{
- padding: 16px;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- }
|