| | |
| | | /* 下拉菜单整体样式 */ |
| | | .ztzf-custom-dropdown { |
| | | background: #1A1A2A !important; |
| | | border-radius: 8px; |
| | | border: none !important; |
| | | .el-popper__arrow::before { |
| | | background: #1A1A2A !important; |
| | | border: 1px solid #1A1A2A !important; |
| | | } |
| | | |
| | | /* 菜单项样式 */ |
| | | .el-dropdown-menu { |
| | | background: transparent !important; |
| | | |
| | | .el-dropdown-menu__item { |
| | | color: #fff !important; /* 文字颜色 */ |
| | | |
| | | a { |
| | | color: #fff !important; /* 文字颜色 */ |
| | | } |
| | | |
| | | &:hover { |
| | | background: none !important; |
| | | } |
| | | |
| | | &.is-disabled { |
| | | color: #8f9bb3 !important; |
| | | } |
| | | } |
| | | |
| | | .el-dropdown-menu__item--divided { |
| | | display: none; |
| | | } |
| | | } |
| | | } |
| | | |
| | | // 数据驾驶舱专属 |
| | | .ztzf-data-cockpit-search-input { |
| | | .el-input__wrapper { |
| | |
| | | border-radius: 0px 0px 8px 8px; |
| | | } |
| | | } |
| | | |
| | | .el-popper__arrow::before { |
| | | background: #2E2E48 !important; |
| | | border: 1px solid #2E2E48 !important; |
| | | } |
| | | } |
| | | |
| | | .ztzf-data-cockpit-select-popper.el-cascader__dropdown { |
| | | border: none; |
| | | background: #2E2E48 !important; |
| | | |
| | | .el-popper__arrow::before { |
| | | background: #2E2E48 !important; |
| | |
| | | |
| | | .el-button { |
| | | min-width: 88px; |
| | | border: none; |
| | | } |
| | | |
| | | .el-button.is-disabled, .el-button.is-disabled:hover { |
| | |
| | | |
| | | th.el-table__cell { |
| | | height: 40px; |
| | | border-bottom: 1px solid #323241; |
| | | background: transparent !important; |
| | | border-bottom: 1px solid #323241 !important; |
| | | |
| | | .cell { |
| | | padding: 0; |
| | |
| | | td.el-table__cell { |
| | | padding: 9px 0; |
| | | height: 56px; |
| | | border-bottom: 1px solid #323241; |
| | | background: transparent !important; |
| | | border-bottom: 1px solid #323241 !important; |
| | | |
| | | .cell { |
| | | padding: 0; |
| | |
| | | margin-right: 0; |
| | | } |
| | | } |
| | | } |
| | | |
| | | th.el-table__cell:not(.fixed-column), |
| | | td.el-table__cell:not(.fixed-column) { |
| | | background: transparent !important; |
| | | } |
| | | |
| | | .fixed-column { |
| | | background-color: #1A1A2A !important; |
| | | } |
| | | } |
| | | |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | .el-input { |
| | | .el-input, |
| | | .el-input-number { |
| | | width: 0; |
| | | flex: 1; |
| | | } |
| | | |
| | | .el-cascader { |
| | | width: 0; |
| | | flex: 1; |
| | | display: flex; |
| | | align-items: center; |
| | | border: none; |
| | | |
| | | .el-input__wrapper { |
| | | box-shadow: none !important; |
| | | } |
| | | } |
| | | |
| | | .el-textarea { |
| | |
| | | .el-input { |
| | | .el-input__wrapper { |
| | | background: #2E2E48 !important; |
| | | box-shadow: none; |
| | | |
| | | .el-input__inner { |
| | | color: #ffffff; |
| | |
| | | align-items: center; |
| | | |
| | | .label { |
| | | width: 112px; |
| | | width: 96px; |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: 500; |
| | | font-size: 14px; |