| | |
| | | flex-direction: column; |
| | | background: $bg-color; |
| | | |
| | | background-image: url(/img/box/box-bg.png); |
| | | background-size: 100% 100%; |
| | | background-repeat: no-repeat; |
| | | |
| | | .title::after { |
| | | content: ''; |
| | | position: absolute; |
| | | top: 15px; |
| | | left: 0; |
| | | top: 13px; |
| | | left: 6px; |
| | | width: 10px; |
| | | height: 10px; |
| | | border-radius: 50%; |
| | |
| | | } |
| | | |
| | | .title { |
| | | padding: 0 18px 0 25px; |
| | | margin-top: 8px; |
| | | padding: 0 18px 0 30px; |
| | | position: relative; |
| | | text-align: left; |
| | | height: 40px; |
| | | line-height: 40px; |
| | | height: 36px; |
| | | line-height: 36px; |
| | | font-size: 16px; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | background-image: linear-gradient(to right, #2e4aba, #010d3e); |
| | | // background-image: linear-gradient(to right, #2e4aba, #010d3e); |
| | | |
| | | .choosed { |
| | | color: #fff; |
| | |
| | | flex: 1; |
| | | margin-top: 0; |
| | | margin-bottom: 0; |
| | | |
| | | .title { |
| | | height: 34px; |
| | | line-height: 34px; |
| | | } |
| | | } |
| | | |
| | | :deep(.el-table__body-wrapper) { |