| | |
| | | .el-button:hover { |
| | | background-color: #409EFF; |
| | | } |
| | | |
| | | .el-select .el-input.is-disabled .el-input__inner { |
| | | background-color: rgba(8, 56, 185, 0.9); |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | .select-on-tab { |
| | | box-shadow: 0 2px 2px $menu-tab-shadow; |
| | | color: #fff; |
| | | } |
| | | |
| | | .delete-plot-box { |
| | | .el-dialog { |
| | | margin: 0 !important; |
| | | display: flex; |
| | | flex-direction: column; |
| | | width: 240px; |
| | | height: 80px; |
| | | top: 50%; |
| | | left: 50% !important; |
| | | transform: translate(-50%, -50%); |
| | | |
| | | .el-dialog__body { |
| | | .el-button { |
| | | padding: 0; |
| | | background-color: #409eff; |
| | | color: #fff; |
| | | width: 60px; |
| | | height: 30px; |
| | | text-align: center; |
| | | margin-top: 10px; |
| | | } |
| | | |
| | | &>div { |
| | | display: flex; |
| | | justify-content: center; |
| | | margin-bottom: 10px; |
| | | } |
| | | } |
| | | } |
| | | } |