| | |
| | | /* 下拉菜单整体样式 */ |
| | | .ztzf-custom-dropdown { |
| | | .command-custom-dropdown { |
| | | background: #1A1A2A !important; |
| | | border-radius: 8px; |
| | | border: none !important; |
| | |
| | | } |
| | | |
| | | // 数据驾驶舱专属 |
| | | .ztzf-data-cockpit-search-input { |
| | | .command-data-cockpit-search-input { |
| | | .el-input__wrapper { |
| | | padding: 0 8px !important; |
| | | background: #161B2C; |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-data-cockpit-date-picker { |
| | | .command-data-cockpit-date-picker { |
| | | box-shadow: none !important; |
| | | background: #161B2C; |
| | | border: none; |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-data-cockpit-date-picker-popper { |
| | | .command-data-cockpit-date-picker-popper { |
| | | background: #161B2C !important; |
| | | border: none !important; |
| | | border-radius: 0px 0px 8px 8px; |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-data-cockpit-select { |
| | | .command-data-cockpit-select { |
| | | .el-select__input { |
| | | color: #8ac3fd !important; |
| | | } |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-data-cockpit-select-popper.el-select__popper { |
| | | .command-data-cockpit-select-popper.el-select__popper { |
| | | border: none; |
| | | background: #2E2E48 !important; |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-data-cockpit-select-popper.el-cascader__dropdown { |
| | | .command-data-cockpit-select-popper.el-cascader__dropdown { |
| | | border: none; |
| | | background: #2E2E48 !important; |
| | | |
| | |
| | | } |
| | | |
| | | // 树形选择 |
| | | .ztzf-data-cockpit-tree-select-popper { |
| | | .command-data-cockpit-tree-select-popper { |
| | | background: #2E2E48 !important; |
| | | border: none !important; |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-data-cockpit-dialog { |
| | | .command-data-cockpit-dialog { |
| | | padding: 20px; |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | } |
| | | } |
| | | |
| | | .el-form.ztzf-dialog-history-search { |
| | | .el-form.command-dialog-history-search { |
| | | .el-form-item { |
| | | margin-left: 20px; |
| | | } |
| | |
| | | text-transform: none; |
| | | } |
| | | |
| | | .ztzf-data-cockpit-search-input { |
| | | .command-data-cockpit-search-input { |
| | | .el-input__wrapper { |
| | | background: #2E2E48; |
| | | } |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-data-cockpit-date-picker { |
| | | .command-data-cockpit-date-picker { |
| | | background: #2E2E48; |
| | | } |
| | | |
| | | .ztzf-data-cockpit-date-picker-popper { |
| | | .command-data-cockpit-date-picker-popper { |
| | | background: #2E2E48 !important; |
| | | |
| | | .el-picker-panel { |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-page-history-search { |
| | | .command-page-history-search { |
| | | .el-form-item__label { |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: 500; |
| | |
| | | text-transform: none; |
| | | } |
| | | |
| | | .ztzf-data-cockpit-select { |
| | | .command-data-cockpit-select { |
| | | .el-select__wrapper { |
| | | background: #1C1C31; |
| | | } |
| | | } |
| | | |
| | | .ztzf-data-cockpit-search-input { |
| | | .command-data-cockpit-search-input { |
| | | .el-input__wrapper { |
| | | background: #1C1C31; |
| | | } |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-data-cockpit-date-picker { |
| | | .command-data-cockpit-date-picker { |
| | | background: #1C1C31; |
| | | } |
| | | |
| | | .ztzf-data-cockpit-date-picker-popper { |
| | | .command-data-cockpit-date-picker-popper { |
| | | background: #1C1C31 !important; |
| | | |
| | | .el-picker-panel { |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-dialog-history-search, |
| | | .ztzf-page-history-search { |
| | | .command-dialog-history-search, |
| | | .command-page-history-search { |
| | | display: flex; |
| | | |
| | | .el-form-item { |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-table-toolbar { |
| | | .command-table-toolbar { |
| | | margin-top: 30px; |
| | | |
| | | .el-button { |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-table-container { |
| | | .command-table-container { |
| | | margin-top: 20px; |
| | | |
| | | height: 0; |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | |
| | | .ztzf-table-content { |
| | | .command-table-content { |
| | | height: 0; |
| | | flex: 1; |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | |
| | | .ztzf-table-content-bg { |
| | | .command-table-content-bg { |
| | | background: #1A1A2A; |
| | | } |
| | | } |
| | | |
| | | .ztzf-data-cockpit-table { |
| | | .command-data-cockpit-table { |
| | | height: 0; |
| | | flex: 1; |
| | | background: transparent !important; |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-table-pagination { |
| | | .command-table-pagination { |
| | | padding-top: 30px; |
| | | padding-bottom: 10px; |
| | | display: flex; |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-page-view-dialog { |
| | | .command-page-view-dialog { |
| | | padding: 30px; |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | } |
| | | |
| | | |
| | | .ztzf-table-container { |
| | | .command-table-container { |
| | | height: 360px; |
| | | |
| | | .ztzf-table-pagination { |
| | | .command-table-pagination { |
| | | justify-content: center; |
| | | } |
| | | } |
| | |
| | | box-shadow: none; |
| | | } |
| | | |
| | | .ztzf-data-cockpit-date-picker { |
| | | .command-data-cockpit-date-picker { |
| | | background: #2E2E48; |
| | | } |
| | | |
| | | .ztzf-data-cockpit-date-picker-popper { |
| | | .command-data-cockpit-date-picker-popper { |
| | | background: #2E2E48 !important; |
| | | |
| | | .el-picker-panel { |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-page-view-message-box { |
| | | .command-page-view-message-box { |
| | | background: #1A1A2A; |
| | | border-radius: 6px; |
| | | border: 1px solid #2E2E46; |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-message-box-confirm { |
| | | .command-message-box-confirm { |
| | | background: #284FE3 !important; |
| | | border-color: #284FE3 !important; |
| | | } |
| | | |
| | | .ztzf-message-box-cancel { |
| | | .command-message-box-cancel { |
| | | background: #2B2B4C !important; |
| | | border-color: #2B2B4C !important; |
| | | color: #FFFFFF !important; |
| | | } |
| | | |
| | | .ztzf-page-map-view-dialog { |
| | | .command-page-map-view-dialog { |
| | | padding: 30px; |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | } |
| | | |
| | | |
| | | .ztzf-table-container { |
| | | .command-table-container { |
| | | margin-top: 0; |
| | | margin-bottom: 20px; |
| | | |
| | | .ztzf-table-pagination { |
| | | .command-table-pagination { |
| | | justify-content: center; |
| | | } |
| | | } |
| | |
| | | color: #fff; |
| | | } |
| | | |
| | | .ztzf-data-cockpit-date-picker { |
| | | .command-data-cockpit-date-picker { |
| | | background: #2E2E48; |
| | | } |
| | | |
| | | .ztzf-data-cockpit-date-picker-popper { |
| | | .command-data-cockpit-date-picker-popper { |
| | | background: #2E2E48 !important; |
| | | |
| | | .el-picker-panel { |