|
@@ -136,7 +136,6 @@
|
|
|
import { defHttp } from '/@/utils/http/axios';
|
|
|
import { Select, Pagination } from 'ant-design-vue';
|
|
|
|
|
|
-
|
|
|
export default defineComponent({
|
|
|
name: 'DeviceEcharts',
|
|
|
components: { BarAndLine, Select, Pagination },
|
|
@@ -340,6 +339,14 @@
|
|
|
},
|
|
|
});
|
|
|
</script>
|
|
|
+<style lang="less" >
|
|
|
+ :deep(.vent-select-dropdown) {
|
|
|
+ color: #000 !important;
|
|
|
+ .vent-select-item{
|
|
|
+ color: #000 !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+</style>
|
|
|
<style lang="less" scoped>
|
|
|
@import '/@/design/vent/color.less';
|
|
|
.charts-container {
|
|
@@ -369,5 +376,13 @@
|
|
|
.@{ventSpace}-picker-separator {
|
|
|
color: #fff !important;
|
|
|
}
|
|
|
+
|
|
|
+ }
|
|
|
+ :deep(.@{ventSpace}-select-dropdown) {
|
|
|
+ color: #000 !important;
|
|
|
+ .@{ventSpace}-select-item{
|
|
|
+ color: #000 !important;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|
|
|
+
|