| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | ::v-deep(.el-col>.el-card >.el-card__header) { |
| | | background: #fff |
| | | } |
| | | |
| | | .box-card { |
| | | background: #fff; |
| | | } |
| | | |
| | | .clearfix { |
| | | display: -webkit-box; |
| | | display: flex; |
| | | display: -ms-flexbox; |
| | | -webkit-box-pack: justify; |
| | | -ms-flex-pack: justify; |
| | | justify-content: space-between; |
| | | -webkit-box-align: center; |
| | | -ms-flex-align: center; |
| | | align-items: center; |
| | | } |
| | | |
| | | .input { |
| | | float: right; |
| | | padding: 3px 0; |
| | | max-width: 400px; |
| | | } |
| | | |
| | | .btns { |
| | | display: flex; |
| | | align-items: center; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | |
| | | .btn { |
| | | margin: 20px 0; |
| | | ::v-deep { |
| | | .el-col>.el-card >.el-card__header { |
| | | background: #fff |
| | | } |
| | | |
| | | } |
| | | } |
| | | </style> |
| | | |
| | | .box-card { |
| | | background: #fff; |
| | | } |
| | | .clearfix { |
| | | display: -webkit-box; |
| | | display: flex; |
| | | display: -ms-flexbox; |
| | | -webkit-box-pack: justify; |
| | | -ms-flex-pack: justify; |
| | | justify-content: space-between; |
| | | -webkit-box-align: center; |
| | | -ms-flex-align: center; |
| | | align-items: center; |
| | | } |
| | | |
| | | .input { |
| | | float: right; |
| | | padding: 3px 0; |
| | | max-width: 400px; |
| | | } |
| | | |
| | | .btns { |
| | | display: flex; |
| | | align-items: center; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | |
| | | .btn { |
| | | margin: 20px 0; |
| | | } |
| | | } |
| | | </style> |