|
|
@@ -81,82 +81,53 @@ defineEmits(['query', 'reset'])
|
|
|
color: #cbd5e1;
|
|
|
}
|
|
|
|
|
|
-/* 深色条内:输入/日期/下拉内文字为浅色,占位符略灰 */
|
|
|
-.detail-query-bar--dark :deep(.el-input__inner),
|
|
|
-.detail-query-bar--dark :deep(.el-range-input) {
|
|
|
- color: #f8fafc !important;
|
|
|
-}
|
|
|
-.detail-query-bar--dark :deep(.el-input__inner::placeholder),
|
|
|
-.detail-query-bar--dark :deep(.el-range-input::placeholder),
|
|
|
-.detail-query-bar--dark :deep(.el-range-separator) {
|
|
|
- color: #64748b !important;
|
|
|
-}
|
|
|
-.detail-query-bar--dark :deep(.el-select__placeholder) {
|
|
|
- color: #64748b;
|
|
|
-}
|
|
|
-.detail-query-bar--dark :deep(.el-select__selected-item),
|
|
|
-.detail-query-bar--dark :deep(.el-select__tags-text),
|
|
|
-.detail-query-bar--dark :deep(.el-select .el-input__inner) {
|
|
|
- color: #f8fafc !important;
|
|
|
-}
|
|
|
-.detail-query-bar--dark :deep(.el-select__wrapper),
|
|
|
-.detail-query-bar--dark :deep(.el-select .el-input__wrapper) {
|
|
|
- background: rgba(15, 23, 42, 0.85);
|
|
|
- box-shadow: 0 0 0 1px #475569 inset;
|
|
|
-}
|
|
|
-.detail-query-bar--dark :deep(.el-select__caret) {
|
|
|
- color: #94a3b8;
|
|
|
-}
|
|
|
-.detail-query-bar--dark :deep(.el-date-editor .el-range__icon) {
|
|
|
- color: #94a3b8;
|
|
|
-}
|
|
|
-
|
|
|
-/* S1~S9 智慧运营:产品/订单号/产线 下拉与白底日期、客户输入框一致(见 SmartOpsBaseQueryFields 包装类) */
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-select__wrapper) {
|
|
|
+/* 深色条内:表单区所有查询控件统一白底深字(S1~S9 基础字段 + 各模块扩展字段 + 九宫格) */
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-select__wrapper),
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-select .el-input__wrapper) {
|
|
|
background-color: #ffffff !important;
|
|
|
box-shadow: 0 0 0 1px var(--el-border-color, #dcdfe6) inset;
|
|
|
}
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-select:hover:not(.is-disabled) .el-select__wrapper) {
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-select:hover:not(.is-disabled) .el-select__wrapper) {
|
|
|
box-shadow: 0 0 0 1px var(--el-border-color-hover, #c0c4cc) inset;
|
|
|
}
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-select.is-focused .el-select__wrapper) {
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-select.is-focused .el-select__wrapper) {
|
|
|
box-shadow: 0 0 0 1px var(--el-color-primary) inset;
|
|
|
}
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-select__placeholder) {
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-select__placeholder) {
|
|
|
color: var(--el-text-color-placeholder, #a8abb2);
|
|
|
}
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-select__selected-item),
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-select__tags-text),
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-select .el-input__inner) {
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-select__selected-item),
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-select__tags-text),
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-select .el-input__inner),
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-select__input) {
|
|
|
color: var(--el-text-color-regular, #606266) !important;
|
|
|
}
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-select__caret) {
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-select__caret) {
|
|
|
color: var(--el-text-color-secondary, #909399);
|
|
|
}
|
|
|
|
|
|
-/* 同上区域内的日期范围:白底 + 深色字/占位符,与产品等下拉一致 */
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-date-editor.el-input__wrapper),
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-range-editor.el-input__wrapper) {
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-date-editor.el-input__wrapper),
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-range-editor.el-input__wrapper) {
|
|
|
background-color: #ffffff !important;
|
|
|
box-shadow: 0 0 0 1px var(--el-border-color, #dcdfe6) inset;
|
|
|
}
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-date-editor:hover:not(.is-disabled) .el-input__wrapper),
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-date-editor.el-input__wrapper:hover) {
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-date-editor:hover:not(.is-disabled) .el-input__wrapper),
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-date-editor.el-input__wrapper:hover) {
|
|
|
box-shadow: 0 0 0 1px var(--el-border-color-hover, #c0c4cc) inset;
|
|
|
}
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-date-editor.el-input__wrapper.is-focus) {
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-date-editor.el-input__wrapper.is-focus) {
|
|
|
box-shadow: 0 0 0 1px var(--el-color-primary) inset;
|
|
|
}
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-range-input) {
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-range-input) {
|
|
|
color: var(--el-text-color-regular, #606266) !important;
|
|
|
}
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-range-input::placeholder) {
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-range-input::placeholder) {
|
|
|
color: var(--el-text-color-placeholder, #a8abb2) !important;
|
|
|
}
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-range-separator) {
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-range-separator) {
|
|
|
color: var(--el-text-color-secondary, #909399) !important;
|
|
|
}
|
|
|
-.detail-query-bar--dark :deep(.smart-ops-base-fields--light-selects .el-date-editor .el-range__icon) {
|
|
|
+.detail-query-bar--dark :deep(.detail-query-bar__form .el-date-editor .el-range__icon) {
|
|
|
color: var(--el-text-color-secondary, #909399);
|
|
|
}
|
|
|
</style>
|