| | |
| | | <!-- |
| | | * @Date: 2024-01-06 17:40:19 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-01-16 21:27:05 |
| | | * @LastEditTime: 2024-01-16 22:13:59 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/list/index.vue |
| | | --> |
| | | <template> |
| | |
| | | height: 100%; |
| | | overflow: auto; |
| | | .table { |
| | | |
| | | .el-table::before { |
| | | background-color: transparent; |
| | | } |
| | |
| | | </style> |
| | | <style lang="scss" scoped> |
| | | .list { |
| | | |
| | | padding: 30px; |
| | | } |
| | | .search { |
| | | margin: 20px 30px; |
| | | // margin: 20px 30px; |
| | | padding: 30px 0px; |
| | | min-height: 160px; |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | background: url('./search.png') center center no-repeat; |
| | | background-size: cover; |
| | | position: relative; |
| | | } |
| | | .search:before { |
| | | content: ''; |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | right: 0; |
| | | width: 100%; |
| | | height: 4px; |
| | | background: url('./border.png') 100% 100% no-repeat; |
| | | background-size: contain; |
| | | } |
| | | .search:after { |
| | | content: ''; |
| | | position: absolute; |
| | | bottom: 0; |
| | | left: 0; |
| | | right: 0; |
| | | width: 100%; |
| | | height: 4px; |
| | | background: url('./border.png') 100% 100% no-repeat; |
| | | background-size: contain; |
| | | } |
| | | .table { |
| | | margin-top: 20px; |
| | | margin-bottom: 30px; |
| | | padding: 20px 30px; |
| | | padding: 20px 0px; |
| | | background: transparent; |
| | | overflow: auto; |
| | | .pagination { |