From fe8842f9caa8ae657fabc485283bca910869b848 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期三, 16 八月 2023 09:26:42 +0800 Subject: [PATCH] 设备配置中关于部门的权限处理;设备工作日历界面的配置弹窗中的日历选中效果修改;设备日志界面的历史记录界面不显示报警信息显示的问题处理;设备日志界面的工作曲线的时间的选择弹窗关闭的问题处理;设备统计分析界面的饼图的开机率关机率的问题处理;统计图表界面的样式调整 --- src/views/mdc/base/modules/deviceCalendar/DeviceCalendarModel.vue | 62 ++---------------------------- 1 files changed, 5 insertions(+), 57 deletions(-) diff --git a/src/views/mdc/base/modules/deviceCalendar/DeviceCalendarModel.vue b/src/views/mdc/base/modules/deviceCalendar/DeviceCalendarModel.vue index c1ec46a..cb49c1c 100644 --- a/src/views/mdc/base/modules/deviceCalendar/DeviceCalendarModel.vue +++ b/src/views/mdc/base/modules/deviceCalendar/DeviceCalendarModel.vue @@ -418,9 +418,11 @@ color: #000000; } /deep/ .mainBox .wh_content_all .wh_content_item .wh_isMark { - color: #1890ff; - border:1px solid #1890ff; - border-radius: 50%; + /*color: #1890ff;*/ + /*border:1px solid #1890ff;*/ + /*border-radius: 50%;*/ + color: #ffffff; + background-color: blue; } /deep/ .mainBox .wh_content_all .wh_content_item .wh_isToday { /*background: #33ad53;*/ @@ -431,60 +433,6 @@ </style> -<!--<style lang="scss">--> - - <!--.mark1 {--> - <!--color: white !important;--> - <!--background: #1890ff !important;--> - <!--border-radius: 50%;--> - <!--}--> - - <!--.mainBox {--> - <!--.wh_content_all { /*涓讳綋*/--> - <!--background-color: #ffffff;--> - <!--border: 1px silver solid;--> - <!--border-radius: 5px;--> - <!--.wh_jiantou1{/*宸︾澶�*/--> - <!--border-top: 2px solid #000000;--> - <!--border-left: 2px solid #000000;--> - <!--}--> - <!--.wh_jiantou2{/*鍙崇澶�*/--> - <!--border-top: 2px solid #000000;--> - <!--border-right: 2px solid #000000;--> - <!--}--> - <!--.wh_top_changge li { /*褰撳墠骞存湀鏍囬*/--> - <!--color: black;--> - <!--}--> - <!--.wh_content_item {--> - <!--margin-top: 5px;--> - <!--.wh_top_tag{/*鏄熸湡鏍囬*/--> - <!--color: #000000;--> - <!--}--> - <!--.wh_item_date {/*褰撳墠鏈�*/--> - <!--color: #000000;--> - <!--}--> - <!--.wh_item_date:hover { //鎮诞--> - <!--color: #1890ff;--> - <!--background: #ffffff;--> - <!--border-radius: 50%;--> - <!--}--> - <!--.wh_other_dayhide { /*涓婃湀鍜屼笅鏈堟椂闂�*/--> - <!--color: #bfbfbf;--> - <!--}--> - <!--.wh_chose_day { //閫変腑--> - <!--background: #ffffff;--> - <!--color: #000000;--> - <!--}--> - <!--.wh_isToday { /*褰撳墠澶�*/--> - <!--/*background: #33ad53;*/--> - <!--background: #ff4d4d;--> - <!--color: #ffffff;--> - <!--}--> - <!--}--> - - <!--}--> - <!--}--> -<!--</style>--> -- Gitblit v1.9.3