| | |
| | | <style lang="scss" scoped> |
| | | .message { |
| | | text-align: left; |
| | | margin: 10px 20px; |
| | | padding: 10px 20px; |
| | | color: #4b9bb7; |
| | | |
| | | border: 1px solid #ccc; |
| | | header { |
| | | background-color: white; |
| | | .header-title { |
| | | line-height: 40px; |
| | | padding: 0 20px; |
| | | //padding: 0 20px; |
| | | border-bottom: 1px solid #4b9bb7; |
| | | } |
| | | .header-content { |
| | | padding: 0 40px; |
| | | //padding: 0 40px; |
| | | display: flex; |
| | | line-height: 100px; |
| | | justify-content: space-between; |
| | |
| | | |
| | | &::v-deep .el-input__inner { |
| | | // background-color: #09152f; |
| | | border: 1px solid #17324c; |
| | | //border: 1px solid #17324c; |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | </style> |