| | |
| | | .el-table__border-left-patch { |
| | | background: rgba(103, 135, 214, 1) !important; |
| | | } |
| | | |
| | | |
| | | .el-page { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | width: 100%; |
| | | height: 40px; |
| | | line-height: 40px; |
| | | color: #D4E8F8; |
| | | |
| | | .el-pagination { |
| | | .el-pagination__total { |
| | | color: #D4E8F8; |
| | | } |
| | | |
| | | .btn-prev, |
| | | .btn-next { |
| | | color: rgba(216, 235, 238, 0.8) !important; |
| | | background: rgba(68, 193, 239, 0.1) !important; |
| | | } |
| | | |
| | | .el-pager { |
| | | |
| | | .btn-quickprev, |
| | | .btn-quicknext, |
| | | .number { |
| | | color: rgba(216, 235, 238, 0.8) !important; |
| | | background: rgba(68, 193, 239, 0.1); |
| | | } |
| | | |
| | | .active { |
| | | color: #FFFFFF; |
| | | background: #44C1EF !important; |
| | | opacity: 0.8; |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | /* 你想要的背景颜色 */ |
| | | } |
| | | |
| | | .el-page { |
| | | margin-top: 10px; |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | // margin-bottom:10px; |
| | | } |
| | | |
| | | .form-item-input { |
| | | width: 160px; |
| | | |
| | |
| | | flex-basis: auto; |
| | | height: calc(100% - 40px); |
| | | } |
| | | |
| | | .el-page { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | width: 100%; |
| | | height: 40px; |
| | | line-height: 40px; |
| | | } |
| | | </style> |
| | |
| | | |
| | | <template> |
| | | <div class="w100 h0 flex-1 flex f-d-c"> |
| | | <global-search :options="options" @searchBtn="searchBtn" @resetBtn="resetBtn" ref="SeachBarCondition"></global-search> |
| | | <global-search :options="options" @searchBtn="searchBtn" @resetBtn="resetBtn" |
| | | ref="SeachBarCondition"></global-search> |
| | | |
| | | <div class="h0 flex-1 table-content" ref="TableContent" v-loading="loading" |
| | | element-loading-background="rgba(46, 81, 136, 0.9)"> |
| | |
| | | .table-content { |
| | | flex-basis: auto; |
| | | height: calc(100% - 40px); |
| | | } |
| | | |
| | | .el-page { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | width: 100%; |
| | | height: 40px; |
| | | line-height: 40px; |
| | | } |
| | | </style> |