| | |
| | | if (this.total > 10) { |
| | | this.getList() |
| | | } |
| | | |
| | | }, |
| | | methods: { |
| | | handleDetail(id) { |
| | |
| | | } |
| | | } |
| | | </script> |
| | | <style> |
| | | <style lang="scss"> |
| | | page { |
| | | background-color: #f7f7f7 !important; |
| | | } |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | .active { |
| | | border: 1rpx solid #279baa !important; |
| | | color: #279baa !important; |
| | | border: 1rpx solid $uni-color-primary !important; |
| | | color: $uni-color-primary !important; |
| | | } |
| | | .box_head_item { |
| | | padding: 0 30rpx; |
| | |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | .loading { |
| | | color: #279baa; |
| | | color: $uni-color-primary; |
| | | } |
| | | .success { |
| | | color: #03c68f; |