时会出现页面操作无法记录的问题
+ * 如果name是 foo.xxx 那么该路由将会作为 name 是 foo 的路由的下一级页面,并自动提供提供前进加载后退缓存功能
+ * meta : {
+ title: 'title' 设置该路由在菜单和面包屑中展示的名字
+ icon: 'svg-name' 设置该路由的菜单图标
+ affix: true 如果设置为true该路由对应的标签将一直显示在标签页中
+ breadcrumb: false 如果设置为false该路由将不会显示在面包屑中(默认true)
+ activeMenu: '/foo' 如果设置对应路由地址,访问本路由时菜单栏会高亮你设置路由对应的菜单
+ activeTag: '/foo' 如果设置对应路由地址,访问本路由时标签页会高亮你设置路由对应的标签
+ role: 'admin' 设置该路由的权限,未设置则代表所有角色均可访问
+ }
+ */
+
+/**
+ * 如果当前路由未配置component属性,且存在children属性,
+ * 则将children放到到其父级的children中
+ * 用于多级路由配置
+ */
+var menus = window.sessionStorage.getItem('menus')
+menus = eval('(' + menus + ')')
+console.log('🚀 ~ menus:', menus)
+
+export const constantRoutes = [
+ ...governRouter,
+
+ {
+ path: '/agreement',
+ name: 'Agreement',
+ component: () => import('@/views/h5/agreement')
+ },
+ {
+ path: '/policy',
+ name: 'Policy',
+ component: () => import('@/views/h5/policy'),
+ hidden: true
+ },
+ {
+ path: '/',
+ redirect: '/login',
+ //redirect: '/Statistical-analysis/indicatorClassification',
+ component: () => import('@/views/login/index'),
+ hidden: true
+ },
+ {
+ path: '/login',
+ component: () => import('@/views/login/index'),
+ //component: () => import('@/views/harmonic-boot/area/powerassessment'),
+ hidden: true
+ },
+ {
+ path: '/harmonic-boot/line/pointmonitoring',
+ name: 'pointmonitoring',
+ component: () => import('@/views/cgy-harmonic-boot/line/pointmonitoring'),
+ meta: { title: '详细数据', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/region/regionalmonitoring',
+ name: 'regionalmonitoring',
+ component: () => import('@/views/cgy-harmonic-boot/region/regionalmonitoring'),
+ meta: { title: '告警统计', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/comper/comprehensiveanalysis',
+ name: 'comprehensiveanalysis',
+ component: () => import('@/views/cgy-harmonic-boot/comper/comprehensiveanalysis'),
+ meta: { title: '综合分析', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/comper/CVT',
+ name: 'CVT',
+ component: () => import('@/views/cgy-harmonic-boot/CVT'),
+ meta: { title: 'CVT台账管理', icon: '' }
+ },
+ {
+ path: '/Distributedphotovoltaic/homePage',
+ name: 'homePage',
+ component: () => import('@/views/cgy-harmonic-boot/UPHomePage'),
+ meta: { title: '信息概览', icon: 'user' }
+ },
+ // 生产管控
+ {
+ path: '/harmonicWave/pointmonitoring',
+ name: 'pointmonitoring',
+ component: () => import('@/views/cgy-harmonic-boot/line/pointmonitoring'),
+ meta: { title: '详细数据', icon: '' }
+ },
+ {
+ path: '/harmonicWave/regionalmonitoring',
+ name: 'regionalmonitoring',
+ component: () => import('@/views/cgy-harmonic-boot/region/regionalmonitoring'),
+ meta: { title: '告警统计', icon: '' }
+ },
+ {
+ path: '/harmonicWave/comprehensiveanalysis',
+ name: 'comprehensiveanalysis',
+ component: () => import('@/views/cgy-harmonic-boot/comper/comprehensiveanalysis'),
+ meta: { title: '综合分析', icon: '' }
+ },
+ {
+ path: '/harmonicWave/CVT',
+ name: 'CVT',
+ component: () => import('@/views/cgy-harmonic-boot/CVT'),
+ meta: { title: 'CVT台账管理', icon: '' }
+ },
+ {
+ path: '/harmonicWave/homePage',
+ name: 'homePage',
+ component: () => import('@/views/cgy-harmonic-boot/UPHomePage'),
+ meta: { title: '信息概览', icon: 'user' }
+ },
+
+ // 冀北嵌入
+ {
+ path: '/harmonic-boot/detailedAnalysis/responsibilityqr',
+ name: 'responsibility',
+ component: () => import('@/views/harmonic-boot/detailed/responsibility'),
+ meta: { title: '谐波责任划分', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/harmonic/getIntegrityDataqr',
+ name: 'dataintegritydd',
+ component: () => import('@/views/harmonic-boot/area/integralitytable'),
+ meta: { title: '数据完整性统计', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/area/OnlineRateqr',
+ name: 'terminalonlinerate',
+ component: () => import('@/views/harmonic-boot/area/onlinerate'),
+ meta: { title: '终端在线率', icon: '' }
+ },
+
+ // {
+ // path: "/algorithm/algorithmnew",
+ // name: "algorithm1",
+ // component: () =>
+ // import ("@/views/harmonic-boot/algorithm1"),
+ // meta: { title: "算法预览", icon: "user" },
+ // },
+ // {
+ // path: "/center1/view/homePage",
+ // name: "homePage",
+ // component: () => import("@/views/center1/homePage"),
+ // meta: { title: "数据中心", icon: "user" },
+ // },
+ {
+ path: '/center/homePage',
+ name: 'centerhomePage',
+ component: () => import('@/views/center/homePage'),
+ meta: { title: '南京灿能监控数据中心', icon: 'user' }
+ },
+
+ {
+ path: '/redirect',
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: '/redirect/:path*',
+ component: () => import('@/views/redirect/index')
+ }
+ ]
+ }
+ // {
+ // path: '/dashboard',
+ // component: Layout,
+ // name: 'dashboard',
+ // meta: { title: '驾驶舱', icon: 'excel' },
+ // children: [{
+ // path: '/dashboard',
+ // name: 'dashboard',
+ // component: () => import('@/views/dashboard/index'),
+ // meta: { title: '默认首页', icon: '', affix: true },
+ // }]
+ // }
+]
+let flag = true
+
+if (process.env.VUE_APP_USE_LOGIN !== 'false') {
+ constantRoutes.push({
+ path: '/login',
+ component: () => import('@/views/login/index'),
+ hidden: true
+ })
+}
+
+function tree2List(list) {
+ //存储结果的数组
+ let arr = []
+ // 遍历 tree 数组
+ list.forEach(item => {
+ // 判断item是否存在children
+ if (!item.children) return arr.push(item)
+ // 函数递归,对children数组进行tree2List的转换
+ const children = tree2List(item.children)
+ // 删除item的children属性
+ delete item.children
+ // 把item和children数组添加至结果数组
+ //..children: 意思是把children数组展开
+ arr.push(item, ...children)
+ })
+ // 返回结果数组
+ return arr
+}
+
+export const asyncRoutes = [
+ {
+ path: '/dashboard',
+ component: Layout,
+ name: 'dashboard',
+ redirect: '/dashboard/index',
+ meta: { title: '驾驶舱', icon: 'excel' },
+ children: [
+ {
+ path: '/dashboard/index',
+ name: 'index',
+ component: () =>
+ import ("@/views/dashboard/index"),
+ // import('@/views/harmonic-boot/detailed/qypowerpollutionzs'),
+ // import('@/views/energy-system/operationalCenter/airManageReadOnly.vue'),
+ meta: { title: '首页概览', icon: '', affix: true }
+ },
+ {
+ path: '/dashboard/index404',
+ name: 'dashboard',
+ component: () => import('@/views/dashboard/index404'),
+ meta: { title: '管理员默认首页', icon: '', affix: true }
+ },
+ {
+ path: '/home/screen1/home1',
+ component: () => import('@/views/home/screen1/home1'),
+ name: 'home-screen1-home1',
+ meta: { title: '大屏模式测试' }
+ },
+ {
+ path: '/home/screen1/home2',
+ component: () => import('@/views/home/screen1/home2'),
+ name: 'home-screen1-home2',
+ meta: { title: '大屏模式1' }
+ },
+ {
+ path: '/home/screen1/home3',
+ component: () => import('@/views/home/screen1/home3'),
+ name: 'home-screen1-home3',
+ meta: { title: '大屏模式1' }
+ },
+ {
+ path: '/home/screen2/home1',
+ component: () => import('@/views/home/screen2/home1'),
+ name: 'home-screen2-home1',
+ meta: { title: '大屏模式2' }
+ },
+ {
+ path: '/home/screen2/home2',
+ component: () => import('@/views/home/screen2/home2'),
+ name: 'home-screen2-home2',
+ meta: { title: '大屏模式2' }
+ },
+ {
+ path: '/home/screen2/home3',
+ component: () => import('@/views/home/screen2/home3'),
+ name: 'home-screen2-home3',
+ meta: { title: '大屏模式2' }
+ },
+ {
+ path: '/home/buju1/home1',
+ component: () => import('@/views/home/buju1/home1'),
+ name: 'home-buju1-home1',
+ meta: { title: '常规模式1' }
+ },
+ {
+ path: '/home/buju1/home2',
+ component: () => import('@/views/home/buju1/home2'),
+ name: 'home-buju1-home2',
+ meta: { title: '常规模式1' }
+ },
+ {
+ path: '/home/buju1/home3',
+ component: () => import('@/views/home/buju1/home3'),
+ name: 'home-buju1-home3',
+ meta: { title: '常规模式1' }
+ },
+ {
+ path: '/home/buju2/home1',
+ component: () => import('@/views/home/buju2/home1'),
+ name: 'home-buju2-home1',
+ meta: { title: '常规模式2' }
+ },
+ {
+ path: '/home/buju2/home2',
+ component: () => import('@/views/home/buju2/home2'),
+ name: 'home-buju2-home2',
+ meta: { title: '常规模式2' }
+ },
+ {
+ path: '/home/buju2/home3',
+ component: () => import('@/views/home/buju2/home3'),
+ name: 'home-buju2-home3',
+ meta: { title: '常规模式2' }
+ },
+ {
+ path: '/home/buju3/home1',
+ component: () => import('@/views/home/buju3/home1'),
+ name: 'home-buju3-home1',
+ meta: { title: '常规模式3' }
+ },
+ {
+ path: '/home/buju3/home2',
+ component: () => import('@/views/home/buju3/home2'),
+ name: 'home-buju3-home2',
+ meta: { title: '常规模式3' }
+ },
+ {
+ path: '/home/buju3/home3',
+ component: () => import('@/views/home/buju3/home3'),
+ name: 'home-buju3-home3',
+ meta: { title: '常规模式3' }
+ },
+ {
+ path: '/home/buju4/home1',
+ component: () => import('@/views/home/buju4/home1'),
+ name: 'home-buju4-home1',
+ meta: { title: '常规模式4' }
+ },
+ {
+ path: '/home/buju4/home2',
+ component: () => import('@/views/home/buju4/home2'),
+ name: 'home-buju4-home2',
+ meta: { title: '常规模式4' }
+ },
+ {
+ path: '/home/buju4/home3',
+ component: () => import('@/views/home/buju4/home3'),
+ name: 'home-buju4-home3',
+ meta: { title: '常规模式4' }
+ },
+ {
+ path: '/home/buju5/home1',
+ component: () => import('@/views/home/buju5/home1'),
+ name: 'home-buju5-home1',
+ meta: { title: '常规模式5' }
+ },
+ {
+ path: '/home/buju5/home2',
+ component: () => import('@/views/home/buju5/home2'),
+ name: 'home-buju5-home2',
+ meta: { title: '常规模式5' }
+ },
+ {
+ path: '/home/buju5/home3',
+ component: () => import('@/views/home/buju5/home3'),
+ name: 'home-buju5-home3',
+ meta: { title: '常规模式5' }
+ }
+ ]
+ },
+ {
+ path: '/harmonic-boot',
+ component: Layout,
+ name: 'harmonic-boot',
+ redirect: '/harmonic-boot/monitor/online',
+ meta: { title: '谐波监测系统', icon: 'excel' },
+ children: [
+ {
+ path: '/harmonic-boot/yanshi',
+ name: 'overview',
+ component: () => import('@/views/test/ancestor'),
+ // component: () =>
+ // import ("@/views/harmonic-boot/view/yanshi"),
+ meta: { title: '演示引用', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/yanshi2',
+ name: 'overview',
+ component: () => import('@/views/harmonic-boot/view/yanshi2'),
+
+ meta: { title: '演示引用', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/views',
+ name: 'overview',
+ component: () => import('@/views/harmonic-boot/view/overview'),
+ meta: { title: '谐波监测概览', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/monitor/online',
+ name: 'nowmonitoring',
+ component: () => import('@/views/harmonic-boot/monitor/onlineData'),
+ meta: { title: '在线监测点', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/area/qualifiedRate',
+ name: 'qualificationratestatistics',
+ component: () => import('@/views/harmonic-boot/area/qualifiedRate'),
+ meta: { title: '稳态合格率统计', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/xieboReport',
+ name: 'reportsview',
+ component: () => import('@/views/harmonic-boot/staeyreport/CustomReport'),
+ meta: { title: '谐波稳态报表', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/harmonic/getIntegrityData',
+ name: 'dataintegritydd',
+ component: () => import('@/views/harmonic-boot/area/integralitytable'),
+ meta: { title: '数据完整性统计', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/area/powerAssessment',
+ name: 'qualityzhilestimate',
+ component: () => import('@/views/harmonic-boot/area/qypowerment'),
+ meta: { title: '电能质量综合评估', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/area/harmonicDistortionRate',
+ name: 'distortionratestatistics',
+ component: () => import('@/views/harmonic-boot/area/harmonicdistortionrate'),
+ meta: { title: '谐波总畸变率统计', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/area/SteadyState',
+ name: 'exceedingstandards',
+ component: () => import('@/views/harmonic-boot/area/steadystate'),
+ meta: { title: '稳态符合性占比', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/area/TerminalOnlineRate',
+ name: 'terminalstatusstatistics',
+ component: () => import('@/views/harmonic-boot/area/terminalonlinerate'),
+ meta: { title: '终端状态在线统计', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/area/OnlineRate',
+ name: 'terminalonlinerate',
+ component: () => import('@/views/harmonic-boot/area/onlinerate'),
+ meta: { title: '终端在线率', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/area/TransientEventList',
+ name: 'transienteventlist',
+ component: () => import('@/views/harmonic-boot/area/transienteventlist'),
+ meta: { title: '暂态事件列表', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/detailedAnalysis/contrast',
+ name: 'steadystate',
+ component: () => import('@/views/harmonic-boot/detailed/regionalsteadystate'),
+ meta: { title: '区域稳态超标统计', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/detailedAnalysis/responsibility',
+ name: 'responsibility',
+ component: () => import('@/views/harmonic-boot/detailed/responsibility'),
+ meta: { title: '谐波责任划分', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/detailedAnalysis/station',
+ name: 'alarmstatistics',
+ component: () => import('@/views/harmonic-boot/detailed/alarmstation'),
+ meta: { title: '告警电站统计', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/detailedAnalysis/pollution',
+ name: 'assessmentpollution',
+ component: () => import('@/views/harmonic-boot/detailed/powerpollution'),
+ meta: { title: '电能质量污染区图', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/qydetailedAnalysis/pollutionqy',
+ name: 'pollutionareamap',
+ component: () => import('@/views/harmonic-boot/detailed/qypowerpollution'),
+ meta: { title: '企业污染区', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/qydetailedAnalysis/pollutionqyzs',
+ name: 'pollutionqyzs',
+ component: () => import('@/views/harmonic-boot/detailed/qypowerpollutionzs'),
+ meta: { title: '谐波污染指数展示', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/detailedAnalysis/harmonictj',
+ name: 'harmonicstatistics',
+ component: () => import('@/views/harmonic-boot/detailed/harmonictj'),
+ meta: { title: '谐波统计', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/detailedAnalysis/details',
+ name: 'exceedancedetails',
+ component: () => import('@/views/harmonic-boot/detailed/exceedancedetails'),
+ meta: { title: '稳态指标超标明细', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/run/devicemessage',
+ name: 'monitoringledger',
+ component: () => import('@/views/harmonic-boot/runmange/devicemessage'),
+ meta: { title: '监测点台账信息', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/run/terminalmessage',
+ name: 'terminalledger',
+ component: () => import('@/views/harmonic-boot/runmange/terminalmessage'),
+ meta: { title: '终端台账信息', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/run/terminalconts',
+ name: 'counting',
+ component: () => import('@/views/harmonic-boot/runmange/terminalconst'),
+ meta: { title: '终端数量统计', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/Statisticalanalysis/cutmreport',
+ name: 'excel',
+ component: () => import('@/views/harmonic-boot/staeyreport/CustomReport'),
+ meta: { title: '统计分析报表', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/report/excel',
+ name: 'excel',
+ component: () => import('@/views/harmonic-boot/staeyreport/excel'),
+ meta: { title: 'Excel报表', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/report/word',
+ name: 'worldview',
+ component: () => import('@/views/harmonic-boot/staeyreport/word'),
+ meta: { title: 'word报告', icon: '' }
+ },
+ // {
+ // path: "/harmonic-boot/algorithm",
+ // name: "algorithm",
+ // component: () =>
+ // import ("@/views/harmonic-boot/algorithmc"),
+ // meta: { title: "算法帮助", icon: "" },
+ // },
+ {
+ path: '/harmonic-boot/reate/word',
+ name: 'word',
+ component: () => import('@/views/harmonic-boot/staeyreport/reateword'),
+ meta: { title: '合格率报告', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/algorithm/bus-bar',
+ name: 'BusBar',
+ component: () => import('@/views/harmonic-boot/algoorithm/bus-bar'),
+ meta: { title: '母线算法', icon: '' }
+ },
+ {
+ path: '/Statistical-analysis/stations',
+ name: 'stations',
+ component: () => import('@/views/Statistical-analysis/stations.vue'),
+ meta: { title: '新能源电厂', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/algorithm/main-network',
+ name: 'MainNetwork',
+ component: () => import('@/views/harmonic-boot/algoorithm/main-network'),
+ meta: { title: '主网质量', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/algorithm/source-load',
+ name: 'SourceLoad',
+ component: () => import('@/views/harmonic-boot/algoorithm/source-load'),
+ meta: { title: '源荷', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/algorithm/substation',
+ name: 'Substation',
+ component: () => import('@/views/harmonic-boot/algoorithm/substation'),
+ meta: { title: '变电站算法', icon: '' }
+ },
+ {
+ path: '/harmonic-boot/data-feed',
+ name: 'Substation',
+ component: () => import('@/views/harmonic-boot/data-feed'),
+ meta: { title: '数据上送', icon: '' }
+ }
+ ]
+ },
+ {
+ path: '/event-boot',
+ component: Layout,
+ name: 'event-boot',
+ meta: { title: '电压暂降系统', icon: 'excel' },
+ children: [
+ {
+ path: '/Descentsystem/monitoringpoint',
+ name: 'temporarydroponline',
+ component: () => import('@/views/Event-boot/Descent-system/monitoringpoint'),
+ meta: { title: '在线监测点', icon: '' }
+ },
+ {
+ path: '/Descentsystem/overview',
+ name: 'mapview',
+ component: () => import('@/views/Event-boot/Descent-system/overview'),
+ meta: { title: '地理信息图概览', icon: 'user' }
+ },
+ {
+ path: '/Region/overview',
+ name: 'areaview',
+ component: () => import('@/views/Event-boot/Region/overview'),
+ meta: { title: '区域概览', icon: 'user' }
+ },
+ {
+ path: '/harmonic-boot/area/powerAssessment',
+ name: 'powerAssessment',
+ component: () => import('@/views/harmonic-boot/area/qypowerment'),
+ meta: { title: '电能质量综合评估', icon: '' }
+ },
+ {
+ path: '/Region/statistics',
+ name: 'areastatic',
+ component: () => import('@/views/Event-boot/Region/statistics'),
+ meta: { title: '区域统计', icon: 'user' }
+ },
+ {
+ path: '/Region/transientlist',
+ name: 'droplist',
+ component: () => import('@/views/Event-boot/Region/transientlist'),
+ meta: { title: '区域暂态列表', icon: 'user' }
+ },
+ {
+ path: '/Region/transientassessment',
+ name: 'transientassessment',
+ component: () => import('@/views/Event-boot/Region/transientassessment'),
+ meta: { title: '区域暂态评估', icon: 'user' }
+ },
+ {
+ path: '/map/test',
+ name: 'test',
+ component: () => import('@/views/Event-boot/Region/test'),
+ meta: { title: '地图矢量图测试', icon: 'user' }
+ },
+ {
+ path: '/Region/topologicalDiagram',
+ name: 'topologicalDiagram',
+ component: () => import('@/views/Event-boot/Region/topologicalDiagram'),
+ meta: { title: '地理信息拓扑图', icon: 'user' }
+ },
+ {
+ path: '/Region/distribution',
+ name: 'monitoringnetwork',
+ component: () => import('@/views/Event-boot/Region/distribution'),
+ meta: { title: '监测网分布', icon: 'user' }
+ },
+ {
+ path: '/Region/thermodynamicDiagram',
+ name: 'hotmap',
+ component: () => import('@/views/Event-boot/Region/thermodynamicDiagram'),
+ meta: { title: '暂降热力图', icon: 'user' }
+ },
+ {
+ path: '/Region/sagSeverity',
+ name: 'severityassessment',
+ component: () => import('@/views/Event-boot/Region/sagSeverity'),
+ meta: { title: '暂降严重度', icon: 'user' }
+ },
+ {
+ path: '/Advancedanalysis/eventcorrelation',
+ name: 'eventcorrelation',
+ component: () => import('@/views/Event-boot/Advanced-analysis/eventcorrelation'),
+ meta: { title: '事件关联分析', icon: 'user' }
+ },
+ {
+ path: '/Advancedanalysis/impactscope',
+ name: 'impactscope',
+ component: () => import('@/views/Event-boot/Advanced-analysis/impactscope'),
+ meta: { title: '影响范围分析', icon: 'user' }
+ },
+ {
+ path: '/Advancedanalysis/eventwaveform',
+ name: 'eventwaveform',
+ component: () => import('@/views/Event-boot/Advanced-analysis/eventwaveform'),
+ meta: { title: '事件波形分析', icon: 'user' }
+ },
+ {
+ path: '/Operationmanagement/terminalmanagement',
+ name: 'descentoperation',
+ component: () => import('@/views/Event-boot/Operation-management/terminalmanagement'),
+ meta: { title: '终端运行管理', icon: 'user' }
+ },
+ {
+ path: '/Operationmanagement/terminalstatistics',
+ name: 'dropstatisticsrun',
+ component: () => import('@/views/Event-boot/Operation-management/terminalstatistics'),
+ meta: { title: '终端运行统计', icon: 'user' }
+ },
+ {
+ path: '/Operationmanagement/accountinformation',
+ name: 'reductionledger',
+ component: () => import('@/views/Event-boot/Operation-management/accountinformation'),
+ meta: { title: '监测点台账信息', icon: 'user' }
+ },
+ {
+ path: '/TransientReport/weekly',
+ name: 'weekly',
+ component: () => import('@/views/Event-boot/Transient-Report/weekly'),
+ meta: { title: '周报', icon: 'user' }
+ },
+ {
+ path: '/TransientReport/monitoringpointReport',
+ name: 'monitoringpointreport',
+ component: () => import('@/views/Event-boot/Transient-Report/monitoringpointReport'),
+ meta: { title: '监测点报告', icon: 'user' }
+ },
+ {
+ path: '/TransientReport/regionalreports',
+ name: 'areareport',
+ component: () => import('@/views/Event-boot/Transient-Report/regionalreports'),
+ meta: { title: '区域报告', icon: 'user' }
+ },
+ {
+ path: '/TransientReport/eventreports',
+ name: 'listreport',
+ component: () => import('@/views/Event-boot/Transient-Report/eventreports'),
+ meta: { title: '事件报告', icon: 'user' }
+ }
+ ]
+ },
+ {
+ path: '/sys',
+ component: Layout,
+ routeName: 'sys',
+ meta: { title: '系统管理员', icon: 'user' },
+ children: [
+ {
+ path: '/user-boot',
+ name: 'user-boot',
+ //redirect: '/sys/user-boot',
+ meta: { title: '权限分配' },
+ children: [
+ {
+ path: '/user-boot/user/list',
+ name: 'uesrmanagement',
+ component: () => import('@/views/sys/user-boot/user/index'),
+ meta: { title: '用户管理', icon: 'user' }
+ },
+ {
+ path: '/iframe',
+ name: 'Iframe',
+ component: () => import('@/views/iframe/index')
+ },
+ {
+ path: '/user/checkUserListview',
+ name: 'sys-user-boot-check',
+ component: () => import('@/views/sys/user-boot/user/audit'),
+ meta: { title: '审核管理', icon: 'user' }
+ },
+ {
+ path: '/algorithm/algorithm1',
+ name: 'algorithmview',
+ component: () => import('@/views/harmonic-boot/algorithm1'),
+ meta: { title: '算法预览', icon: 'user' }
+ },
+ {
+ path: '/user-boot/role/list',
+ name: 'rolesmanagement',
+ component: () => import('@/views/sys/user-boot/role/index'),
+ meta: { title: '角色管理', icon: 'user' }
+ },
+ {
+ path: '/user-boot/function/functionTree',
+ name: 'menumanagement',
+ component: () => import('@/views/sys/user-boot/menu/index'),
+ meta: { title: '菜单管理', icon: 'user' }
+ },
+ {
+ path: '/user-boot/dept/deptTreeview',
+ name: 'deptmanagement',
+ component: () => import('@/views/sys/user-boot/dept/index'),
+ meta: { title: '部门管理', icon: 'user' }
+ },
+ {
+ path: '/system-boot/theme/getAllThemes',
+ name: 'themeanagement',
+ component: () => import('@/views/sys/user-boot/palt/index'),
+ meta: { title: '主题配置管理', icon: 'user' }
+ },
+ {
+ path: '/system-boot/dictType/list',
+ name: 'dictanagement',
+ component: () => import('@/views/sys/user-boot/dictype/dic'),
+ meta: { title: '字典管理', icon: 'user' }
+ },
+ {
+ path: '/system-boot/sysConfig/map',
+ name: 'mapmanagement',
+ component: () => import('@/views/sys/user-boot/palt/mapconfig'),
+ meta: { title: '地图类型配置', icon: 'user' }
+ },
+ {
+ path: '/system-boot/sysConfig/config',
+ name: 'sysmanage',
+ component: () => import('@/views/sys/user-boot/palt/sysonfig'),
+ meta: { title: '系统相关配置', icon: 'user' }
+ },
+ {
+ path: '/system-boot/sysConfig/timer',
+ name: 'sysmanage',
+ component: () => import('@/views/sys/timer'),
+ meta: { title: '定时任务配置', icon: 'user' }
+ },
+ {
+ path: '/system-boot/area/areaTree',
+ name: 'areaanagement',
+ component: () => import('@/views/sys/user-boot/area/areamange'),
+ meta: { title: '区域配置', icon: 'user' }
+ },
+ {
+ path: '/component',
+ name: 'componentmanage',
+ component: () => import('@/views/sys/user-boot/palt/commentpalt'),
+ meta: { title: '组件管理', icon: 'user' }
+ },
+ {
+ path: '/system-boot/dict/Tree',
+ name: 'dictreemanage',
+ component: () => import('@/views/sys/user-boot/dictype/treetable'),
+ meta: { title: '字典树配置', icon: 'user' }
+ },
+ {
+ path: '/system-boot/lockoutPolicy',
+ name: 'dictreemanage',
+ component: () => import('@/views/sys/user-boot/lockoutPolicy/index.vue'),
+ meta: { title: '锁定策略', icon: 'user' }
+ },
+ {
+ path: '/Distributedphotovoltaic/templateConfiguration',
+ name: 'reportingmanagerdd',
+ component: () => import('@/views/sys/user-boot/report/templateConfiguration'),
+ meta: { title: '报表模板配置', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/ReportTemplate/ReportConfiguration',
+ name: 'reportingmanager',
+ component: () => import('@/views/BusinessAdministrator/ReportTemplate/ReportConfiguration'),
+ meta: { title: '报告模板配置', icon: 'user' }
+ },
+ {
+ path: '/system/resource/management',
+ name: 'resourcemage',
+ component: () => import('@/views/sys/user-boot/palt/management'),
+ meta: { title: '资源管理', icon: 'user' }
+ },
+ {
+ path: '/system/resource/document',
+ name: 'resourceDocument',
+ component: () => import('@/views/sys/user-boot/palt/document'),
+ meta: { title: '文档维护', icon: 'user' }
+ },
+ {
+ path: '/sys/ff/dd',
+ name: 'resourcemagess',
+ component: () => import('@/views/sys/user-boot/palt/test'),
+ meta: { title: '测试', icon: 'user' }
+ },
+ {
+ path: '/sys/pale/test2',
+ name: 'test2',
+ component: () => import('@/views/sys/user-boot/palt/test2'),
+ meta: { title: '测试二', icon: 'user' }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ path: '/device',
+ component: Layout,
+ routeName: 'device-boot',
+ meta: { title: '业务管理员', icon: 'user' },
+ children: [
+ {
+ path: '/device-boot',
+ name: 'device-boot',
+ // redirect: "/device-boot/device",
+ meta: { title: '终端台账管理' },
+ children: [
+ {
+ path: '/device-boot/deviceter',
+ name: 'terminalmage',
+ component: () => import('@/views/device-boot/device/diviceindex'),
+ meta: { title: '终端台账管理', icon: 'user' }
+ },
+ {
+ path: '/business/nuitmange',
+ name: 'nuitmange',
+ component: () => import('@/views/device-boot/device/dataunitmange'),
+ meta: { title: '数据单位管理', icon: 'user' }
+ },
+ {
+ path: '/hbbusiness/nuitmange',
+ name: 'nuitmange',
+ component: () => import('@/views/device-boot/device/hbdataunitmange'),
+ meta: { title: '数据单位管理', icon: 'user' }
+ },
+ {
+ path: '/device-boot/linepingfen',
+ name: 'linepingfen',
+ component: () => import('@/views/device-boot/device/linepingfen'),
+ meta: { title: '评分管理', icon: 'user' }
+ },
+ {
+ path: '/device-boot/programmage',
+ name: 'programmage',
+ component: () => import('@/views/device-boot/device/programmange'),
+ meta: { title: '程序升级管理', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/Audit/Operations/Management',
+ name: 'Management',
+ component: () => import('@/views/BusinessAdministrator/setup/management'),
+ meta: { title: '审计列表管理', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/Audit/Operations/onlineUsers',
+ name: 'onlineUsers',
+ component: () => import('@/views/BusinessAdministrator/setup/onlineUsers'),
+ meta: { title: '在线用户', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/Audit/Operations/userLoginInformation',
+ name: 'userLoginInformation',
+ component: () => import('@/views/BusinessAdministrator/setup/userLoginInformation'),
+ meta: { title: '用户登录信息', icon: 'user' }
+ },
+ {
+ path: '/device-boot/alarmcelvmage',
+ name: 'alarmcelvmage',
+ component: () => import('@/views/device-boot/alarm/alarammage'),
+ meta: { title: '告警策略管理', icon: 'user' }
+ },
+ {
+ path: '/device-boot/alarmmessage',
+ name: 'alarmmessage',
+ component: () => import('@/views/device-boot/alarm/alarmmessage'),
+ meta: { title: '告警信息', icon: 'user' }
+ },
+ {
+ path: '/device-boot/terminalcontrol',
+ name: 'controlcenter',
+ component: () => import('@/views/device-boot/contorller/terminalcontor'),
+ meta: { title: '终端控制', icon: 'user' }
+ },
+ {
+ path: '/device-boot/terminalywlogs',
+ name: 'terminalywlogs',
+ component: () => import('@/views/device-boot/journalmange/terminaljourna'),
+ meta: { title: '终端运维日志', icon: 'user' }
+ },
+ {
+ path: '/device-boot/eventsetlogs',
+ name: 'eventsetlogs',
+ component: () => import('@/views/device-boot/journalmange/eventlogs'),
+ meta: { title: '暂降推送日志', icon: 'user' }
+ },
+ {
+ path: '/device-boot/shujuwzxtj',
+ name: 'integritystatistics',
+ component: () => import('@/views/device-boot/operationcenter/datawzxtj'),
+ meta: { title: '数据完整性统计', icon: 'user' }
+ },
+ {
+ path: '/device-boot/linetj',
+ name: 'linetj',
+ component: () => import('@/views/device-boot/operationcenter/linecounttj'),
+ meta: { title: '监测点统计', icon: 'user' }
+ },
+ {
+ path: '/device-boot/linefb',
+ name: 'linefb',
+ component: () => import('@/views/device-boot/operationcenter/linemoitorfb'),
+ meta: { title: '监测点分布', icon: 'user' }
+ },
+ {
+ path: '/device-boot/lineruntj',
+ name: 'lineruntj',
+ component: () => import('@/views/device-boot/operationcenter/lineruntj'),
+ meta: { title: '监测点运行统计', icon: 'user' }
+ },
+ {
+ path: '/device-boot/terminalonliereate',
+ name: 'onlineratestatistics',
+ component: () => import('@/views/device-boot/operationcenter/teriminaloniletj'),
+ meta: { title: '终端在线率统计', icon: 'user' }
+ },
+ {
+ path: '/device-boot/terminalerrortj',
+ name: 'terminalerrortj',
+ component: () => import('@/views/device-boot/operationcenter/terminalerrortj'),
+ meta: { title: '终端异常统计', icon: 'user' }
+ },
+ {
+ path: '/device-boot/terminalbbwh',
+ name: 'terminalbbwh',
+ component: () => import('@/views/device-boot/device/terminalbbwh'),
+ meta: { title: '终端版本维护', icon: 'user' }
+ },
+ {
+ path: '/device-boot/basicpackage',
+ name: 'basicpackage',
+ component: () =>
+ // import ("@/views/device-boot/setconfig/basicpackage"),
+ import('@/views/device-boot/setconfig/basicpackage'),
+ meta: { title: '基础套餐', icon: 'user' }
+ },
+ {
+ path: '/device-boot/extendedpackage',
+ name: 'extendedpackage',
+ component: () => import('@/views/device-boot/setconfig/extendedpackage'),
+ meta: { title: '扩展套餐', icon: 'user' }
+ },
+ {
+ path: '/device-boot/Trafficpolicy',
+ name: 'Trafficpolicy',
+ component: () => import('@/views/device-boot/setconfig/trafficpolicy'),
+ meta: { title: '流量策略管理', icon: 'user' }
+ },
+
+ {
+ path: '/BusinessAdministrator/transport/AbnormalStatistics',
+ name: 'abnormalstatistics',
+ component: () => import('@/views/BusinessAdministrator/transport/AbnormalStatistics'),
+ meta: { title: '终端异常统计', icon: 'user' }
+ },
+ // {
+ // path: "/BusinessAdministrator/management/Extension",
+ // name: "Extension",
+ // component: () =>
+ // import ("@/views/BusinessAdministrator/management/Extension"),
+ // meta: { title: "扩展套餐", icon: "user" },
+ // },
+ {
+ path: '/BusinessAdministrator/management/PlanTraffic',
+ name: 'packagemanage',
+ component: () => import('@/views/device-boot/setconfig/basicpackage'),
+ meta: { title: '套餐流量管理', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/management/Policy',
+ name: 'flowmage',
+ component: () => import('@/views/device-boot/setconfig/trafficpolicy'),
+ meta: { title: '流量策略管理', icon: 'user' }
+ },
+
+ {
+ path: '/BusinessAdministrator/LogManagement/TerminalLog',
+ name: 'operationlogs',
+ component: () => import('@/views/BusinessAdministrator/LogManagement/TerminalLog'),
+ meta: { title: '终端运维管理日志', icon: 'user' }
+ },
+
+ {
+ path: '/BusinessAdministrator/alarManagement/AlarmInformation',
+ name: 'alarminformation',
+ component: () => import('@/views/BusinessAdministrator/alarManagement/AlarmInformation'),
+ meta: { title: '告警信息', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/alarManagement/PolicyManagement',
+ name: 'alarmstrategy',
+ component: () => import('@/views/BusinessAdministrator/alarManagement/PolicyManagement'),
+ meta: { title: '告警策略管理', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/alarManagement/AlarmCenter',
+ name: 'AlarmCenter',
+ component: () => import('@/views/BusinessAdministrator/alarManagement/AlarmCenter'),
+ meta: { title: '告警中心', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/TerminalManagement/FrontManagement',
+ name: 'premage',
+ component: () => import('@/views/BusinessAdministrator/TerminalManagement/FrontManagement'),
+ meta: { title: '前置管理', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/TerminalManagement/ProgramManagement',
+ name: 'ProgramManagement',
+ component: () => import('@/views/BusinessAdministrator/TerminalManagement/ProgramManagement'),
+ meta: { title: '程序升级管理', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/TerminalManagement/pl-table',
+ name: 'programmanage',
+ component: () =>
+ import(
+ //"@/views/BusinessAdministrator/TerminalManagement/ProgramManagement"
+ '@/views/BusinessAdministrator/TerminalManagement/index'
+ ),
+ meta: { title: '程序升级管理', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/TerminalManagement/TerminalManagement',
+ name: 'operationmage',
+ component: () => import('@/views/BusinessAdministrator/TerminalManagement/TerminalManagement'),
+ meta: { title: '终端运维管理', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/TerminalManagement/TerminalMaintenance',
+ name: 'versioningmage',
+ component: () => import('@/views/BusinessAdministrator/TerminalManagement/TerminalMaintenance'),
+ meta: { title: '终端版本维护', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/TerminalManagement/ScoringManagement',
+ name: 'scoringmage',
+ component: () => import('@/views/BusinessAdministrator/TerminalManagement/ScoringManagement'),
+ meta: { title: '评分管理', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/TerminalManagement/OperationManagement',
+ name: 'OperationManagement',
+ component: () => import('@/views/BusinessAdministrator/TerminalManagement/OperationManagement'),
+ meta: { title: '运维管理', icon: 'user' }
+ },
+
+ {
+ path: '/BusinessAdministrator/ReportTemplate/ReportConfiguration',
+ name: 'dataQuality',
+ component: () => import('@/views/BusinessAdministrator/ReportTemplate/ReportConfiguration'),
+ meta: { title: '报告模板配置', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/transport/complete',
+ name: 'integritystatistics',
+ component: () => import('@/views/BusinessAdministrator/transport/complete'),
+ meta: { title: '数据完整性统计', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/transport/distribution',
+ name: 'monitoringdistribution',
+ component: () => import('@/views/BusinessAdministrator/transport/distribution'),
+ meta: { title: '监测点分布', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/transport/transformerStrategy',
+ name: 'transformerStrategy',
+ component: () => import('@/views/BusinessAdministrator/transport/transformerStrategy'),
+ meta: { title: '变压器策略', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/transport/powerweight',
+ name: 'powerweight',
+ component: () => import('@/views/BusinessAdministrator/transport/powerweight'),
+ meta: { title: '监测点评分权重', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/transport/monthreport',
+ name: 'monthreport',
+ component: () => import('@/views/BusinessAdministrator/transport/monthreport'),
+ meta: { title: '半月报功能', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/transport/OperationStatistics',
+ name: 'operatingstatistic',
+ component: () => import('@/views/BusinessAdministrator/transport/OperationStatistics'),
+ meta: { title: '终端运行统计', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/transport/Statistics',
+ name: 'monitoringstatistics',
+ component: () => import('@/views/BusinessAdministrator/transport/Statistics'),
+ meta: { title: '监测点统计', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/transport/OfflineViewing',
+ name: 'offlinewaveform',
+ component: () => import('@/views/BusinessAdministrator/transport/OfflineViewing'),
+ meta: { title: '离线波形查看', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/transport/onlinerate',
+ name: 'ddda',
+ component: () => import('@/views/BusinessAdministrator/transport/onlinerate/Onlinerate'),
+ meta: { title: '终端在线率统计', icon: 'user' }
+ },
+ {
+ path: '/BusinessAdministrator/LogManagement/DropPush',
+ name: 'suspensionlog',
+ component: () => import('@/views/BusinessAdministrator/LogManagement/DropPush'),
+ meta: { title: '暂降推送日志', icon: 'user' }
+ },
+
+ {
+ path: '/webzuta/2deditor',
+ name: 'CircuitEdit',
+ component: () => import('@/views/CircuitEdit.vue')
+ },
+ // 预览页页面
+ {
+ path: '/CircuitPreview',
+ name: 'CircuitPreview',
+ component: () => import('@/views/CircuitPreview.vue')
+ },
+ {
+ path: '/timeline/test',
+ name: 'fiexdtable',
+ component: () => import('../views/test/index2.vue')
+ }
+ ]
+ }
+ ]
+ },
+ {
+ path: '/Distributed-photovoltaic',
+ component: Layout,
+ routeName: 'Distributed-photovoltaic',
+ meta: { title: '分布式光伏管理系统', icon: 'user' },
+ children: [
+ {
+ path: '/Distributed-photovoltaic',
+ name: 'Distributed-photovoltaic',
+ redirect: '/Distributedphotovoltaic/overview',
+ meta: { title: '光伏全景概览' },
+ children: [
+ {
+ path: '/Distributedphotovoltaic/overview',
+ name: 'gffbqj',
+ //component: () => import("@/views/Photovoltaic-system/PVoverview"),
+ component: () => import('@/views/Photovoltaic-system/HbPVoverview'),
+ meta: { title: '光伏全景概览', icon: 'user' }
+ },
+ // {
+ // path: "/device-boot/frontmanagement",
+ // name: "frontmanagement",
+ // component: () =>
+ // import ("@/views/device-boot/device/frontmange"),
+ // meta: { title: "前置管理", icon: "user" },
+ // },
+ {
+ path: '/jbei/test/map',
+ name: 'test',
+ component: () => import('@/views/Distributed-management/test'),
+ meta: { title: '冀北测试', icon: 'user' }
+ },
+ {
+ path: '/jbei/QualityOverview',
+ name: 'test',
+ component: () => import('@/views/Distributed-management/QualityOverview'),
+ meta: { title: '电能质量概览', icon: 'user' }
+ },
+ {
+ path: '/Distributedmanagement/Monitoring',
+ name: 'overview',
+ component: () => import('@/views/Distributed-management/Monitoring'),
+ meta: { title: '冀北监控总览', icon: 'user' }
+ },
+ {
+ path: '/device-boot/linepingfen',
+ name: 'linepingfen',
+ component: () => import('@/views/device-boot/device/linepingfen'),
+ meta: { title: '评分管理', icon: 'user' }
+ },
+ {
+ path: '/device-boot/programmage',
+ name: 'programmage',
+ component: () => import('@/views/device-boot/device/programmange'),
+ meta: { title: '程序升级管理', icon: 'user' }
+ },
+ {
+ path: '/device-boot/terminalmage',
+ name: 'terminalmagef',
+ component: () => import('@/views/device-boot/device/terminalaccount'),
+ meta: { title: '终端运维管理', icon: 'user' }
+ },
+ {
+ path: '/device-boot/alarmcelvmage',
+ name: 'disalarmcelvmage',
+ component: () => import('@/views/device-boot/alarm/alarammage'),
+ meta: { title: '告警策略管理', icon: 'user' }
+ },
+
+ {
+ path: '/algorithm/FuCkEditor/index',
+ name: 'algorithmmanage',
+ component: () => import('@/views/harmonic-boot/index'),
+ meta: { title: '自定算法编辑器', icon: 'user' }
+ },
+
+ {
+ path: '/Statistical-analysis/indicatorClassification',
+ name: 'zhuwanggailan',
+ component: () => import('@/views/Statistical-analysis/indicatorClassification'),
+ meta: { title: '指标分类概览', icon: 'user', affix: true }
+ },
+
+ {
+ path: '/Statistical-analysis/IndicatorAlarmStatistics',
+ name: 'zhuwanzhibtj',
+ component: () => import('@/views/Statistical-analysis/IndicatorAlarmStatistics'),
+ meta: { title: '指标告警统计', icon: 'user' }
+ },
+ {
+ path: '/Statistical-analysis/baselineLevelAssessment',
+ name: 'zhuwanjzsppg',
+ component: () => import('@/views/Statistical-analysis/baselineLevelAssessment'),
+ meta: { title: '基准水平评估', icon: 'user' }
+ },
+ {
+ path: '/Statistical-analysis/substationBackgroundHarmonic',
+ name: 'zwbjxb',
+ component: () => import('@/views/Statistical-analysis/substationBackgroundHarmonic'),
+ meta: { title: '变电站背景谐波', icon: 'user' }
+ },
+ {
+ path: '/Statistical-analysis/statisticalReport',
+ name: 'zwtjbb',
+ component: () => import('@/views/Statistical-analysis/statisticalReport'),
+ meta: { title: '统计报表报告', icon: 'user' }
+ },
+ {
+ path: '/Statistical-analysis/steadyStateIndicators',
+ name: 'zwwtzb',
+ component: () => import('@/views/Statistical-analysis/steadyStateIndicators'),
+ meta: { title: '稳态指标', icon: 'user' }
+ },
+ {
+ path: '/Statistical-analysis/transientIndicators',
+ name: 'zwztzb',
+ component: () => import('@/views/Statistical-analysis/transientIndicators'),
+ meta: { title: '暂态指标', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/IndicatorClassification',
+ name: 'pwzbflgl',
+ component: () => import('@/views/Distributionnetwork-analysis/IndicatorClassification'),
+ meta: { title: '指标分类概览', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/IndicatorAlarmStatistics',
+ name: 'pwzbgjtj',
+ component: () => import('@/views/Distributionnetwork-analysis/IndicatorAlarmStatistics'),
+ meta: { title: '指标告警统计', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/BaselineLevelAssessment',
+ name: 'pwjzsppg',
+ component: () => import('@/views/Distributionnetwork-analysis/BaselineLevelAssessment'),
+ meta: { title: '基准水平评估', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/StatisticalReport',
+ name: 'pwtjbb',
+ component: () => import('@/views/Distributionnetwork-analysis/StatisticalReport'),
+ meta: { title: '统计报表报告', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/SteadyStateIndicators',
+ name: 'pwwtzb',
+ component: () => import('@/views/Distributionnetwork-analysis/SteadyStateIndicators'),
+ meta: { title: '稳态指标', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/TransientIndicators',
+ name: 'pwztzb',
+ component: () => import('@/views/Distributionnetwork-analysis/TransientIndicators'),
+ meta: { title: '暂态指标', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/historicalTrendChart',
+ name: 'historicalTrendChart',
+ component: () => import('@/views/Distributionnetwork-analysis/historicalTrendChart'),
+ meta: { title: '无线历史趋势', icon: 'user' }
+ },
+ {
+ path: '/SpecialAnalysisModuleDesign/DistributedPhotovoltaic',
+ name: 'fbsgf',
+ component: () => import('@/views/SpecialAnalysisModuleDesign/DistributedPhotovoltaic'),
+ meta: { title: '分布式光伏', icon: 'user' }
+ },
+ {
+ path: '/SpecialAnalysisModuleDesign/WindFarm',
+ name: 'fdcck',
+ component: () => import('@/views/SpecialAnalysisModuleDesign/WindFarm'),
+ meta: { title: '风电场', icon: 'user' }
+ },
+ {
+ path: '/SpecialAnalysisModuleDesign/PhotovoltaicPowerDrill',
+ name: 'gfdzck',
+ component: () => import('@/views/SpecialAnalysisModuleDesign/PhotovoltaicPowerDrill'),
+ meta: { title: '光伏电站', icon: 'user' }
+ },
+ {
+ path: '/SpecialAnalysisModuleDesign/ElectricRailwayLine',
+ name: 'dqhtlck',
+ component: () => import('@/views/SpecialAnalysisModuleDesign/ElectricRailwayLine'),
+ meta: { title: '电气化铁路', icon: 'user' }
+ },
+ {
+ path: '/SpecialAnalysisModuleDesign/SmeltingLoad',
+ name: 'zlfhck',
+ component: () => import('@/views/SpecialAnalysisModuleDesign/SmeltingLoad'),
+ meta: { title: '冶炼负荷', icon: 'user' }
+ },
+ {
+ path: '/Processsupervision/harmonicmanagement',
+ name: 'xbpbgl',
+ component: () => import('@/views/Process-supervision/harmonicmanagement'),
+ meta: { title: '谐波普测管理', icon: 'user' }
+ },
+ {
+ path: '/Processsupervision/interferencemanagement',
+ name: 'gryyhgl',
+ component: () => import('@/views/Process-supervision/interferencemanagement'),
+ meta: { title: '干扰源用户管理', icon: 'user' }
+ },
+ {
+ path: '/Processsupervision/electricitymanagement',
+ name: 'dnzlwtgl',
+ component: () => import('@/views/Process-supervision/electricitymanagement'),
+ meta: { title: '电能质量问题管理', icon: 'user' }
+ },
+ {
+ path: '/Processsupervision/Terminaldetection',
+ name: 'zdjcgl',
+ component: () => import('@/views/Process-supervision/Terminaldetection'),
+ meta: { title: '终端检测管理', icon: 'user' }
+ },
+ {
+ path: '/Processsupervision/supervision/manage',
+ name: 'jsjdgl',
+ component: () => import('@/views/Process-supervision/Supervisionmanage'),
+ meta: { title: '技术监督管理', icon: 'user' }
+ },
+ {
+ path: '/Processsupervision/supervision/manage2',
+ name: 'jsjdgl2',
+ // component: () =>
+ // import ("@/views/Process-supervision/Supervisionmanage2"),
+ meta: { title: '技术监督管理2', icon: 'user' }
+ },
+ {
+ path: '/Process-supervision/Supervisionmanage2/Workplan',
+ name: 'jsplan',
+ component: () => import('@/views/Process-supervision/Supervisionmanage2/Workplan'),
+ meta: { title: '技术监督工作计划', icon: 'user' }
+ },
+ {
+ path: '/Process-supervision/Supervisionmanage2/Workstatistics',
+ name: 'statistics',
+ component: () => import('@/views/Process-supervision/Supervisionmanage2/Workstatistics'),
+ meta: { title: '技术监督工作统计', icon: 'user' }
+ },
+ {
+ path: '/Process-supervision/Supervisionmanage2/historyData',
+ name: 'historyData',
+ component: () => import('@/views/Process-supervision/Supervisionmanage2/historyData'),
+ meta: { title: '监督计划变更历史数据', icon: 'user' }
+ },
+ {
+ path: '/Process-supervision/Supervisionmanage2/prealarmData',
+ name: 'prealarmData',
+ component: () => import('@/views/Process-supervision/Supervisionmanage2/prealarmData'),
+ meta: { title: '技术监督预告警单数据', icon: 'user' }
+ },
+ {
+ path: '/Process-supervision/Supervisionmanage2/feedbackdata',
+ name: 'feedbackdata',
+ component: () => import('@/views/Process-supervision/Supervisionmanage2/feedbackdata'),
+ meta: { title: '技术监督预告警单反馈数据', icon: 'user' }
+ },
+
+ {
+ path: '/Processsupervision/WorkOrder',
+ name: 'Terminaldetection',
+ component: () => import('@/views/Process-supervision/WorkOrder'),
+ meta: { title: '工单管理', icon: 'user' }
+ },
+ {
+ path: '/Managementoperation/operationIndex',
+ name: 'yxzhgl',
+ component: () => import('@/views/Management-operation/operationIndex'),
+ meta: { title: '运行指标', icon: 'user' }
+ },
+ {
+ path: '/Managementoperation/mochaITOM',
+ name: 'zdywglck',
+ component: () => import('@/views/Management-operation/mochaITOM'),
+ meta: { title: '终端运维管理', icon: 'user' }
+ },
+ {
+ path: '/Managementoperation/mainnetwork',
+ name: 'zwsjzlck',
+ component: () => import('@/views/Management-operation/mainnetwork'),
+ meta: { title: '主网数据质量', icon: 'user' }
+ },
+ {
+ path: '/Managementoperation/distributionnetwork',
+ name: 'pwsjzlck',
+ component: () => import('@/views/Management-operation/distributionnetwork'),
+ meta: { title: '配网数据质量', icon: 'user' }
+ },
+ {
+ path: '/Accountmanagement/hbaccountoperation',
+ name: 'tzzdgl',
+ component: () => import('@/views/Account-management/hbaccountoperation'),
+ meta: { title: '台账字典维护', icon: 'user' }
+ },
+ {
+ path: '/Accountmanagement/accountstatistics',
+ name: 'tzhztj',
+ component: () => import('@/views/Account-management/accountstatistics'),
+ meta: { title: '台账汇总统计', icon: 'user' }
+ },
+ {
+ path: '/Accountmanagement/Accountreview',
+ name: 'tzshck',
+ component: () => import('@/views/Account-management/Accountreview'),
+ meta: { title: '台账审核', icon: 'user' }
+ },
+ {
+ path: '/Accountmanagement/accountoperation',
+ name: 'tzczcl',
+ component: () => import('@/views/Account-management/accountoperation'),
+ meta: { title: '台账操作', icon: 'user' }
+ },
+ {
+ path: '/Accountmanagement/operation/record',
+ name: 'tzczjlck',
+ component: () => import('@/views/Account-management/record'),
+ meta: { title: '台账操作记录', icon: 'user' }
+ },
+ {
+ path: '/Accountmanagement/pmsPark',
+ name: 'pmsParkIndex',
+ component: () => import('@/views/Account-management/components/pmsPark/index'),
+ meta: { title: '园区台账管理', icon: 'user' }
+ },
+ {
+ path: '/Accountmanagement/uploadGw',
+ name: 'pmsUploadGw',
+ component: () => import('@/views/Account-management/components/uploadGw/index'),
+ meta: { title: '主网用户台账', icon: 'user' }
+ },
+ {
+ path: '/pw/user/pwMonitorOnline',
+ name: 'pwMonitorOnline',
+ component: () => import('@/views/pwUser/online/index'),
+ meta: { title: '用户侧装置在线率', icon: 'user' }
+ },
+ {
+ path: '/pw/user/pwMonitorIntegrity',
+ name: 'pwMonitorIntegrity',
+ component: () => import('@/views/pwUser/integrity/index'),
+ meta: { title: '用户侧数据完整性', icon: 'user' }
+ },
+ {
+ path: '/pw/user/pwMonitorLimitQualified',
+ name: 'pwMonitorIntegrity',
+ component: () => import('@/views/pwUser/limitQualified/index'),
+ meta: { title: '用户侧数据超标情况', icon: 'user' }
+ }
+ ]
+ }
+ ]
+ },
+ { path: '*', redirect: '/dashboard' },
+ {
+ path: '/energy-system',
+ component: Layout,
+ name: 'energy-system',
+ redirect: '/energy-system/electricenergy',
+ meta: { title: '用能管理系统', icon: 'excel' },
+ children: [
+ {
+ path: '/energy-system/electricenergy',
+ name: 'energy-system-electricenergy',
+ component: () => import('@/views/energy-system/electricenergy'),
+ meta: { title: '用采管理', icon: '' }
+ },
+ {
+ path: '/energy-system/device',
+ name: 'energy-system-device',
+ meta: { title: '设备中心', icon: '' },
+ children: [
+ {
+ path: '/energy-system/device/manger',
+ name: 'deviceManger',
+ meta: { title: '设备管理' },
+ component: () => import('@/views/energy-system/deviceCenter/device')
+ },
+ {
+ path: '/energy-system/device/devicejk',
+ name: 'energy-system-devicejk',
+ component: () => import('@/views/energy-system/deviceCenter/devicejk'),
+ meta: { title: '设备监控', icon: '' }
+ },
+ {
+ path: '/energy-system/device/netdev',
+ name: 'energy-system-netdev',
+ component: () => import('@/views/energy-system/deviceCenter/netDev'),
+ meta: { title: '联网设备管理', icon: '' }
+ },
+ {
+ path: '/energy-system/device/dictManage',
+ name: 'energy-system-dictManage',
+ component: () => import('@/views/energy-system/deviceCenter/dictManage'),
+ meta: { title: '用能字典管理', icon: '' }
+ },
+ {
+ path: '/energy-system/advancedanalysis/integrity',
+ name: 'energy-system-advancedanalysis-integrity',
+ meta: { title: '数据完整性' },
+ component: () => import('@/views/energy-system/advancedanalysis/dataintegrity')
+ },
+ {
+ path: '/energy-system/advancedanalysis/onlinerate',
+ name: 'energy-system-advancedanalysis-onlinerate',
+ meta: { title: '在线率' },
+ component: () => import('@/views/energy-system/advancedanalysis/onlinerate')
+ },
+ //123456
+ {
+ path: '/energy-system/advancedanalysis/loadanalysis',
+ name: 'energy-system-advancedanalysis-loadanalysis',
+ meta: { title: '负荷分析' },
+ component: () => import('@/views/energy-system/advancedanalysis/loadanalysis')
+ },
+ {
+ path: '/energy-system/advancedanalysis/costloadanalysis',
+ name: 'energy-system-advancedanalysis-costloadanalysis',
+ meta: { title: '负荷分析统计' },
+ component: () => import('@/views/energy-system/advancedanalysis/costloadanalysis')
+ },
+ {
+ path: '/energy-system/advancedanalysis/photovoltaicanalysis',
+ name: 'energy-system-advancedanalysis-photovoltaicanalysis',
+ meta: { title: '光伏分析' },
+ component: () => import('@/views/energy-system/advancedanalysis/photovoltaicanalysis')
+ },
+ {
+ path: '/energy-system/advancedanalysis/electricenergy',
+ name: 'energy-system-advancedanalysis-electricenergy',
+ meta: { title: '电度分析' },
+ component: () => import('@/views/energy-system/advancedanalysis/electricenergy')
+ },
+ // 123456
+ {
+ path: '/energy-system/advancedanalysis/electricalcontrast',
+ name: 'energy-system-advancedanalysis-electricalcontrast',
+ meta: { title: '电度对比分析' },
+ component: () => import('@/views/energy-system/advancedanalysis/electricalcontrast')
+ },
+ {
+ path: '/energy-system/advancedanalysis/electricitystatistics',
+ name: 'energy-system-advancedanalysis-electricitystatistics',
+ meta: { title: '电度统计分析' },
+ component: () => import('@/views/energy-system/advancedanalysis/electricitystatistics')
+ },
+ {
+ path: '/energy-system/advancedanalysis/airanalysis',
+ name: 'energy-system-advancedanalysis-electairanalysisricenergy',
+ meta: { title: '空调趋势分析' },
+ component: () => import('@/views/energy-system/advancedanalysis/airanalysis')
+ },
+ {
+ path: '/energy-system/advancedanalysis/airanalysisstrategy',
+ name: 'energy-system-advancedanalysis-airanalysisstrategy',
+ meta: { title: '空调趋势分析' },
+ component: () => import('@/views/energy-system/advancedanalysis/airanalysisstrategy')
+ },
+ {
+ path: '/energy-system/system/typeconfiguration',
+ name: 'energy-system-system-typeconfiguration',
+ meta: { title: '用能类型配置' },
+ component: () => import('@/views/energy-system/system/typeconfiguration')
+ },
+ {
+ path: '/energy-system/system/loadconfiguration',
+ name: 'energy-system-system-loadconfiguration',
+ meta: { title: '用能负荷配置' },
+ component: () => import('@/views/energy-system/system/loadconfiguration')
+ },
+ {
+ path: '/energy-system/system/rateconfiguration',
+ name: 'energy-system-system-rateconfiguration',
+ meta: { title: '电度费率配置' },
+ component: () => import('@/views/energy-system/system/rateconfiguration')
+ },
+ //123456
+ {
+ path: '/energy-system/operate/yunCai',
+ name: 'energy-system-operate-yunCai',
+ meta: { title: '用采系统' },
+ component: () => import('@/views/energy-system/operationalCenter/yunCaiManage')
+ },
+ //123456
+ {
+ path: '/energy-system/operate/airCentre',
+ name: 'energy-system-operate-airManage',
+ meta: { title: '空调中心' },
+ component: () => import('@/views/energy-system/operationalCenter/airManage')
+ },
+ {
+ path: '/energy-system/operate/yunCaiReadOnly',
+ name: 'energy-system-operate-yunCaiReadOnly',
+ meta: { title: '用采中心' },
+ component: () => import('@/views/energy-system/operationalCenter/yunCaiManageReadOnly')
+ },
+ {
+ path: '/energy-system/operate/airCentreReadOnly',
+ name: 'energy-system-operate-airCentreReadOnly',
+ meta: { title: '空调中心' },
+ component: () => import('@/views/energy-system/operationalCenter/airManageReadOnly')
+ },
+ //123456
+ {
+ path: '/energy-system/operate/oneFloor',
+ name: 'energy-system-operate-oneFloor',
+ meta: { title: '一楼' },
+ component: () => import('@/views/energy-system/operationalCenter/oneFloor')
+ },
+ {
+ path: '/energy-system/operate/twoFloor',
+ name: 'energy-system-operate-twoFloor',
+ meta: { title: '二楼' },
+ component: () => import('@/views/energy-system/operationalCenter/twoFloor')
+ },
+ {
+ path: '/energy-system/operate/threeFloor',
+ name: 'energy-system-operate-threeFloor',
+ meta: { title: '三楼' },
+ component: () => import('@/views/energy-system/operationalCenter/threeFloor')
+ },
+ {
+ path: '/energy-system/operate/fourFloor',
+ name: 'energy-system-operate-fourFloor',
+ meta: { title: '四楼' },
+ component: () => import('@/views/energy-system/operationalCenter/fourFloor')
+ },
+ //123456
+ {
+ path: '/energy-system/operate/dataBind',
+ name: 'energy-system-operate-dataBind',
+ meta: { title: '数据绑定' },
+ component: () => import('@/views/energy-system/operationalCenter/dataBind')
+ }
+ ]
+ },
+ {
+ path: '/energy-system/operate',
+ name: 'energy-system-operate',
+ meta: { title: '运行中心', icon: '' },
+ children: []
+ }
+ ]
+ },
+
+ {
+ path: '/estimate',
+ component: Layout,
+ name: 'harmonic-boot',
+ redirect: '/harmonic-boot/monitor/online',
+ meta: { title: '承载能力评估', icon: 'excel' },
+ children: [
+ {
+ path: '/estimate/photovoltaic',
+ name: 'photovoltaic',
+ component: () => import('@/views/tropic/estimate/photovoltaic.vue'),
+ // component: () =>
+ // import ("@/views/harmonic-boot/view/yanshi"),
+ meta: { title: '光伏电站', icon: '' }
+ }
+ ]
+ },
+
+ {
+ path: '/dashboard3',
+ component: Layout,
+ name: 'dashboard3',
+ redirect: '/Distributedphotovoltaic/overview',
+ meta: { title: '河北分布式概览', icon: 'excel' },
+ children: [
+ {
+ path: '/Distributedphotovoltaic/overview',
+ name: 'Distributedphotovoltaic',
+ component: () => import('@/views/Photovoltaic-system/PVoverview'),
+ meta: { title: '分布式概览全景', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/IndicatorClassificationb',
+ name: 'IndicatorClassificationb',
+ component: () => import('@/views/Distributionnetwork-analysis/IndicatorClassification'),
+ meta: { title: '指标分类概览', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/IndicatorAlarmStatistics1',
+ name: 'IndicatorAlarmStatistics1',
+ component: () => import('@/views/Distributionnetwork-analysis/IndicatorAlarmStatistics'),
+ meta: { title: '指标告警统计', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/BaselineLevelAssessment1',
+ name: 'BaselineLevelAssessment1',
+ component: () => import('@/views/Distributionnetwork-analysis/BaselineLevelAssessment'),
+ meta: { title: '基准水平评估', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/StatisticalReport1',
+ name: 'StatisticalReport1',
+ component: () => import('@/views/Distributionnetwork-analysis/StatisticalReport'),
+ meta: { title: '统计报表报告', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/SteadyStateIndicators1',
+ name: 'SteadyStateIndicators1',
+ component: () => import('@/views/Distributionnetwork-analysis/SteadyStateIndicators'),
+ meta: { title: '稳态指标', icon: 'user' }
+ },
+ {
+ path: '/Distributionnetwork-analysis/TransientIndicators1',
+ name: 'TransientIndicators1',
+ component: () => import('@/views/Distributionnetwork-analysis/TransientIndicators'),
+ meta: { title: '暂态指标', icon: 'user' }
+ }
+ ]
+ },
+
+ {
+ path: '/flowManage',
+ component: Layout,
+ routeName: 'flowManage',
+ meta: { title: '流程管理', icon: 'user' },
+ children: [
+ {
+ path: '/flowable/definition/model',
+ name: 'definitionmodel',
+ component: () => import('@/views/flow_task/definition/model'),
+ meta: { title: '工作流程设计器', icon: 'user' }
+ },
+ {
+ path: '/flowable/definition/index',
+ name: 'definitionindex',
+ component: () => import('@/views/flow_task/definition/index'),
+ meta: { title: '流程定义', icon: 'user' }
+ }
+ ]
+ },
+
+ {
+ path: '/flowTask',
+ component: Layout,
+ routeName: 'flowTask',
+ meta: { title: '任务管理', icon: 'user' },
+ children: [
+ {
+ path: '/flowTask/mytask',
+ name: 'mytask',
+ component: () => import('@/views/flow_task/myProcess/index'),
+ meta: { title: '我的流程', icon: 'user' }
+ },
+ {
+ path: '/flow_task/myProcess/detail/index',
+ name: 'mytaskDetail',
+ component: () => import('@/views/flow_task/myProcess/detail/index'),
+ meta: { title: '流程处理', icon: 'user' }
+ },
+ {
+ path: '/flowTask/myAudit',
+ name: 'myAudit',
+ component: () => import('@/views/flow_task/todo/index'),
+ meta: { title: '待办任务', icon: 'user' }
+ },
+ {
+ path: '/flowTask/finishedTask',
+ name: 'finishedTask',
+ component: () => import('@/views/flow_task/finished/index'),
+ meta: { title: '已办任务', icon: 'user' }
+ }
+ ]
+ },
+
+ {
+ path: '/workOrder',
+ component: Layout,
+ routeName: 'workOrder',
+ meta: { title: '工单管理', icon: 'user' },
+ children: [
+ {
+ path: '/workOrder/index',
+ name: 'workOrder',
+ component: () => import('@/views/workOrder/index'),
+ meta: { title: '工单服务', icon: 'user' }
+ }
+ ]
+ },
+ {
+ path: '/gwPush',
+ component: Layout,
+ routeName: 'gwPush',
+ meta: { title: '网公司上送', icon: 'user' },
+ children: [
+ {
+ path: '/gwPush/reportPush',
+ name: 'reportPush',
+ component: () => import('@/views/gwPush/report/index'),
+ meta: { title: '电能质量报表', icon: 'user' }
+ },
+ {
+ path: '/gwPush/commPoint',
+ name: 'commPoint',
+ component: () => import('@/views/gwPush/commPoint/index'),
+ meta: { title: '公共连接点', icon: 'user' }
+ },
+ {
+ path: '/gwPush/mainMonitor',
+ name: 'mainMonitor',
+ component: () => import('@/views/gwPush/mainMonitor/index'),
+ meta: { title: '主网测点数据', icon: 'user' }
+ },
+ {
+ path: '/gwPush/processTemUser',
+ name: 'processTemUser',
+ component: () => import('@/views/gwPush/processFollow/index'),
+ meta: { title: '全过程用户', icon: 'user' }
+ }
+ ]
+ }
+]
+
+if (process.env.VUE_APP_MODE === 'cgyqr') {
+ if (flag) {
+ let list = tree2List(asyncRoutes)
+ // console.log('🚀 ~ list:', list)
+ constantRoutes.push(
+ ...list
+
+ )
+ }
+ flag = false
+}
+const createRouter = () =>
+ new Router({
+ // mode: 'history', // require service support
+ scrollBehavior: () => ({ y: 0 }),
+ routes: constantRoutes
+ })
+const router = createRouter()
+// Detail see: https://github.com/vuejs/vue-router/issues/1234#issuecomment-357941465
+export function resetRouter() {
+ const newRouter = createRouter()
+ router.matcher = newRouter.matcher // reset router
+}
+export default router
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 28f11e7..4529ff5 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -1,564 +1,564 @@
-// cover some element-ui styles
-.tableScopeSwitch .el-switch__label {
- position: absolute;
- display: none;
- color: #fff !important;
-}
-
-
-/*打开时文字位置设置*/
-
-.tableScopeSwitch .el-switch__label--right {
- z-index: 1;
- /*不同场景下可能不同,自行调整*/
-}
-
-
-/*关闭时文字位置设置*/
-
-.tableScopeSwitch .el-switch__label--left {
- z-index: 1;
- left: 20px;
- /*不同场景下可能不同,自行调整*/
-}
-
-
-/*显示文字*/
-
-.tableScopeSwitch .el-switch__label.is-active {
- display: block;
-}
-
-.tableScopeSwitch.el-switch .el-switch__core,
-.el-switch .el-switch__label {
- width: 60px !important;
- /*开关按钮的宽度大小*/
-}
-
-.el-button {
- border-radius: 3px;
- height: 36px;
- // min-width: 80px;
-}
-
-.el-button--primary {
- color: #fdfefe;
- background-color: #4AB5A5!important;
- border-color: #4AB5A5!important;
-}
-
-.el-button--primary:hover {
- background-color: #fffdfc !important;
- border-color: #4AB5A5 !important;
- color: #000;
-}
-
-.el-button--primary:focus {
- background-color: #f1f9f6 !important;
- border-color: #01755e !important;
- color: #01755e;
- cursor: wait;
-}
-
-.tags-view-container .tags-view-wrapper .tags-view-item.active {
- background-color: #4AB5A5;
- border-color: #4AB5A5;
- font-size: 14px;
- font-weight: bold;
-}
-
-.el-input--small .el-input__inner {
- height: 36px;
- line-height: 36px;
-}
-
-.el-select .el-input.is-focus .el-input__inner {
- border-color: #4AB5A5;
-}
-
-.el-scrollbar__bar.is-vertical {
- width: 8px;
- top: 2px;
- background: white;
- background-color: #ececec;
-}
-
-.el-scrollbar__thumb {
- position: relative;
- display: block;
- width: 0;
- height: 0;
- cursor: pointer;
- border-radius: inherit;
- background-color: #4AB5A5;
- -webkit-transition: .3s background-color;
- transition: .3s background-color;
-}
-
-.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
- color: #343535;
-}
-
-.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
- background-color: #F5F7FA;
- // color:#000;
- // font-size: 16px;
-}
-
-.el-range-editor.is-disabled {
- background-color: #F5F7FA;
- border-color: #E4E7ED;
- color: #C0C4CC;
- cursor: not-allowed;
- // height: 36px;
- // top: -2px
-}
-
-.el-range-editor--small.el-input__inner {
- // height: 36px;
- // top: -2px
-}
-
-.el-form--inline .el-form-item__label {
- float: none;
- display: inline-block;
- //color: #000;
-}
-
-.el-form-item__label {
- color: #444444;
- font-family: '微软雅黑';
- font-size: 14px;
-}
-
-.el-header,
-.el-main {
- padding: 0;
-}
-
-.el-breadcrumb__inner,
-.el-breadcrumb__inner a {
- font-weight: 400 !important;
-}
-
-.el-upload {
- input[type="file"] {
- display: none !important;
- }
-}
-
-.el-upload__input {
- display: none;
-}
-
-// to fixed https://github.com/ElemeFE/element/issues/2461
-.el-dialog {
- position: relative;
- left: 0;
- margin: 0 auto;
- transform: none;
- .el-dialog__body {
- max-height: 70vh;
- padding: 20px;
- overflow-y: auto;
- }
- .el-dialog__header {
- height: 36px;
- padding: 0 20px;
- line-height: 36px;
- background: $themeColor;
- .el-dialog__title {
- font-size: 16px;
- font-weight: bold;
- color: #FFF;
- }
- .el-dialog__headerbtn {
- top: 6px;
- font-size: 24px;
- i {
- color: #fff;
- }
- }
- }
- .el-dialog__footer {
- height: 36px;
- padding: 0 20px;
- line-height: 36px;
- border-top: 1px solid #DCDFE6;
- }
-}
-
-.PAGE-SIZE-small .el-dialog {
- .el-dialog__header {
- height: 42px;
- line-height: 42px;
- .el-dialog__headerbtn {
- top: 7px;
- }
- }
- .el-dialog__footer {
- height: 42px;
- line-height: 42px;
- }
-}
-
-.PAGE-SIZE-medium .el-dialog {
- .el-dialog__header {
- height: 50px;
- line-height: 50px;
- .el-dialog__headerbtn {
- top: 11px;
- }
- }
- .el-dialog__footer {
- height: 49px;
- line-height: 49px;
- }
-}
-
-// refine element ui upload
-.upload-container {
- .el-upload {
- width: 100%;
- .el-upload-dragger {
- width: 100%;
- height: 200px;
- }
- }
-}
-
-.el-card__body {
- padding: 10px;
- margin-bottom: 10px;
-}
-
-// dropdown
-.el-dropdown-menu {
- a {
- display: block;
- }
-}
-
-//阻止右边出现padding
-.el-popup-parent--hidden {
- padding-right: 0 !important;
- overflow: hidden;
-}
-
-//防止tab被遮住
-::-webkit-scrollbar {
- width: 5px;
- height: 14px;
-}
-
-// to fix el-date-picker css style
-.el-range-separator {
- box-sizing: content-box;
-}
-
-.el-drawer__header {
- &>span,
- &>button {
- outline: none !important;
- }
-}
-
-.el-transfer-panel__list.is-filterable {
- height: 79vh;
- padding-top: 0;
-}
-
-// el-table
-.el-table {
- border-right: 1px solid #EBEEF5;
- // 无边框模式下增加外边框
- border-left: 1px solid #EBEEF5;
- // 表头样式
- thead {
- color: #333;
- }
- .el-table__header {
- tr,
- th {
- background: #E5E7F2;
- }
- // td {
- // background-color: #dbf6f6 !important;
- // }
- }
- // 斑马纹样式
- &.el-table--striped .el-table__body tr.el-table__row--striped td {
- background-color: #79aeac !important;
- }
- // hover样式
- &.el-table--enable-row-hover .el-table__body tr:hover>td {
- background-color: #dbf6f6 !important;
- }
- // 选中列样式
- &.el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
- .el-table__body tr.current-row>td {
- background: $themeColor-8 !important;
- }
- // mini版大小样式调整
- &.el-table--mini {
- th {
- padding: 4px 0;
- .caret-wrapper {
- height: 24px;
- .sort-caret.ascending {
- top: 0;
- }
- .sort-caret.descending {
- bottom: 2px;
- }
- }
- }
- td {
- padding: 2px 0;
- }
- }
- &.el-table--mini,
- &.el-table--small,
- &.el-table__expand-icon {
- font-size: 14px;
- }
- // small版大小样式调整
- &.el-table--small {
- th {
- padding: 6px 0;
- }
- td {
- padding: 4px 0;
- }
- }
- // medium版大小样式
- &.el-table--medium {
- th {
- padding: 8px 0;
- }
- td {
- padding: 6px 0;
- }
- }
-}
-
-// el-tree-select
-.el-tree-select-popper {
- [aria-disabled=true]>.el-tree-node__content {
- color: #ccc !important;
- }
-}
-
-// el-select
-// 增加loading样式
-.el-select.el-select-loading .el-icon-arrow-up {
- animation: rotating 2s linear infinite;
- &::before {
- content: "\e6cf";
- }
-}
-
-.el-form-item--small.el-form-item {
- margin-bottom: 10px;
-}
-
-// el-step
-.el-step__head.is-success {
- color: $themeColor;
- border-color: $themeColor;
-}
-
-.el-step__title.is-success {
- color: $themeColor !important;
-}
-
-.is-success .el-step__line {
- background-color: $themeColor !important;
-}
-
-.el-pagination.is-background .el-pager li.active:not(.disabled):hover {
- color: #fff !important;
-}
-
-.readonly {
- &.el-input-number .el-input.is-disabled .el-input__inner {
- color: #606266;
- background: #fff;
- }
-}
-
-.el-table.el-table--enable-row-hover .el-table__body tr:hover>td {
- background: $hoverf!important;
- color: aliceblue;
- //opacity: 0.5;
-}
-
-.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
- background-color: $themeColor !important;
- color: #fff;
-}
-
-.ele-tree-menu {
- width: 100%;
- background: rgba(204, 200, 200, 0.164);
- color: #424141 !important;
-}
-
-.el-tree .el-tree-node:focus>.el-tree-node__content {
- background: $themeColor !important;
- color: #fff
-}
-
-.el-tree .el-tree-node__content:hover {
- background-color: $themeColor !important;
- ;
- color: #fff;
-}
-
-.menu-tree {
- background: rgba(238, 240, 241, 0.192);
- padding: 0px;
- margin-right: 0px;
- border-radius: 5px;
- box-shadow: 0px 0px 0px 0px #cad1d4;
-}
-
-// .el-form-item__label {
-// font-size: 14px;
-// color: $themeColor;
-// }
-.el-checkbox__label {
- display: inline-block;
- padding-left: 10px;
- line-height: 19px;
- font-size: 14px;
- color: $themeColor !important
-}
-
-.table_header {
- background-color: $themeColor !important;
- color: #fff !important;
-}
-
-.el-table__body-wrapper::-webkit-scrollbar {
- width: 12px !important;
- /*滚动条宽度*/
- height: 12px !important;
- /*滚动条高度*/
-}
-
-.el-table__body-wrapper::-webkit-scrollbar-track {
- border-radius: 0px;
- /*滚动条的背景区域的圆角*/
- background-color: $themeColor;
- /*滚动条的背景颜色*/
- opacity: 0.5;
- cursor: pointer !important;
-}
-
-.el-table__body-wrapper::-webkit-scrollbar-corner {
- background-color: $themeColor;
- opacity: 0.8;
- cursor: pointer;
-}
-
-.el-table__body-wrapper::-webkit-scrollbar-thumb {
- border-radius: 4px;
- /*滚动条的圆角*/
- background-color: $themeColor;
- /*滚动条的背景颜色*/
- opacity: 0.8;
-}
-
-//elememtui的样式修改
-::v-deep .el-table__body-wrapper::-webkit-scrollbar-track {
- background-color: #b7c1c169;
-}
-
-::v-deep.el-table.el-table--enable-row-hover .el-table__body tr:hover>td {
- background: $hoverf;
- color: aliceblue;
- cursor: pointer;
-}
-
-.el-tree-node__expand-icon {
- font-size: 25px;
- color: rgb(169, 170, 172);
-}
-
-.vxe-table--render-default .vxe-cell {
- /* white-space: pre-line; */
- white-space: nowrap !important;
- /* word-break: break-all; */
- height: 25px !important;
- //line-height: 25px !important;
- /* align-items: center; */
- /* padding-left: 10px; */
- /* padding-right: 10px; */
-}
-
-.vxe-body--row.row--hover {
- background-color: $themeColor !important;
- color: #FFF;
-}
-
-
-/*表格滚动条样式*/
-
-.vxe-table--body-wrapper::-webkit-scrollbar {
- width: 12px;
-}
-
-.vxe-table--body-wrapper::-webkit-scrollbar-thumb {
- border-radius: 5px;
- height: 12px;
- background-color: $themeColor !important;
- border-radius: 30px !important;
-}
-
-.vxe-table--body-wrapper::-webkit-scrollbar-track {
- box-shadow: inset 0 0 5px rgb(174, 173, 173);
- border-radius: 2px;
- background: rgb(177, 175, 175);
-}
-
-.vxe-body--row.row--current {
- background-color: rgb(2, 132, 123) !important;
- color: #fff !important;
-}
-
-// 斑马纹样式
-.vxe-body--row.row--stripe {
- background-color: #79aeac !important;
-}
-
-.vxe-body--row {
- background-color: #dbf6f6 !important;
- font-weight: 400 !important;
- font-size: 14px !important;
-}
-
-.vxe-button.type--button {
- //font-family: inherit !important;
- // height:34px !important;
- //line-height: 25px !important;
- /* margin: 0 0 0 0; */
- margin-top: -1% !important;
- // height: 25px !important;
- // border: 1px solid #dcdfe6 ;
-}
-
-.vxe-button.type--button.theme--primary:not(.is--disabled):hover {
- border-color: rgb(13, 115, 103) !important;
- background-color: rgb(13, 115, 103) !important;
-}
-
-.el-table td {
- background-color: #dbf6f6 !important;
-}
-
-// .el-tree-node__expand-icon:hover {
-// font-size: 25px;
-// color: green;
-// }
-
+// cover some element-ui styles
+.tableScopeSwitch .el-switch__label {
+ position: absolute;
+ display: none;
+ color: #fff !important;
+}
+
+
+/*打开时文字位置设置*/
+
+.tableScopeSwitch .el-switch__label--right {
+ z-index: 1;
+ /*不同场景下可能不同,自行调整*/
+}
+
+
+/*关闭时文字位置设置*/
+
+.tableScopeSwitch .el-switch__label--left {
+ z-index: 1;
+ left: 20px;
+ /*不同场景下可能不同,自行调整*/
+}
+
+
+/*显示文字*/
+
+.tableScopeSwitch .el-switch__label.is-active {
+ display: block;
+}
+
+.tableScopeSwitch.el-switch .el-switch__core,
+.el-switch .el-switch__label {
+ width: 60px !important;
+ /*开关按钮的宽度大小*/
+}
+
+.el-button {
+ border-radius: 3px;
+ height: 36px;
+ // min-width: 80px;
+}
+
+.el-button--primary {
+ color: #fdfefe;
+ background-color: #4AB5A5!important;
+ border-color: #4AB5A5!important;
+}
+
+.el-button--primary:hover {
+ background-color: #fffdfc !important;
+ border-color: #4AB5A5 !important;
+ color: #000;
+}
+
+.el-button--primary:focus {
+ background-color: #f1f9f6 !important;
+ border-color: #01755e !important;
+ color: #01755e;
+ cursor: wait;
+}
+
+.tags-view-container .tags-view-wrapper .tags-view-item.active {
+ background-color: #4AB5A5;
+ border-color: #4AB5A5;
+ font-size: 14px;
+ font-weight: bold;
+}
+
+.el-input--small .el-input__inner {
+ height: 36px;
+ line-height: 36px;
+}
+
+.el-select .el-input.is-focus .el-input__inner {
+ border-color: #4AB5A5;
+}
+
+.el-scrollbar__bar.is-vertical {
+ width: 8px;
+ top: 2px;
+ background: white;
+ background-color: #ececec;
+}
+
+.el-scrollbar__thumb {
+ position: relative;
+ display: block;
+ width: 0;
+ height: 0;
+ cursor: pointer;
+ border-radius: inherit;
+ background-color: #4AB5A5;
+ -webkit-transition: .3s background-color;
+ transition: .3s background-color;
+}
+
+.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
+ color: #343535;
+}
+
+.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
+ background-color: #F5F7FA;
+ // color:#000;
+ // font-size: 16px;
+}
+
+.el-range-editor.is-disabled {
+ background-color: #F5F7FA;
+ border-color: #E4E7ED;
+ color: #C0C4CC;
+ cursor: not-allowed;
+ // height: 36px;
+ // top: -2px
+}
+
+.el-range-editor--small.el-input__inner {
+ // height: 36px;
+ // top: -2px
+}
+
+.el-form--inline .el-form-item__label {
+ float: none;
+ display: inline-block;
+ //color: #000;
+}
+
+.el-form-item__label {
+ color: #444444;
+ font-family: '微软雅黑';
+ font-size: 14px;
+}
+
+.el-header,
+.el-main {
+ padding: 0;
+}
+
+.el-breadcrumb__inner,
+.el-breadcrumb__inner a {
+ font-weight: 400 !important;
+}
+
+.el-upload {
+ input[type="file"] {
+ display: none !important;
+ }
+}
+
+.el-upload__input {
+ display: none;
+}
+
+// to fixed https://github.com/ElemeFE/element/issues/2461
+.el-dialog {
+ position: relative;
+ left: 0;
+ margin: 0 auto;
+ transform: none;
+ .el-dialog__body {
+ max-height: 70vh;
+ padding: 20px;
+ overflow-y: auto;
+ }
+ .el-dialog__header {
+ height: 55px;
+ padding: 0 20px;
+ line-height: 55px;
+ background: $themeColor;
+ .el-dialog__title {
+ font-size: 16px;
+ font-weight: bold;
+ color: #FFF;
+ }
+ .el-dialog__headerbtn {
+ top: 6px;
+ font-size: 24px;
+ i {
+ color: #fff;
+ }
+ }
+ }
+ .el-dialog__footer {
+ height: 36px;
+ padding: 0 20px;
+ line-height: 36px;
+ border-top: 1px solid #DCDFE6;
+ }
+}
+
+.PAGE-SIZE-small .el-dialog {
+ .el-dialog__header {
+ height: 42px;
+ line-height: 42px;
+ .el-dialog__headerbtn {
+ top: 7px;
+ }
+ }
+ .el-dialog__footer {
+ height: 42px;
+ line-height: 42px;
+ }
+}
+
+.PAGE-SIZE-medium .el-dialog {
+ .el-dialog__header {
+ height: 50px;
+ line-height: 50px;
+ .el-dialog__headerbtn {
+ top: 11px;
+ }
+ }
+ .el-dialog__footer {
+ height: 49px;
+ line-height: 49px;
+ }
+}
+
+// refine element ui upload
+.upload-container {
+ .el-upload {
+ width: 100%;
+ .el-upload-dragger {
+ width: 100%;
+ height: 200px;
+ }
+ }
+}
+
+.el-card__body {
+ padding: 10px;
+ margin-bottom: 10px;
+}
+
+// dropdown
+.el-dropdown-menu {
+ a {
+ display: block;
+ }
+}
+
+//阻止右边出现padding
+.el-popup-parent--hidden {
+ padding-right: 0 !important;
+ overflow: hidden;
+}
+
+//防止tab被遮住
+::-webkit-scrollbar {
+ width: 5px;
+ height: 14px;
+}
+
+// to fix el-date-picker css style
+.el-range-separator {
+ box-sizing: content-box;
+}
+
+.el-drawer__header {
+ &>span,
+ &>button {
+ outline: none !important;
+ }
+}
+
+.el-transfer-panel__list.is-filterable {
+ height: 79vh;
+ padding-top: 0;
+}
+
+// el-table
+.el-table {
+ border-right: 1px solid #EBEEF5;
+ // 无边框模式下增加外边框
+ border-left: 1px solid #EBEEF5;
+ // 表头样式
+ thead {
+ color: #333;
+ }
+ .el-table__header {
+ tr,
+ th {
+ background: #E5E7F2;
+ }
+ // td {
+ // background-color: #dbf6f6 !important;
+ // }
+ }
+ // 斑马纹样式
+ &.el-table--striped .el-table__body tr.el-table__row--striped td {
+ background-color: #79aeac !important;
+ }
+ // hover样式
+ &.el-table--enable-row-hover .el-table__body tr:hover>td {
+ background-color: #dbf6f6 !important;
+ }
+ // 选中列样式
+ &.el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
+ .el-table__body tr.current-row>td {
+ background: $themeColor-8 !important;
+ }
+ // mini版大小样式调整
+ &.el-table--mini {
+ th {
+ padding: 4px 0;
+ .caret-wrapper {
+ height: 24px;
+ .sort-caret.ascending {
+ top: 0;
+ }
+ .sort-caret.descending {
+ bottom: 2px;
+ }
+ }
+ }
+ td {
+ padding: 2px 0;
+ }
+ }
+ &.el-table--mini,
+ &.el-table--small,
+ &.el-table__expand-icon {
+ font-size: 14px;
+ }
+ // small版大小样式调整
+ &.el-table--small {
+ th {
+ padding: 6px 0;
+ }
+ td {
+ padding: 4px 0;
+ }
+ }
+ // medium版大小样式
+ &.el-table--medium {
+ th {
+ padding: 8px 0;
+ }
+ td {
+ padding: 6px 0;
+ }
+ }
+}
+
+// el-tree-select
+.el-tree-select-popper {
+ [aria-disabled=true]>.el-tree-node__content {
+ color: #ccc !important;
+ }
+}
+
+// el-select
+// 增加loading样式
+.el-select.el-select-loading .el-icon-arrow-up {
+ animation: rotating 2s linear infinite;
+ &::before {
+ content: "\e6cf";
+ }
+}
+
+.el-form-item--small.el-form-item {
+ margin-bottom: 10px;
+}
+
+// el-step
+.el-step__head.is-success {
+ color: $themeColor;
+ border-color: $themeColor;
+}
+
+.el-step__title.is-success {
+ color: $themeColor !important;
+}
+
+.is-success .el-step__line {
+ background-color: $themeColor !important;
+}
+
+.el-pagination.is-background .el-pager li.active:not(.disabled):hover {
+ color: #fff !important;
+}
+
+.readonly {
+ &.el-input-number .el-input.is-disabled .el-input__inner {
+ color: #606266;
+ background: #fff;
+ }
+}
+
+.el-table.el-table--enable-row-hover .el-table__body tr:hover>td {
+ background: $hoverf!important;
+ color: aliceblue;
+ //opacity: 0.5;
+}
+
+.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
+ background-color: $themeColor !important;
+ color: #fff;
+}
+
+.ele-tree-menu {
+ width: 100%;
+ background: rgba(204, 200, 200, 0.164);
+ color: #424141 !important;
+}
+
+.el-tree .el-tree-node:focus>.el-tree-node__content {
+ background: $themeColor !important;
+ color: #fff
+}
+
+.el-tree .el-tree-node__content:hover {
+ background-color: $themeColor !important;
+ ;
+ color: #fff;
+}
+
+.menu-tree {
+ background: rgba(238, 240, 241, 0.192);
+ padding: 0px;
+ margin-right: 0px;
+ border-radius: 5px;
+ box-shadow: 0px 0px 0px 0px #cad1d4;
+}
+
+// .el-form-item__label {
+// font-size: 14px;
+// color: $themeColor;
+// }
+.el-checkbox__label {
+ display: inline-block;
+ padding-left: 10px;
+ line-height: 19px;
+ font-size: 14px;
+ color: $themeColor !important
+}
+
+.table_header {
+ background-color: $themeColor !important;
+ color: #fff !important;
+}
+
+.el-table__body-wrapper::-webkit-scrollbar {
+ width: 12px !important;
+ /*滚动条宽度*/
+ height: 12px !important;
+ /*滚动条高度*/
+}
+
+.el-table__body-wrapper::-webkit-scrollbar-track {
+ border-radius: 0px;
+ /*滚动条的背景区域的圆角*/
+ background-color: $themeColor;
+ /*滚动条的背景颜色*/
+ opacity: 0.5;
+ cursor: pointer !important;
+}
+
+.el-table__body-wrapper::-webkit-scrollbar-corner {
+ background-color: $themeColor;
+ opacity: 0.8;
+ cursor: pointer;
+}
+
+.el-table__body-wrapper::-webkit-scrollbar-thumb {
+ border-radius: 4px;
+ /*滚动条的圆角*/
+ background-color: $themeColor;
+ /*滚动条的背景颜色*/
+ opacity: 0.8;
+}
+
+//elememtui的样式修改
+::v-deep .el-table__body-wrapper::-webkit-scrollbar-track {
+ background-color: #b7c1c169;
+}
+
+::v-deep.el-table.el-table--enable-row-hover .el-table__body tr:hover>td {
+ background: $hoverf;
+ color: aliceblue;
+ cursor: pointer;
+}
+
+.el-tree-node__expand-icon {
+ font-size: 25px;
+ color: rgb(169, 170, 172);
+}
+
+.vxe-table--render-default .vxe-cell {
+ /* white-space: pre-line; */
+ white-space: nowrap !important;
+ /* word-break: break-all; */
+ height: 25px !important;
+ //line-height: 25px !important;
+ /* align-items: center; */
+ /* padding-left: 10px; */
+ /* padding-right: 10px; */
+}
+
+.vxe-body--row.row--hover {
+ background-color: $themeColor !important;
+ color: #FFF;
+}
+
+
+/*表格滚动条样式*/
+
+.vxe-table--body-wrapper::-webkit-scrollbar {
+ width: 12px;
+}
+
+.vxe-table--body-wrapper::-webkit-scrollbar-thumb {
+ border-radius: 5px;
+ height: 12px;
+ background-color: $themeColor !important;
+ border-radius: 30px !important;
+}
+
+.vxe-table--body-wrapper::-webkit-scrollbar-track {
+ box-shadow: inset 0 0 5px rgb(174, 173, 173);
+ border-radius: 2px;
+ background: rgb(177, 175, 175);
+}
+
+.vxe-body--row.row--current {
+ background-color: rgb(2, 132, 123) !important;
+ color: #fff !important;
+}
+
+// 斑马纹样式
+.vxe-body--row.row--stripe {
+ background-color: #79aeac !important;
+}
+
+.vxe-body--row {
+ background-color: #dbf6f6 !important;
+ font-weight: 400 !important;
+ font-size: 14px !important;
+}
+
+.vxe-button.type--button {
+ //font-family: inherit !important;
+ // height:34px !important;
+ //line-height: 25px !important;
+ /* margin: 0 0 0 0; */
+ margin-top: -1% !important;
+ // height: 25px !important;
+ // border: 1px solid #dcdfe6 ;
+}
+
+.vxe-button.type--button.theme--primary:not(.is--disabled):hover {
+ border-color: rgb(13, 115, 103) !important;
+ background-color: rgb(13, 115, 103) !important;
+}
+
+.el-table td {
+ background-color: #dbf6f6 !important;
+}
+
+// .el-tree-node__expand-icon:hover {
+// font-size: 25px;
+// color: green;
+// }
+
diff --git a/src/styles/element-uiforth.scss b/src/styles/element-uiforth.scss
index 0c6d09f..5724dbe 100644
--- a/src/styles/element-uiforth.scss
+++ b/src/styles/element-uiforth.scss
@@ -1,1247 +1,1247 @@
-.element-uiforth{
- // cover some element-ui styles
- .tableScopeSwitch .el-switch__label {
- position: absolute;
- display: none;
- color: #fff !important;
- }
-
- .el-button--primary {
- color: #fff;
- background-color: $themeColor !important;
- border-color: $themeColor !important;
- }
-
- .el-button--info.is-plain {
- color: #fff;
- background: $themeColor_6;
- border-color: $themeColor_6;
- }
-
- .el-button--primary:hover {
- color: #fefefe;
- background-color: $themeColor_8 !important;
- border-color: $themeColor_8 !important;
- }
-
- .el-button--primary:focus {
- color: #02f9f1;
- //cursor: wait;
- background-color: $themeColor !important;
- border-color: $themeColor !important
- }
-
- .el-icon-d-arrow-right:before {
- content: "\E6DC";
- color: #aaa9a9;
- }
-
- .el-cascader-menu__list {
- position: relative;
- /* min-height: 100%; */
- margin: 0 !important;
- padding: 6px 0 !important;
- height: 300px !important;
- list-style: none !important;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
-
- /*打开时文字位置设置*/
-
- .tableScopeSwitch .el-switch__label--right {
- z-index: 1;
- /*不同场景下可能不同,自行调整*/
- }
-
-
- /*关闭时文字位置设置*/
-
- .tableScopeSwitch .el-switch__label--left {
- z-index: 1;
- left: 20px;
- /*不同场景下可能不同,自行调整*/
- }
-
- .tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64]:first-of-type {
- margin-left: 10px !important;
- }
-
- .tags-view-container .tags-view-wrapper .tags-view-item.active {
- font-size: 14px;
- font-weight: bold;
- background-color: #cdd0d1;
- border-color: #b7b9ba;
- }
-
-
- /*显示文字*/
-
- .tableScopeSwitch .el-switch__label.is-active {
- display: block;
- }
-
- .tableScopeSwitch.el-switch .el-switch__core,
- .el-switch .el-switch__label {
- width: 60px !important;
- /*开关按钮的宽度大小*/
- }
-
- .el-header,
- .el-main {
- padding: 0;
- }
-
- .el-input--small .el-input__inner {
- height: 36px;
- line-height: 36px;
- }
-
- .el-form-item--small .el-form-item__content,
- .el-form-item--small .el-form-item__label {
- line-height: 36px;
- }
-
- .el-form-item--mini.el-form-item,
- .el-form-item--small.el-form-item {
- margin-bottom: 10px !important;
- }
-
- .el-form-item--mini.el-form-item,
- .el-form-item--small.el-form-item {
- height: 36px !important;
- padding: 0 !important;
- margin-bottom: 10px !important;
- }
-
- .el-form--inline .el-form-item__label {
- display: inline-block;
- float: none;
- // color: #fff !important;
- }
-
- .el-form-item__label {
- font-family: '微软雅黑';
- font-size: 14px;
- color: #fff !important;
- }
-
- .el-breadcrumb__inner,
- .el-breadcrumb__inner a {
- font-weight: 400 !important;
- }
-
- .el-upload {
- input[type="file"] {
- display: none !important;
- }
- }
-
- .el-upload__input {
- display: none;
- }
-
- // to fixed https://github.com/ElemeFE/element/issues/2461
- .el-dialog {
- position: relative;
- left: 0;
- margin: 0 auto;
- transform: none;
- .el-dialog__body {
- max-height: 70vh;
- padding: 20px;
- overflow-y: auto;
- }
- .el-dialog__header {
- height: 36px;
- padding: 0 20px;
- line-height: 36px;
- background: $themeColor;
- .el-dialog__title {
- font-size: 16px;
- font-weight: bold;
- color: #FFF;
- }
- .el-dialog__headerbtn {
- top: 6px;
- font-size: 24px;
- i {
- color: #fff;
- }
- }
- }
- .el-dialog__footer {
- height: 36px;
- padding: 0 20px;
- line-height: 36px;
- border-top: 1px solid #DCDFE6;
- }
- }
-
- .PAGE-SIZE-small .el-dialog {
- .el-dialog__header {
- height: 42px;
- line-height: 42px;
- .el-dialog__headerbtn {
- top: 7px;
- }
- }
- .el-dialog__footer {
- height: 42px;
- line-height: 42px;
- }
- }
-
- .PAGE-SIZE-medium .el-dialog {
- .el-dialog__header {
- height: 50px;
- line-height: 50px;
- .el-dialog__headerbtn {
- top: 11px;
- }
- }
- .el-dialog__footer {
- height: 49px;
- line-height: 49px;
- }
- }
-
- // refine element ui upload
- .upload-container {
- .el-upload {
- width: 100%;
- .el-upload-dragger {
- width: 100%;
- height: 200px;
- }
- }
- }
-
- .el-card__body {
- padding: 10px;
- margin-bottom: 10px;
- }
-
- // dropdown
- .el-dropdown-menu {
- a {
- display: block;
- }
- }
-
- //阻止右边出现padding
- .el-popup-parent--hidden {
- padding-right: 0 !important;
- overflow: hidden;
- }
-
- //防止tab被遮住
- ::-webkit-scrollbar {
- width: 5px;
- height: 14px;
- }
-
- // to fix el-date-picker css style
- .el-range-separator {
- box-sizing: content-box;
- }
-
- .el-drawer__header {
- &>span,
- &>button {
- outline: none !important;
- }
- }
-
- .el-transfer-panel__list.is-filterable {
- height: 79vh;
- padding-top: 0;
- }
-
- .el-tree-select-popper {
- [aria-disabled=true]>.el-tree-node__content {
- color: #ccc !important;
- }
- }
-
- .el-tabs--border-card>.el-tabs__content {
- padding: 10px;
- }
-
- // el-select
- // 增加loading样式
- .el-select.el-select-loading .el-icon-arrow-up {
- animation: rotating 2s linear infinite;
- &::before {
- content: "\e6cf";
- }
- }
-
- .el-form-item--small.el-form-item {
- margin-bottom: 10px;
- }
-
- //测试
- .el-form--inline .el-form-item {
- display: inline-block;
- margin-right: 2px;
- vertical-align: top;
- }
-
- // el-step
- .el-step__head.is-success {
- color: $themeColor;
- border-color: $themeColor;
- }
-
- .el-step__title.is-success {
- color: $themeColor !important;
- }
-
- .is-success .el-step__line {
- background-color: $themeColor !important;
- }
-
- .el-pagination.is-background .el-pager li.active:not(.disabled):hover {
- color: #fff !important;
- }
-
- .readonly {
- &.el-input-number .el-input.is-disabled .el-input__inner {
- color: #606266;
- background: #fff;
- }
- }
-
- .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
- background-color: #00307877 !important;
- //background-color: #00787877 !important;
- color: #fff;
- }
-
- .el-button--primary.is-disabled,
- .el-button--primary.is-disabled:active,
- .el-button--primary.is-disabled:focus,
- .el-button--primary.is-disabled {
- background-color: #80b2b2;
- border-color: #80b2b2;
- color: #aba7a7 !important;
- }
-
- .el-button--primary.is-disabled:hover {
- color: #fff !important;
- // background-color: #a0cfff;
- //border-color: #a0cfff;
- }
-
- .ele-tree-menu {
- width: 100%;
- background: rgba(204, 200, 200, 0.164);
- color: #424141 !important;
- }
-
- .el-tree .el-tree-node:focus>.el-tree-node__content {
- background: #0023652c !important;
- //background: #0065602c !important;
- color: #fff
- }
-
- .el-tree .el-tree-node__content:hover {
- // background-color: #00656546 !important;
- background-color: #00307825 !important;
- color: #fff;
- }
-
- .menu-tree {
- background: rgba(238, 240, 241, 0.192);
- padding: 0px;
- margin-right: 0px;
- border-radius: 5px;
- box-shadow: 0px 0px 0px 0px #cad1d4;
- }
-
- .el-form-item__label {
- font-size: 14px;
- color: $themeColor !important;
- }
-
- .el-checkbox__label {
- display: inline-block;
- padding-left: 10px;
- line-height: 19px;
- font-size: 14px;
- color: #333 !important
- }
-
- .el-tree-node__expand-icon {
- font-size: 16px;
- color: rgb(13, 13, 14);
- }
-
- .vxe-table--render-default .vxe-cell {
- /* white-space: pre-line; */
- white-space: nowrap !important;
- /* word-break: break-all; */
- // height: 28px !important;
- font-family: 微软雅黑;
- color: #000;
- cursor: pointer !important;
- // line-height: 28px !important;
- /* align-items: center; */
- /* padding-left: 10px; */
- /* padding-right: 10px; */
- }
-
- .vxe-table--render-default .vxe-body--column:not(.col--ellipsis),
- .vxe-table--render-default .vxe-footer--column:not(.col--ellipsis),
- .vxe-table--render-default .vxe-header--column:not(.col--ellipsis) {
- //padding: 5px !important;
- // background-color: #FAFAFA !important;
- }
-
- .vxe-table .cell {
- padding: 5px !important;
- text-align: center;
- font-size: 16px !important;
- color: #000 !important;
- font-weight: bold !important;
- background-color: #FAFAFA !important;
- border: 0.5px solid #f2f3f3 !important;
- cursor: pointer !important;
- }
-
- //表头样式
- .vxe-header--column {
- background-color: #FAFAFA !important;
- height: 45px !important;
- font-size: 16px !important;
- //border: 1px solid #f2f3f3;
- color: #000 !important;
- }
-
- .vxe-body--row.row--hover {
- background-color: #f7f7f7 !important;
- font-weight: bold !important;
- z-index: 300000;
- cursor: pointer !important;
- }
-
-
- /*表格滚动条样式*/
-
- .vxe-table--body-wrapper::-webkit-scrollbar {
- width: 8px !important;
- height: 8px !important
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
- border-radius: 5px;
- height: 5px;
- width: 8px !important;
- background-color: $themeColor !important;
- border-radius: 30px !important;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-track {
- box-shadow: inset 0 0 5px rgb(174, 173, 173);
- border-radius: 5px;
- }
-
- // 斑马纹样式f5f5f5
- .vxe-body--row.row--stripe {
- // background-color: #dce1e7 !important;
- background-color: #f8f9fafd !important;
- cursor: pointer !important;
- }
-
- .vxe-body--row.row--stripe.row--hover {
- background-color: #f7f7f7 !important;
- cursor: pointer !important;
- }
-
- // .vxe-body--row.row--stripe.row--current {
- // background-color: #dce1e7 !important;
- // }
- .vxe-body--row.row--current {
- //background: #f8f9fafd !important;
- background-color: $current !important;
- color: #000 !important;
- font-weight: bold !important;
- }
-
- .vxe-table--render-default .vxe-body--column.col--center,
- .vxe-table--render-default .vxe-footer--column.col--center,
- .vxe-table--render-default .vxe-header--column.col--center {
- text-align: center;
- // color: #000;
- }
-
- .vxe-table--render-default .vxe-body--column.col--ellipsis,
- .vxe-table--render-default .vxe-footer--column.col--ellipsis,
- .vxe-table--render-default .vxe-header--column.col--ellipsis,
- .vxe-table--render-default.vxe-editable .vxe-body--column {
- font-size: 14px !important;
- font-family: "微软雅黑" !important;
- cursor: pointer !important;
- // color: #000;
- }
-
- .vxe-table .vxe-cell--sort {
- width: 1.5em;
- height: 13px;
- vertical-align: middle;
- text-align: center;
- display: inline-block;
- position: relative;
- }
-
- [class*=vxe-icon-] {
- font-family: vxeiconfont!important;
- font-style: normal;
- font-weight: 400;
- font-size: 10px !important;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .vxe-body--row {
- background-color: #fff !important;
- font-size: 14px !important;
- font-weight: 400 !important;
- font-family: "微软雅黑" !important;
- color: #000 !important;
- height: 40px !important;
- cursor: pointer !important;
- }
-
- .vxe-button.type--button {
- //font-family: inherit !important;
- // height:34px !important;
- //line-height: 25px !important;
- /* margin: 0 0 0 0; */
- margin-top: -1% !important;
- // height: 25px !important;
- // border: 1px solid #dcdfe6 ;
- }
-
- // .vxe-button.type--button.theme--primary:not(.is--disabled):hover {
- // border-color: $themeColor !important;
- // background-color: $themeColor !important;
- // }
- .vxe-body--row.row--stripe.row--current {
- //background: #f8f9fafd !important;
- background-color: $current !important;
- font-weight: bold !important;
- cursor: pointer !important;
- //height: 25px !important;
- }
-
- // .el-table td {
- // background-color: #ffffff !important;
- // }
- .vxe-table--render-default .vxe-body--column.col--ellipsis,
- .vxe-table--render-default .vxe-footer--column.col--ellipsis,
- .vxe-table--render-default .vxe-header--column.col--ellipsis,
- .vxe-table--render-default.vxe-editable .vxe-body--column {
- height: 40px !important;
- }
-
- .vxe-table--render-default .vxe-body--column:not(.col--ellipsis),
- .vxe-table--render-default .vxe-footer--column:not(.col--ellipsis),
- .vxe-table--render-default .vxe-header--column:not(.col--ellipsis) {
- padding: 5px !important;
- }
-
- vxe-table--render-default .vxe-body--column,
- .vxe-table--render-default .vxe-footer--column,
- .vxe-table--render-default .vxe-header--column {
- position: relative;
- line-height: 40px;
- height: 40px;
- // text-align: left;
- }
-
- .plTableBox .el-table--small td,
- .plTableBox .el-table--small th {
- padding: 0px 0 !important;
- height: 28px !important;
- color: #000 !important;
- font-size: 14px !important;
- font-family: "微软雅黑" !important;
- font-weight: 400 !important;
- }
-
- .plTableBox .el-table th>.cell {
- display: inline-block;
- -webkit-box-sizing: border-box;
- color: #000 !important;
- font-size: 16px !important;
- font-family: "微软雅黑" !important;
- font-weight: bold !important;
- box-sizing: border-box;
- position: relative;
- vertical-align: middle;
- padding-left: 10px;
- padding-right: 10px;
- line-height: 22px !important;
- width: 100%;
- }
-
- .plTableBox .el-table.el-table--enable-row-hover .el-table__body tr:hover>td {
- background-color: #f7f7f7 !important;
- color: #000 !important;
- }
-
- .plTableBox .el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
- //background: #f8f9fafd !important;
- background-color: $current !important;
- color: #000 !important;
- font-weight: bold !important;
- }
-
- .is--checked.vxe-checkbox,
- .is--checked.vxe-checkbox .vxe-checkbox--icon,
- .is--checked.vxe-custom--option,
- .is--checked.vxe-custom--option .vxe-checkbox--icon,
- .is--checked.vxe-export--panel-column-option,
- .is--checked.vxe-export--panel-column-option .vxe-checkbox--icon,
- .is--checked.vxe-table--filter-option,
- .is--checked.vxe-table--filter-option .vxe-checkbox--icon,
- .is--indeterminate.vxe-checkbox,
- .is--indeterminate.vxe-checkbox .vxe-checkbox--icon,
- .is--indeterminate.vxe-custom--option,
- .is--indeterminate.vxe-custom--option .vxe-checkbox--icon,
- .is--indeterminate.vxe-export--panel-column-option,
- .is--indeterminate.vxe-export--panel-column-option .vxe-checkbox--icon,
- .is--indeterminate.vxe-table--filter-option,
- .is--indeterminate.vxe-table--filter-option .vxe-checkbox--icon,
- .vxe-table--render-default .is--checked.vxe-cell--checkbox,
- .vxe-table--render-default .is--checked.vxe-cell--checkbox .vxe-checkbox--icon,
- .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox,
- .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon {
- // color: #419b86 !important;
- color: $themeColor-8 !important;
- /* border: 1px solid; */
- }
-
- .vxe-checkbox .vxe-checkbox--icon,
- .vxe-custom--option .vxe-checkbox--icon,
- .vxe-export--panel-column-option .vxe-checkbox--icon,
- .vxe-table--filter-option .vxe-checkbox--icon,
- .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon {
- font-size: 14px;
- // color: #307a6c !important;
- color: $themeColor-6 !important;
- vertical-align: middle;
- font-weight: 500;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
-
- .el-checkbox__inner {
- display: inline-block;
- //font-size: 14px;
- position: relative;
- //border: 1px solid #307a6c !important;
- border: 1px solid $themeColor-6!important;
- box-sizing: border-box;
- background: #ffffff00 !important;
- z-index: 1
- }
-
- .el-checkbox__input.is-checked .el-checkbox__inner,
- .el-checkbox__input.is-indeterminate .el-checkbox__inner {
- background-color: $themeColor-8 !important;
- // background-color: #419b86 !important;
- //border-color: #419b86 !important;
- border-color: $themeColor-8 !important;
- //margin-left: 10px !important;
- }
-
- .plTableBox {
- width: 100%;
- border: #fff solid 1px;
- position: retive;
- background-color: #dce1e7 !important;
- }
-
- .plTableBox.el-table--small .el-table__cell {
- padding: 0;
- font-size: 12px !important;
- color: #fff !important;
- }
-
- .plTableBox .el-table tr {
- background: #fff !important;
- //border: #fff solid 1px !important;
- color: #fff !important
- }
-
- body .plTableBox .el-table th.gutter {
- display: table-cell!important;
- }
-
- // 全局设置
- body .plTableBox.el-table th.gutter {
- display: table-cell !important;
- }
-
- .plTableBox.el-table--border .el-table__cell:first-child .cell {
- padding-left: 0px;
- color: aliceblue;
- // color: #000 !important //background-color: #ffffff !important;
- }
-
- .el-dialog .el-dialog__body {
- max-height: 70vh;
- padding: 20px 110px 20px 65px !important;
- overflow-y: auto;
- }
-
- .setDialog .el-dialog .el-dialog__body {
- max-height: 70vh;
- padding: 15px !important;
- overflow-y: auto;
- }
-
- .eldialotable .el-dialog .el-dialog__body {
- max-height: 70vh;
- padding: 10px !important;
- overflow-y: auto;
- }
-
- .eldialot .el-dialog .el-dialog__body {
- //max-height: 70vh;
- padding: 10px !important;
- overflow-y: hidden;
- }
-
- .PAGE-SIZE-small .el-dialog .el-dialog__footer {
- height: 55px !important;
- line-height: 55px !important;
- }
-
- .el-loading-spinner {
- top: 50%;
- left: 50%;
- margin-left: -55px;
- background: rgba(212, 210, 210, 0.466);
- padding: 20px;
- border-radius: 4px;
- width: auto;
- text-align: center;
- position: absolute;
- i {
- color: #eee;
- }
- .el-loading-text {
- color: #eee;
- }
- }
-
- .el-select-dropdown__list {
- list-style: none;
- padding: 0px 0;
- margin: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .el-select-dropdown__item {
- font-size: 14px;
- padding: 0px 10px;
- position: relative;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- color: #606266;
- height: 34px;
- line-height: 34px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- cursor: pointer;
- }
-
- .my-table .vxe-body--row.row--hover {
- background-color: #f7f7f7 !important;
- z-index: 959;
- }
-
- // .vxe-body--column.col--ellipsis.row--hover {
- // background-color: #f7f7f7 !important;
- // z-index: 999999;
- // }
- // .vxe-body--column tr :hover {
- // background-color: #f7f7f7 !important;
- // z-index: 999999;
- // }
- .my-el-table .el-table {
- tbody tr:hover>td {
- background-color: #90c0f1 !important
- }
- }
-
- .el-tree-node__content>.el-tree-node__expand-icon {
- padding: 0px !important;
- }
-
- .el-descriptions--small.is-bordered .el-descriptions-item__cell {
- padding: 2px 2px !important;
- font-size: 14px !important;
- font-family: '微软雅黑';
- font-weight: 400 !important;
- width: 120px !important;
- }
-
- .plTableBox .el-table--striped .el-table__body tr.el-table__row--striped td {
- background-color: #f8f9fafd !important;
- //text-align: center !important;
- }
-
- [data-v-fac8ca64] .el-scrollbar__wrap {
- overflow: auto!important;
- height: 48px !important;
- }
-
-
- /* 修改头部背景和字体颜色 */
-
- // .el-table th {
- // background: #344067;
- // color: #fff;
- // font-weight: 500;
- // }
- // /* 修改表头字体颜色 */
- // .el-table thead {
- // color: #8EB7FA !important;
- // }
- // /* 修改头部单元格边框颜色 */
- // .el-table th.is-leaf {
- // border: 0.2px solid #c8c9ca !important;
- // color: #000 !important;
- // font-weight: bold !important;
- // }
- // /* 修改【基数】行背景 */
- // .el-table tr {
- // background: #ffff !important;
- // padding: 5px !important;
- // }
- // /* 修改【基数】行单元格边框 */
- // .el-table tr td {
- // border: 0.2px solid #edeff0 !important;
- // }
- // /* 修改【偶数】行背景和单元格边框颜色 */
- // .el-table--striped .el-table__body tr.el-table__row--striped td {
- // background: #ebedf07e !important;
- // padding: 5px !important;
- // border: 0.2px solid #ebedf07e !important;
- // }
- // .el-table--mini .el-table__cell {
- // padding: 5px;
- // }
- // /* 修改表格最底部颜色*/
- // .el-table::before {
- // background: #1f284c !important;
- // z-index: 0 !important;
- // ;
- // }
- // /* 修改表格内容部分字体颜色 */
- // .el-table {
- // color: #000 !important;
- // ;
- // }
- // /* 修改表格无数据背景,字体颜色 */
- // .el-table__empty-block {
- // background: #16203C !important;
- // ;
- // }
- // .el-table__empty-text {
- // color: #ccc !important;
- // }
- // /* 修改表格鼠标悬浮hover背景色和字体样式 */
- // .el-table--enable-row-hover .el-table__body tr:hover>td {
- // background-color: #f7f7f7 !important;
- // color: #000 !important;
- // font-weight: bold !important;
- // }
- //表头样式
- .el-table th,
- .el-table {
- background-color: #FAFAFA !important;
- color: #000 !important;
- font-size: 16px !important;
- cursor: pointer !important;
- border-top: 1px solid #f2f3f3 !important;
- // text-align: center !important;
- }
-
- .el-table th {
- padding: 5px 0 !important;
- border-top: 1px solid #f2f3f3 !important;
- // text-align: center !important;
- }
-
- .el-table__expand-icon {
- color: #1d1d1d !important
- }
-
- .el-table-column--selection>div {
- text-align: left !important;
- }
-
- .el-table--border,
- .el-table--group {
- border: 1px solid #f2f3f3;
- /*no*/
- }
-
- .el-table tbody td .cell {
- margin-right: 12px;
- //text-align: center !important;
- }
-
- .el-table--border::after,
- .el-table--group::after,
- .el-table::before {
- background-color: #ebeef500;
- }
-
- .el-table th div {
- text-align: center;
- }
-
- .el-table__empty-text,
- .el-table td {
- color: #000;
- font-size: 14px !important;
- font-weight: 400 !important;
- // text-align: center !important;
- }
-
- .el-table td,
- .el-table th.is-leaf {
- // border-bottom: none;
- // border-top: 1px solid #f2f3f3 !important;
- border-right: 1px solid #f2f3f3;
- /*no*/
- border-bottom: 1px solid #f2f3f3;
- /*no*/
- }
-
- //2023-11-9
- .el-table td.el-table__cell,
- .el-table th.el-table__cell.is-leaf {
- // border: 1px solid #f2f3f3 !important;
- border-top: 1px solid #f2f3f3;
- border-right: 1px solid #f2f3f3;
- border-left: 1px solid #f2f3f3;
- }
-
- //2023-11-9
- .el-table__row>td {
- border: none;
- border-right: 1px solid #f2f3f3;
- /*no*/
- border-bottom: 1px solid #f2f3f3;
- /*no*/
- }
-
- .el-table::before {
- height: 0px;
- color: #446575;
- }
-
- .el-table,
- .el-table__expanded-cell {
- background-color: transparent !important;
- }
-
- //2023-11-20
- el-table th,
- .el-table tr,
- .el-table td {
- //background-color: transparent !important;
- height: 40px !important;
- font-family: '微软雅黑' !important;
- }
-
- .el-table td {
- padding: 5px 0px !important
- }
-
- .el-table tbody tr:hover>td {
- background-color: #f7f7f7 !important;
- font-weight: bold !important;
- }
-
- .el-table__body tr.current-row>td {
- //background: #0030780e !important;
- background-color: $current !important;
- //opacity: 0.3 !important;
- font-weight: bold !important;
- }
-
- .el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
- //background: #0030780e !important;
- background-color: $current !important;
- //opacity: 0.3 !important;
- font-weight: bold !important;
- }
-
- .el-table__row--striped td {
- background-color: #f8f9fafd !important
- }
-
- // .el-table__row--striped tr.current-row>td {
- // background-color: $current !important;
- // }
- .el-table__row:not(.el-table__row--striped) {
- background: #ffffff !important;
- }
-
- .el-table {
- .el-button {
- margin-top: 0px !important;
- margin-bottom: 0px !important;
- }
- }
-
- .el-table .ascending .sort-caret.ascending {
- border-bottom-color: $themeColor !important;
- }
-
- .el-table .descending .sort-caret.descending {
- border-top-color: $themeColor !important;
- }
-
- body .el-table th.gutter {
- display: table-cell!important;
- }
-
- el-table th,
- .el-table tr,
- .el-table td {
- /* background-color: transparent !important; */
- height: 40px !important;
- //font-family: "\5FAE\8F6F\96C5\9ED1" !important;
- }
-
- //二级表格
- .el-table {
- .el-table tr th::before {
- display: none;
- }
- .el-table {
- margin: 20px 20px 20px 46px;
- width: 95%;
- th {
- background-color: #1a3968 !important;
- color: #a3a8e6 !important;
- }
- }
- }
-
- .el-table__fixed-body-wrapper {
- height: 100 !important;
- // z-index: 20 !important;
- }
-
- .el-table_fixed,
- el-table__fixed-left {
- height: 100% !important;
- }
-
- .el-table__fixed-body-wrapper {
- height: 100 !important;
- // z-index: 200 !important;
- }
-
- .el-table__fixed-body-wrapper .el-table__body {
- padding-bottom: 20px; // 滚动条高度
- }
-
- .el-table__body-wrapper.is-scrolling-none.el-table__fixed-left,
- .el-table__body-wrapper.is-scrolling-none.el-table__fixed {
- height: 100% !important;
- box-shadow: none !important;
- }
-
- .el-table__body-wrapper::-webkit-scrollbar {
- width: 8px !important;
- /*滚动条宽度*/
- height: 8px !important;
- //z-index: 9999999
- /*滚动条高度*/
- }
-
- .el-table__body-wrapper::-webkit-scrollbar-track {
- border-radius: 6px;
- /*滚动条的背景区域的圆角*/
- /*滚动条的背景颜色*/
- opacity: 0.5;
- cursor: pointer !important;
- }
-
- .el-table__body-wrapper::-webkit-scrollbar-corner {
- background-color: $themeColor;
- opacity: 0.8;
- cursor: pointer;
- }
-
- .el-table__body-wrapper::-webkit-scrollbar-thumb {
- border-radius: 6px;
- /*滚动条的圆角*/
- background-color: $themeColor;
- /*滚动条的背景颜色*/
- opacity: 0.8;
- }
-
- ::-webkit-scrollbar-track {
- background-color: transparent;
- }
-
- ::-webkit-scrollbar-thumb {
- width: 12px !important;
- cursor: pointer !important;
- border-radius: 10px !important;
- background: $themeColor !important;
- }
-
-
-
- .el-table .caret-wrapper {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- height: 34px;
- width: 24px;
- vertical-align: middle;
- cursor: pointer;
- overflow: initial;
- position: absolute;
- }
-
- .luckysheet-scrollbars::-webkit-scrollbar {
- width: 8px !important;
- height: 8px !important;
- background-color: #fff;
- cursor: pointer !important;
- }
-
- .el-table .caret-wrapper {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- height: 34px;
- width: 24px;
- vertical-align: middle;
- cursor: pointer;
- top: -5px;
- overflow: initial;
- position: absolute;
- }
-
- [class*=vxe-icon-] {
- font-family: vxeiconfont !important;
- font-style: normal;
- font-weight: 400;
- font-size: 16px !important;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .el-checkbox__inner {
- // border: 1px solid #4d6ea1 !important;
- margin-left: 10px;
- }
-
- //2023-22-13
- .ddf.el-table__row>td {
- border: none;
- border-right: 0.5px solid #f2f3f3 !important;
- /*no*/
- border-bottom: 0.5px solid #f2f3f3 !important;
- /*no*/
- }
-
- .ddf.el-table td.el-table__cell,
- .el-table th.el-table__cell.is-leaf {
- border-top: 0px solid #f2f3f3 !important;
- border-right: 0.5px solid #f2f3f3 !important;
- border-left: 0px solid #f2f3f3 !important;
- }
-
- .ddf .el-table td,
- .el-table th.is-leaf {
- border-bottom: none;
- border-right: 0.5px solid #f2f3f3 !important;
- /*no*/
- border-top: 0.5px solid #f2f3f3 !important;
- /*no*/
- }
-
- .vxe-table .vxe-sort--asc-btn {
- top: -0.3em !important;
- }
-
- .vxe-table .vxe-sort--asc-btn,
- .vxe-table .vxe-sort--desc-btn {
- position: absolute !important;
- left: 0.2em !important;
- color: #c0c4cc;
- width: 1em !important;
- text-align: cente !important;
- // height: 1.3em !important;
- font-size: 13px !important;
- // line-height: 1.3em !important;
- cursor: pointer;
- }
-
- .vxe-table .vxe-table--header .vxe-header--row .vxe-header--column .vxe-cell--title {
- white-space: pre-wrap !important;
- word-wrap: break-word !important;
- }
-
- .vxe-table--render-default .vxe-footer--column,
- .vxe-table--render-default .vxe-header--column,
- vxe-table--render-default .vxe-body--column {
- position: relative;
- /* line-height: 40px; */
- height: 40px !important;
- }
-
- .vxe-table--render-default .vxe-footer--column,
- .vxe-table--render-default .vxe-header--column,
- vxe-table--render-default .vxe-body--column {
- line-height: 20px !important;
- //height: 40px !important;
- }
-
- // .luckysheet-scrollbars::-webkit-scrollbar {
- // width: 8px;
- // height: 8px;
- // background-color: #fff;
- // }
- // .el-table .cell {
- // line-height: 34px;
- // }
+.element-uiforth{
+ // cover some element-ui styles
+ .tableScopeSwitch .el-switch__label {
+ position: absolute;
+ display: none;
+ color: #fff !important;
+ }
+
+ .el-button--primary {
+ color: #fff;
+ background-color: $themeColor !important;
+ border-color: $themeColor !important;
+ }
+
+ .el-button--info.is-plain {
+ color: #fff;
+ background: $themeColor_6;
+ border-color: $themeColor_6;
+ }
+
+ .el-button--primary:hover {
+ color: #fefefe;
+ background-color: $themeColor_8 !important;
+ border-color: $themeColor_8 !important;
+ }
+
+ .el-button--primary:focus {
+ color: #02f9f1;
+ //cursor: wait;
+ background-color: $themeColor !important;
+ border-color: $themeColor !important
+ }
+
+ .el-icon-d-arrow-right:before {
+ content: "\E6DC";
+ color: #aaa9a9;
+ }
+
+ .el-cascader-menu__list {
+ position: relative;
+ /* min-height: 100%; */
+ margin: 0 !important;
+ padding: 6px 0 !important;
+ height: 300px !important;
+ list-style: none !important;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+
+
+ /*打开时文字位置设置*/
+
+ .tableScopeSwitch .el-switch__label--right {
+ z-index: 1;
+ /*不同场景下可能不同,自行调整*/
+ }
+
+
+ /*关闭时文字位置设置*/
+
+ .tableScopeSwitch .el-switch__label--left {
+ z-index: 1;
+ left: 20px;
+ /*不同场景下可能不同,自行调整*/
+ }
+
+ .tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64]:first-of-type {
+ margin-left: 10px !important;
+ }
+
+ .tags-view-container .tags-view-wrapper .tags-view-item.active {
+ font-size: 14px;
+ font-weight: bold;
+ background-color: #cdd0d1;
+ border-color: #b7b9ba;
+ }
+
+
+ /*显示文字*/
+
+ .tableScopeSwitch .el-switch__label.is-active {
+ display: block;
+ }
+
+ .tableScopeSwitch.el-switch .el-switch__core,
+ .el-switch .el-switch__label {
+ width: 60px !important;
+ /*开关按钮的宽度大小*/
+ }
+
+ .el-header,
+ .el-main {
+ padding: 0;
+ }
+
+ .el-input--small .el-input__inner {
+ height: 36px;
+ line-height: 36px;
+ }
+
+ .el-form-item--small .el-form-item__content,
+ .el-form-item--small .el-form-item__label {
+ line-height: 36px;
+ }
+
+ .el-form-item--mini.el-form-item,
+ .el-form-item--small.el-form-item {
+ margin-bottom: 10px !important;
+ }
+
+ .el-form-item--mini.el-form-item,
+ .el-form-item--small.el-form-item {
+ height: 36px !important;
+ padding: 0 !important;
+ margin-bottom: 10px !important;
+ }
+
+ .el-form--inline .el-form-item__label {
+ display: inline-block;
+ float: none;
+ // color: #fff !important;
+ }
+
+ .el-form-item__label {
+ font-family: '微软雅黑';
+ font-size: 14px;
+ color: #fff !important;
+ }
+
+ .el-breadcrumb__inner,
+ .el-breadcrumb__inner a {
+ font-weight: 400 !important;
+ }
+
+ .el-upload {
+ input[type="file"] {
+ display: none !important;
+ }
+ }
+
+ .el-upload__input {
+ display: none;
+ }
+
+ // to fixed https://github.com/ElemeFE/element/issues/2461
+ .el-dialog {
+ position: relative;
+ left: 0;
+ margin: 0 auto;
+ transform: none;
+ .el-dialog__body {
+ max-height: 70vh;
+ padding: 20px;
+ overflow-y: auto;
+ }
+ .el-dialog__header {
+ height: 55px;
+ padding: 0 20px;
+ line-height: 55px;
+ background: $themeColor;
+ .el-dialog__title {
+ font-size: 16px;
+ font-weight: bold;
+ color: #FFF;
+ }
+ .el-dialog__headerbtn {
+ top: 6px;
+ font-size: 24px;
+ i {
+ color: #fff;
+ }
+ }
+ }
+ .el-dialog__footer {
+ height: 36px;
+ padding: 0 20px;
+ line-height: 36px;
+ border-top: 1px solid #DCDFE6;
+ }
+ }
+
+ .PAGE-SIZE-small .el-dialog {
+ .el-dialog__header {
+ height: 42px;
+ line-height: 42px;
+ .el-dialog__headerbtn {
+ top: 7px;
+ }
+ }
+ .el-dialog__footer {
+ height: 42px;
+ line-height: 42px;
+ }
+ }
+
+ .PAGE-SIZE-medium .el-dialog {
+ .el-dialog__header {
+ height: 50px;
+ line-height: 50px;
+ .el-dialog__headerbtn {
+ top: 11px;
+ }
+ }
+ .el-dialog__footer {
+ height: 49px;
+ line-height: 49px;
+ }
+ }
+
+ // refine element ui upload
+ .upload-container {
+ .el-upload {
+ width: 100%;
+ .el-upload-dragger {
+ width: 100%;
+ height: 200px;
+ }
+ }
+ }
+
+ .el-card__body {
+ padding: 10px;
+ margin-bottom: 10px;
+ }
+
+ // dropdown
+ .el-dropdown-menu {
+ a {
+ display: block;
+ }
+ }
+
+ //阻止右边出现padding
+ .el-popup-parent--hidden {
+ padding-right: 0 !important;
+ overflow: hidden;
+ }
+
+ //防止tab被遮住
+ ::-webkit-scrollbar {
+ width: 5px;
+ height: 14px;
+ }
+
+ // to fix el-date-picker css style
+ .el-range-separator {
+ box-sizing: content-box;
+ }
+
+ .el-drawer__header {
+ &>span,
+ &>button {
+ outline: none !important;
+ }
+ }
+
+ .el-transfer-panel__list.is-filterable {
+ height: 79vh;
+ padding-top: 0;
+ }
+
+ .el-tree-select-popper {
+ [aria-disabled=true]>.el-tree-node__content {
+ color: #ccc !important;
+ }
+ }
+
+ .el-tabs--border-card>.el-tabs__content {
+ padding: 10px;
+ }
+
+ // el-select
+ // 增加loading样式
+ .el-select.el-select-loading .el-icon-arrow-up {
+ animation: rotating 2s linear infinite;
+ &::before {
+ content: "\e6cf";
+ }
+ }
+
+ .el-form-item--small.el-form-item {
+ margin-bottom: 10px;
+ }
+
+ //测试
+ .el-form--inline .el-form-item {
+ display: inline-block;
+ margin-right: 2px;
+ vertical-align: top;
+ }
+
+ // el-step
+ .el-step__head.is-success {
+ color: $themeColor;
+ border-color: $themeColor;
+ }
+
+ .el-step__title.is-success {
+ color: $themeColor !important;
+ }
+
+ .is-success .el-step__line {
+ background-color: $themeColor !important;
+ }
+
+ .el-pagination.is-background .el-pager li.active:not(.disabled):hover {
+ color: #fff !important;
+ }
+
+ .readonly {
+ &.el-input-number .el-input.is-disabled .el-input__inner {
+ color: #606266;
+ background: #fff;
+ }
+ }
+
+ .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
+ background-color: #00307877 !important;
+ //background-color: #00787877 !important;
+ color: #fff;
+ }
+
+ .el-button--primary.is-disabled,
+ .el-button--primary.is-disabled:active,
+ .el-button--primary.is-disabled:focus,
+ .el-button--primary.is-disabled {
+ background-color: #80b2b2;
+ border-color: #80b2b2;
+ color: #aba7a7 !important;
+ }
+
+ .el-button--primary.is-disabled:hover {
+ color: #fff !important;
+ // background-color: #a0cfff;
+ //border-color: #a0cfff;
+ }
+
+ .ele-tree-menu {
+ width: 100%;
+ background: rgba(204, 200, 200, 0.164);
+ color: #424141 !important;
+ }
+
+ .el-tree .el-tree-node:focus>.el-tree-node__content {
+ background: #0023652c !important;
+ //background: #0065602c !important;
+ color: #fff
+ }
+
+ .el-tree .el-tree-node__content:hover {
+ // background-color: #00656546 !important;
+ background-color: #00307825 !important;
+ color: #fff;
+ }
+
+ .menu-tree {
+ background: rgba(238, 240, 241, 0.192);
+ padding: 0px;
+ margin-right: 0px;
+ border-radius: 5px;
+ box-shadow: 0px 0px 0px 0px #cad1d4;
+ }
+
+ .el-form-item__label {
+ font-size: 14px;
+ color: $themeColor !important;
+ }
+
+ .el-checkbox__label {
+ display: inline-block;
+ padding-left: 10px;
+ line-height: 19px;
+ font-size: 14px;
+ color: #333 !important
+ }
+
+ .el-tree-node__expand-icon {
+ font-size: 16px;
+ color: rgb(13, 13, 14);
+ }
+
+ .vxe-table--render-default .vxe-cell {
+ /* white-space: pre-line; */
+ white-space: nowrap !important;
+ /* word-break: break-all; */
+ // height: 28px !important;
+ font-family: 微软雅黑;
+ color: #000;
+ cursor: pointer !important;
+ // line-height: 28px !important;
+ /* align-items: center; */
+ /* padding-left: 10px; */
+ /* padding-right: 10px; */
+ }
+
+ .vxe-table--render-default .vxe-body--column:not(.col--ellipsis),
+ .vxe-table--render-default .vxe-footer--column:not(.col--ellipsis),
+ .vxe-table--render-default .vxe-header--column:not(.col--ellipsis) {
+ //padding: 5px !important;
+ // background-color: #FAFAFA !important;
+ }
+
+ .vxe-table .cell {
+ padding: 5px !important;
+ text-align: center;
+ font-size: 16px !important;
+ color: #000 !important;
+ font-weight: bold !important;
+ background-color: #FAFAFA !important;
+ border: 0.5px solid #f2f3f3 !important;
+ cursor: pointer !important;
+ }
+
+ //表头样式
+ .vxe-header--column {
+ background-color: #FAFAFA !important;
+ height: 45px !important;
+ font-size: 16px !important;
+ //border: 1px solid #f2f3f3;
+ color: #000 !important;
+ }
+
+ .vxe-body--row.row--hover {
+ background-color: #f7f7f7 !important;
+ font-weight: bold !important;
+ z-index: 300000;
+ cursor: pointer !important;
+ }
+
+
+ /*表格滚动条样式*/
+
+ .vxe-table--body-wrapper::-webkit-scrollbar {
+ width: 8px !important;
+ height: 8px !important
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
+ border-radius: 5px;
+ height: 5px;
+ width: 8px !important;
+ background-color: $themeColor !important;
+ border-radius: 30px !important;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-track {
+ box-shadow: inset 0 0 5px rgb(174, 173, 173);
+ border-radius: 5px;
+ }
+
+ // 斑马纹样式f5f5f5
+ .vxe-body--row.row--stripe {
+ // background-color: #dce1e7 !important;
+ background-color: #f8f9fafd !important;
+ cursor: pointer !important;
+ }
+
+ .vxe-body--row.row--stripe.row--hover {
+ background-color: #f7f7f7 !important;
+ cursor: pointer !important;
+ }
+
+ // .vxe-body--row.row--stripe.row--current {
+ // background-color: #dce1e7 !important;
+ // }
+ .vxe-body--row.row--current {
+ //background: #f8f9fafd !important;
+ background-color: $current !important;
+ color: #000 !important;
+ font-weight: bold !important;
+ }
+
+ .vxe-table--render-default .vxe-body--column.col--center,
+ .vxe-table--render-default .vxe-footer--column.col--center,
+ .vxe-table--render-default .vxe-header--column.col--center {
+ text-align: center;
+ // color: #000;
+ }
+
+ .vxe-table--render-default .vxe-body--column.col--ellipsis,
+ .vxe-table--render-default .vxe-footer--column.col--ellipsis,
+ .vxe-table--render-default .vxe-header--column.col--ellipsis,
+ .vxe-table--render-default.vxe-editable .vxe-body--column {
+ font-size: 14px !important;
+ font-family: "微软雅黑" !important;
+ cursor: pointer !important;
+ // color: #000;
+ }
+
+ .vxe-table .vxe-cell--sort {
+ width: 1.5em;
+ height: 13px;
+ vertical-align: middle;
+ text-align: center;
+ display: inline-block;
+ position: relative;
+ }
+
+ [class*=vxe-icon-] {
+ font-family: vxeiconfont!important;
+ font-style: normal;
+ font-weight: 400;
+ font-size: 10px !important;
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ }
+
+ .vxe-body--row {
+ background-color: #fff !important;
+ font-size: 14px !important;
+ font-weight: 400 !important;
+ font-family: "微软雅黑" !important;
+ color: #000 !important;
+ height: 40px !important;
+ cursor: pointer !important;
+ }
+
+ .vxe-button.type--button {
+ //font-family: inherit !important;
+ // height:34px !important;
+ //line-height: 25px !important;
+ /* margin: 0 0 0 0; */
+ margin-top: -1% !important;
+ // height: 25px !important;
+ // border: 1px solid #dcdfe6 ;
+ }
+
+ // .vxe-button.type--button.theme--primary:not(.is--disabled):hover {
+ // border-color: $themeColor !important;
+ // background-color: $themeColor !important;
+ // }
+ .vxe-body--row.row--stripe.row--current {
+ //background: #f8f9fafd !important;
+ background-color: $current !important;
+ font-weight: bold !important;
+ cursor: pointer !important;
+ //height: 25px !important;
+ }
+
+ // .el-table td {
+ // background-color: #ffffff !important;
+ // }
+ .vxe-table--render-default .vxe-body--column.col--ellipsis,
+ .vxe-table--render-default .vxe-footer--column.col--ellipsis,
+ .vxe-table--render-default .vxe-header--column.col--ellipsis,
+ .vxe-table--render-default.vxe-editable .vxe-body--column {
+ height: 40px !important;
+ }
+
+ .vxe-table--render-default .vxe-body--column:not(.col--ellipsis),
+ .vxe-table--render-default .vxe-footer--column:not(.col--ellipsis),
+ .vxe-table--render-default .vxe-header--column:not(.col--ellipsis) {
+ padding: 5px !important;
+ }
+
+ vxe-table--render-default .vxe-body--column,
+ .vxe-table--render-default .vxe-footer--column,
+ .vxe-table--render-default .vxe-header--column {
+ position: relative;
+ line-height: 40px;
+ height: 40px;
+ // text-align: left;
+ }
+
+ .plTableBox .el-table--small td,
+ .plTableBox .el-table--small th {
+ padding: 0px 0 !important;
+ height: 28px !important;
+ color: #000 !important;
+ font-size: 14px !important;
+ font-family: "微软雅黑" !important;
+ font-weight: 400 !important;
+ }
+
+ .plTableBox .el-table th>.cell {
+ display: inline-block;
+ -webkit-box-sizing: border-box;
+ color: #000 !important;
+ font-size: 16px !important;
+ font-family: "微软雅黑" !important;
+ font-weight: bold !important;
+ box-sizing: border-box;
+ position: relative;
+ vertical-align: middle;
+ padding-left: 10px;
+ padding-right: 10px;
+ line-height: 22px !important;
+ width: 100%;
+ }
+
+ .plTableBox .el-table.el-table--enable-row-hover .el-table__body tr:hover>td {
+ background-color: #f7f7f7 !important;
+ color: #000 !important;
+ }
+
+ .plTableBox .el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
+ //background: #f8f9fafd !important;
+ background-color: $current !important;
+ color: #000 !important;
+ font-weight: bold !important;
+ }
+
+ .is--checked.vxe-checkbox,
+ .is--checked.vxe-checkbox .vxe-checkbox--icon,
+ .is--checked.vxe-custom--option,
+ .is--checked.vxe-custom--option .vxe-checkbox--icon,
+ .is--checked.vxe-export--panel-column-option,
+ .is--checked.vxe-export--panel-column-option .vxe-checkbox--icon,
+ .is--checked.vxe-table--filter-option,
+ .is--checked.vxe-table--filter-option .vxe-checkbox--icon,
+ .is--indeterminate.vxe-checkbox,
+ .is--indeterminate.vxe-checkbox .vxe-checkbox--icon,
+ .is--indeterminate.vxe-custom--option,
+ .is--indeterminate.vxe-custom--option .vxe-checkbox--icon,
+ .is--indeterminate.vxe-export--panel-column-option,
+ .is--indeterminate.vxe-export--panel-column-option .vxe-checkbox--icon,
+ .is--indeterminate.vxe-table--filter-option,
+ .is--indeterminate.vxe-table--filter-option .vxe-checkbox--icon,
+ .vxe-table--render-default .is--checked.vxe-cell--checkbox,
+ .vxe-table--render-default .is--checked.vxe-cell--checkbox .vxe-checkbox--icon,
+ .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox,
+ .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon {
+ // color: #419b86 !important;
+ color: $themeColor-8 !important;
+ /* border: 1px solid; */
+ }
+
+ .vxe-checkbox .vxe-checkbox--icon,
+ .vxe-custom--option .vxe-checkbox--icon,
+ .vxe-export--panel-column-option .vxe-checkbox--icon,
+ .vxe-table--filter-option .vxe-checkbox--icon,
+ .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon {
+ font-size: 14px;
+ // color: #307a6c !important;
+ color: $themeColor-6 !important;
+ vertical-align: middle;
+ font-weight: 500;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ }
+
+ .el-checkbox__inner {
+ display: inline-block;
+ //font-size: 14px;
+ position: relative;
+ //border: 1px solid #307a6c !important;
+ border: 1px solid $themeColor-6!important;
+ box-sizing: border-box;
+ background: #ffffff00 !important;
+ z-index: 1
+ }
+
+ .el-checkbox__input.is-checked .el-checkbox__inner,
+ .el-checkbox__input.is-indeterminate .el-checkbox__inner {
+ background-color: $themeColor-8 !important;
+ // background-color: #419b86 !important;
+ //border-color: #419b86 !important;
+ border-color: $themeColor-8 !important;
+ //margin-left: 10px !important;
+ }
+
+ .plTableBox {
+ width: 100%;
+ border: #fff solid 1px;
+ position: retive;
+ background-color: #dce1e7 !important;
+ }
+
+ .plTableBox.el-table--small .el-table__cell {
+ padding: 0;
+ font-size: 12px !important;
+ color: #fff !important;
+ }
+
+ .plTableBox .el-table tr {
+ background: #fff !important;
+ //border: #fff solid 1px !important;
+ color: #fff !important
+ }
+
+ body .plTableBox .el-table th.gutter {
+ display: table-cell!important;
+ }
+
+ // 全局设置
+ body .plTableBox.el-table th.gutter {
+ display: table-cell !important;
+ }
+
+ .plTableBox.el-table--border .el-table__cell:first-child .cell {
+ padding-left: 0px;
+ color: aliceblue;
+ // color: #000 !important //background-color: #ffffff !important;
+ }
+
+ .el-dialog .el-dialog__body {
+ max-height: 70vh;
+ padding: 20px 110px 20px 65px !important;
+ overflow-y: auto;
+ }
+
+ .setDialog .el-dialog .el-dialog__body {
+ max-height: 70vh;
+ padding: 15px !important;
+ overflow-y: auto;
+ }
+
+ .eldialotable .el-dialog .el-dialog__body {
+ max-height: 70vh;
+ padding: 10px !important;
+ overflow-y: auto;
+ }
+
+ .eldialot .el-dialog .el-dialog__body {
+ //max-height: 70vh;
+ padding: 10px !important;
+ overflow-y: hidden;
+ }
+
+ .PAGE-SIZE-small .el-dialog .el-dialog__footer {
+ height: 55px !important;
+ line-height: 55px !important;
+ }
+
+ .el-loading-spinner {
+ top: 50%;
+ left: 50%;
+ margin-left: -55px;
+ background: rgba(212, 210, 210, 0.466);
+ padding: 20px;
+ border-radius: 4px;
+ width: auto;
+ text-align: center;
+ position: absolute;
+ i {
+ color: #eee;
+ }
+ .el-loading-text {
+ color: #eee;
+ }
+ }
+
+ .el-select-dropdown__list {
+ list-style: none;
+ padding: 0px 0;
+ margin: 0;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+
+ .el-select-dropdown__item {
+ font-size: 14px;
+ padding: 0px 10px;
+ position: relative;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ color: #606266;
+ height: 34px;
+ line-height: 34px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ cursor: pointer;
+ }
+
+ .my-table .vxe-body--row.row--hover {
+ background-color: #f7f7f7 !important;
+ z-index: 959;
+ }
+
+ // .vxe-body--column.col--ellipsis.row--hover {
+ // background-color: #f7f7f7 !important;
+ // z-index: 999999;
+ // }
+ // .vxe-body--column tr :hover {
+ // background-color: #f7f7f7 !important;
+ // z-index: 999999;
+ // }
+ .my-el-table .el-table {
+ tbody tr:hover>td {
+ background-color: #90c0f1 !important
+ }
+ }
+
+ .el-tree-node__content>.el-tree-node__expand-icon {
+ padding: 0px !important;
+ }
+
+ .el-descriptions--small.is-bordered .el-descriptions-item__cell {
+ padding: 2px 2px !important;
+ font-size: 14px !important;
+ font-family: '微软雅黑';
+ font-weight: 400 !important;
+ width: 120px !important;
+ }
+
+ .plTableBox .el-table--striped .el-table__body tr.el-table__row--striped td {
+ background-color: #f8f9fafd !important;
+ //text-align: center !important;
+ }
+
+ [data-v-fac8ca64] .el-scrollbar__wrap {
+ overflow: auto!important;
+ height: 48px !important;
+ }
+
+
+ /* 修改头部背景和字体颜色 */
+
+ // .el-table th {
+ // background: #344067;
+ // color: #fff;
+ // font-weight: 500;
+ // }
+ // /* 修改表头字体颜色 */
+ // .el-table thead {
+ // color: #8EB7FA !important;
+ // }
+ // /* 修改头部单元格边框颜色 */
+ // .el-table th.is-leaf {
+ // border: 0.2px solid #c8c9ca !important;
+ // color: #000 !important;
+ // font-weight: bold !important;
+ // }
+ // /* 修改【基数】行背景 */
+ // .el-table tr {
+ // background: #ffff !important;
+ // padding: 5px !important;
+ // }
+ // /* 修改【基数】行单元格边框 */
+ // .el-table tr td {
+ // border: 0.2px solid #edeff0 !important;
+ // }
+ // /* 修改【偶数】行背景和单元格边框颜色 */
+ // .el-table--striped .el-table__body tr.el-table__row--striped td {
+ // background: #ebedf07e !important;
+ // padding: 5px !important;
+ // border: 0.2px solid #ebedf07e !important;
+ // }
+ // .el-table--mini .el-table__cell {
+ // padding: 5px;
+ // }
+ // /* 修改表格最底部颜色*/
+ // .el-table::before {
+ // background: #1f284c !important;
+ // z-index: 0 !important;
+ // ;
+ // }
+ // /* 修改表格内容部分字体颜色 */
+ // .el-table {
+ // color: #000 !important;
+ // ;
+ // }
+ // /* 修改表格无数据背景,字体颜色 */
+ // .el-table__empty-block {
+ // background: #16203C !important;
+ // ;
+ // }
+ // .el-table__empty-text {
+ // color: #ccc !important;
+ // }
+ // /* 修改表格鼠标悬浮hover背景色和字体样式 */
+ // .el-table--enable-row-hover .el-table__body tr:hover>td {
+ // background-color: #f7f7f7 !important;
+ // color: #000 !important;
+ // font-weight: bold !important;
+ // }
+ //表头样式
+ .el-table th,
+ .el-table {
+ background-color: #FAFAFA !important;
+ color: #000 !important;
+ font-size: 16px !important;
+ cursor: pointer !important;
+ border-top: 1px solid #f2f3f3 !important;
+ // text-align: center !important;
+ }
+
+ .el-table th {
+ padding: 5px 0 !important;
+ border-top: 1px solid #f2f3f3 !important;
+ // text-align: center !important;
+ }
+
+ .el-table__expand-icon {
+ color: #1d1d1d !important
+ }
+
+ .el-table-column--selection>div {
+ text-align: left !important;
+ }
+
+ .el-table--border,
+ .el-table--group {
+ border: 1px solid #f2f3f3;
+ /*no*/
+ }
+
+ .el-table tbody td .cell {
+ margin-right: 12px;
+ //text-align: center !important;
+ }
+
+ .el-table--border::after,
+ .el-table--group::after,
+ .el-table::before {
+ background-color: #ebeef500;
+ }
+
+ .el-table th div {
+ text-align: center;
+ }
+
+ .el-table__empty-text,
+ .el-table td {
+ color: #000;
+ font-size: 14px !important;
+ font-weight: 400 !important;
+ // text-align: center !important;
+ }
+
+ .el-table td,
+ .el-table th.is-leaf {
+ // border-bottom: none;
+ // border-top: 1px solid #f2f3f3 !important;
+ border-right: 1px solid #f2f3f3;
+ /*no*/
+ border-bottom: 1px solid #f2f3f3;
+ /*no*/
+ }
+
+ //2023-11-9
+ .el-table td.el-table__cell,
+ .el-table th.el-table__cell.is-leaf {
+ // border: 1px solid #f2f3f3 !important;
+ border-top: 1px solid #f2f3f3;
+ border-right: 1px solid #f2f3f3;
+ border-left: 1px solid #f2f3f3;
+ }
+
+ //2023-11-9
+ .el-table__row>td {
+ border: none;
+ border-right: 1px solid #f2f3f3;
+ /*no*/
+ border-bottom: 1px solid #f2f3f3;
+ /*no*/
+ }
+
+ .el-table::before {
+ height: 0px;
+ color: #446575;
+ }
+
+ .el-table,
+ .el-table__expanded-cell {
+ background-color: transparent !important;
+ }
+
+ //2023-11-20
+ el-table th,
+ .el-table tr,
+ .el-table td {
+ //background-color: transparent !important;
+ height: 40px !important;
+ font-family: '微软雅黑' !important;
+ }
+
+ .el-table td {
+ padding: 5px 0px !important
+ }
+
+ .el-table tbody tr:hover>td {
+ background-color: #f7f7f7 !important;
+ font-weight: bold !important;
+ }
+
+ .el-table__body tr.current-row>td {
+ //background: #0030780e !important;
+ background-color: $current !important;
+ //opacity: 0.3 !important;
+ font-weight: bold !important;
+ }
+
+ .el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
+ //background: #0030780e !important;
+ background-color: $current !important;
+ //opacity: 0.3 !important;
+ font-weight: bold !important;
+ }
+
+ .el-table__row--striped td {
+ background-color: #f8f9fafd !important
+ }
+
+ // .el-table__row--striped tr.current-row>td {
+ // background-color: $current !important;
+ // }
+ .el-table__row:not(.el-table__row--striped) {
+ background: #ffffff !important;
+ }
+
+ .el-table {
+ .el-button {
+ margin-top: 0px !important;
+ margin-bottom: 0px !important;
+ }
+ }
+
+ .el-table .ascending .sort-caret.ascending {
+ border-bottom-color: $themeColor !important;
+ }
+
+ .el-table .descending .sort-caret.descending {
+ border-top-color: $themeColor !important;
+ }
+
+ body .el-table th.gutter {
+ display: table-cell!important;
+ }
+
+ el-table th,
+ .el-table tr,
+ .el-table td {
+ /* background-color: transparent !important; */
+ height: 40px !important;
+ //font-family: "\5FAE\8F6F\96C5\9ED1" !important;
+ }
+
+ //二级表格
+ .el-table {
+ .el-table tr th::before {
+ display: none;
+ }
+ .el-table {
+ margin: 20px 20px 20px 46px;
+ width: 95%;
+ th {
+ background-color: #1a3968 !important;
+ color: #a3a8e6 !important;
+ }
+ }
+ }
+
+ .el-table__fixed-body-wrapper {
+ height: 100 !important;
+ // z-index: 20 !important;
+ }
+
+ .el-table_fixed,
+ el-table__fixed-left {
+ height: 100% !important;
+ }
+
+ .el-table__fixed-body-wrapper {
+ height: 100 !important;
+ // z-index: 200 !important;
+ }
+
+ .el-table__fixed-body-wrapper .el-table__body {
+ padding-bottom: 20px; // 滚动条高度
+ }
+
+ .el-table__body-wrapper.is-scrolling-none.el-table__fixed-left,
+ .el-table__body-wrapper.is-scrolling-none.el-table__fixed {
+ height: 100% !important;
+ box-shadow: none !important;
+ }
+
+ .el-table__body-wrapper::-webkit-scrollbar {
+ width: 8px !important;
+ /*滚动条宽度*/
+ height: 8px !important;
+ //z-index: 9999999
+ /*滚动条高度*/
+ }
+
+ .el-table__body-wrapper::-webkit-scrollbar-track {
+ border-radius: 6px;
+ /*滚动条的背景区域的圆角*/
+ /*滚动条的背景颜色*/
+ opacity: 0.5;
+ cursor: pointer !important;
+ }
+
+ .el-table__body-wrapper::-webkit-scrollbar-corner {
+ background-color: $themeColor;
+ opacity: 0.8;
+ cursor: pointer;
+ }
+
+ .el-table__body-wrapper::-webkit-scrollbar-thumb {
+ border-radius: 6px;
+ /*滚动条的圆角*/
+ background-color: $themeColor;
+ /*滚动条的背景颜色*/
+ opacity: 0.8;
+ }
+
+ ::-webkit-scrollbar-track {
+ background-color: transparent;
+ }
+
+ ::-webkit-scrollbar-thumb {
+ width: 12px !important;
+ cursor: pointer !important;
+ border-radius: 10px !important;
+ background: $themeColor !important;
+ }
+
+
+
+ .el-table .caret-wrapper {
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
+ display: inline-flex;
+ -webkit-box-orient: vertical;
+ -webkit-box-direction: normal;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ height: 34px;
+ width: 24px;
+ vertical-align: middle;
+ cursor: pointer;
+ overflow: initial;
+ position: absolute;
+ }
+
+ .luckysheet-scrollbars::-webkit-scrollbar {
+ width: 8px !important;
+ height: 8px !important;
+ background-color: #fff;
+ cursor: pointer !important;
+ }
+
+ .el-table .caret-wrapper {
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
+ display: inline-flex;
+ -webkit-box-orient: vertical;
+ -webkit-box-direction: normal;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ height: 34px;
+ width: 24px;
+ vertical-align: middle;
+ cursor: pointer;
+ top: -5px;
+ overflow: initial;
+ position: absolute;
+ }
+
+ [class*=vxe-icon-] {
+ font-family: vxeiconfont !important;
+ font-style: normal;
+ font-weight: 400;
+ font-size: 16px !important;
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ }
+
+ .el-checkbox__inner {
+ // border: 1px solid #4d6ea1 !important;
+ margin-left: 10px;
+ }
+
+ //2023-22-13
+ .ddf.el-table__row>td {
+ border: none;
+ border-right: 0.5px solid #f2f3f3 !important;
+ /*no*/
+ border-bottom: 0.5px solid #f2f3f3 !important;
+ /*no*/
+ }
+
+ .ddf.el-table td.el-table__cell,
+ .el-table th.el-table__cell.is-leaf {
+ border-top: 0px solid #f2f3f3 !important;
+ border-right: 0.5px solid #f2f3f3 !important;
+ border-left: 0px solid #f2f3f3 !important;
+ }
+
+ .ddf .el-table td,
+ .el-table th.is-leaf {
+ border-bottom: none;
+ border-right: 0.5px solid #f2f3f3 !important;
+ /*no*/
+ border-top: 0.5px solid #f2f3f3 !important;
+ /*no*/
+ }
+
+ .vxe-table .vxe-sort--asc-btn {
+ top: -0.3em !important;
+ }
+
+ .vxe-table .vxe-sort--asc-btn,
+ .vxe-table .vxe-sort--desc-btn {
+ position: absolute !important;
+ left: 0.2em !important;
+ color: #c0c4cc;
+ width: 1em !important;
+ text-align: cente !important;
+ // height: 1.3em !important;
+ font-size: 13px !important;
+ // line-height: 1.3em !important;
+ cursor: pointer;
+ }
+
+ .vxe-table .vxe-table--header .vxe-header--row .vxe-header--column .vxe-cell--title {
+ white-space: pre-wrap !important;
+ word-wrap: break-word !important;
+ }
+
+ .vxe-table--render-default .vxe-footer--column,
+ .vxe-table--render-default .vxe-header--column,
+ vxe-table--render-default .vxe-body--column {
+ position: relative;
+ /* line-height: 40px; */
+ height: 40px !important;
+ }
+
+ .vxe-table--render-default .vxe-footer--column,
+ .vxe-table--render-default .vxe-header--column,
+ vxe-table--render-default .vxe-body--column {
+ line-height: 20px !important;
+ //height: 40px !important;
+ }
+
+ // .luckysheet-scrollbars::-webkit-scrollbar {
+ // width: 8px;
+ // height: 8px;
+ // background-color: #fff;
+ // }
+ // .el-table .cell {
+ // line-height: 34px;
+ // }
}
\ No newline at end of file
diff --git a/src/styles/element-uione.scss b/src/styles/element-uione.scss
index 7d13c95..71e85ef 100644
--- a/src/styles/element-uione.scss
+++ b/src/styles/element-uione.scss
@@ -1,1995 +1,1995 @@
-.element-uione{
- .h3 {
- color: #ffff !important
- }
-
- // cover some element-ui styles
- .tableScopeSwitch .el-switch__label {
- position: absolute;
- display: none;
- color: #fff !important;
- }
-
-
- /*打开时文字位置设置*/
-
- .tableScopeSwitch .el-switch__label--right {
- z-index: 1;
- /*不同场景下可能不同,自行调整*/
- }
-
- .Inspection {
- background: #01302a !important
- }
-
- .el-cascader-menu__list {
- position: relative;
- min-height: 250px;
- margin: 0;
- padding: 6px 0;
- background: #0c4d4d !important;
- color: #fff !important;
- list-style: none;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .el-cascader-node:not(.is-disabled):focus,
- .el-cascader-node:not(.is-disabled):hover {
- background: #024242 !important;
- color: #fff !important;
- }
-
- .el-cascader-node.in-active-path,
- .el-cascader-node.is-active,
- .el-cascader-node.is-selectable.in-checked-path {
- color: #fff !important;
- }
-
-
- /*关闭时文字位置设置*/
-
- .tableScopeSwitch .el-switch__label--left {
- z-index: 1;
- left: 20px;
- /*不同场景下可能不同,自行调整*/
- }
-
-
- /*显示文字*/
-
- .tableScopeSwitch .el-switch__label.is-active {
- display: block;
- }
-
- .tableScopeSwitch.el-switch .el-switch__core,
- .el-switch .el-switch__label {
- width: 60px !important;
- /*开关按钮的宽度大小*/
- }
-
- .layout4 .app-container {
- position: relative;
- width: 100%;
- height: 100%;
- background: #01302a;
- }
-
- .el-main {
- background-color: #012524 !important;
- padding: 0px;
- }
-
- body {
- padding: 0 !important;
- }
-
- .el-dropdown-menu__item {
- list-style: none;
- line-height: 36px;
- margin: 0;
- color: #fff !important;
- outline: 0;
- }
-
- .el-dropdown-menu__item:hover {
- list-style: none;
- line-height: 36px;
- margin: 0;
- background: #013d3a !important;
- outline: 0;
- }
-
- .spanColor {
- color: #fff !important
- }
-
- .layout4 .needTagsView .app-header-in {
- height: 33px !important;
- overflow: hidden !important;
- background: #014444 !important;
- border-bottom: 0.5px solid #14747b;
- }
-
- .tags-view-container {
- background: #011e1d !important;
- }
-
- .tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64]:first-of-type {
- margin-left: 10px !important;
- }
-
- .el-scrollbar__bar.is-horizontal {
- height: 0px !important;
- left: 1px !important;
- top: 30px !important;
- }
-
- .layout4 .app-container .app-container-in .app-main .app-main-in {
- position: relative;
- height: 0%;
- background: #01302a;
- }
-
- .el-button {
- border-radius: 3px;
- height: 36px;
- // min-width: 80px;
- }
-
- .el-button--primary {
- color: #11AFA5;
- background-color: #0c4d4d!important;
- border-color: #4AB5A5!important;
- }
-
- .el-button--primary:hover {
- background-color: #0d958c !important;
- border-color: #0c827c !important;
- color: #fff;
- }
-
- .el-button--primary:focus {
- background-color: #0d958c !important;
- border-color: #0c827c !important;
- color: #fff;
- // cursor: wait;
- }
-
- .el-button--primary.is-plain {
- color: #f4f6f7 !important;
- // background: #e6ecf0;
- //border-color: #9bb3c2;
- }
-
- .tags-view-container .tags-view-wrapper .tags-view-item.active {
- background-color: #4AB5A5;
- border-color: #4AB5A5;
- font-size: 14px;
- font-weight: bold;
- }
-
- //input控件样式
- .el-input--small .el-input__inner {
- height: 36px;
- line-height: 36px;
- border-color: #4AB5A5;
- background: #047470;
- color: #fff;
- }
-
- .el-input.is-disabled .el-input__inner {
- background-color: #3d8e7da3;
- border-color: #4AB5A5;
- color: #ccc;
- cursor: not-allowed;
- }
-
- //input控件聚焦样式
- .el-select .el-input.is-focus .el-input__inner {
- border-color: #4AB5A5;
- color: #fff;
- }
-
- .el-select {
- width: 100%;
- .el-select__tags {
- white-space: nowrap;
- overflow: hidden;
- flex-wrap: nowrap;
- .el-select__tags-text {
- display: inline-block;
- //max-width: 70%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- }
- }
-
- .el-select-dropdown__empty {
- padding: 10px 0;
- margin: 0;
- text-align: center;
- color: #bcbaba;
- background: #047470;
- font-size: 14px;
- }
-
- .el-scrollbar__bar.is-vertical {
- width: 8px;
- top: 2px;
- background: white;
- background-color: #ececec;
- }
-
- .el-scrollbar__thumb {
- position: relative;
- display: block;
- width: 0;
- height: 0;
- cursor: pointer;
- border-radius: inherit;
- background-color: #4AB5A5;
- -webkit-transition: .3s background-color;
- transition: .3s background-color;
- }
-
- .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
- color: #08b8b8 !important;
- text-overflow: ellipsis;
- }
-
- .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
- background-color: #047470 !important;
- color: #fff !important;
- // color:#000;
- // font-size: 16px;
- }
-
- .el-select-dropdown__list {
- list-style: none;
- padding: 6px 0;
- margin: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- background: #047470;
- color: #4AB5A5 !important;
- }
-
- .el-select-dropdown__item {
- font-size: 14px;
- padding: 0 20px;
- position: relative;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- color: #fbfdff;
- height: 34px;
- line-height: 34px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- cursor: pointer;
- }
-
- .el-input__inner {
- max-width: 100% !important;
- overflow: hidden !important;
- text-overflow: ellipsis !important;
- word-break: normal !important;
- white-space: nowrap !important;
- }
-
- .el-select-dropdown__item.hover {
- font-size: 14px;
- padding: 0 20px;
- position: relative;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- color: #fbfdff;
- background: #094142;
- height: 34px;
- line-height: 34px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- cursor: pointer;
- }
-
- .el-select-dropdown__item.selected {
- color: #0bcdb0 !important;
- }
-
- .el-select-dropdown.is-multiple .el-select-dropdown__item {
- padding-right: 40px;
- background: #4AB5A5;
- }
-
- .el-select-dropdown.is-multiple .el-select-dropdown__item.hover {
- padding-right: 40px;
- background: #094142;
- }
-
- .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
- color: #4AB5A5;
- background-color: #094142;
- }
-
- .el-range-editor.is-disabled {
- background-color: #047470;
- border-color: #4AB5A5;
- color: #C0C4CC;
- cursor: not-allowed;
- // height: 36px;
- background: #047470 !important;
- // top: -2px
- }
-
- .el-range-editor.is-disabled .el-range-separator {
- color: #C0C4CC;
- margin-right: 5px;
- margin-top: -4px;
- margin-left: -3px
- }
-
- // .el-range-editor--small .el-range-separator {
- // line-height: 24px;
- // font-size: 13px;
- // width: 14px !important;
- // }
- .el-date-editor .el-range-separator {
- display: inline-block;
- height: 100%;
- //padding: 0px 0px;
- margin: 0;
- text-align: center;
- line-height: 32px;
- color: #fff;
- margin-right: 5px;
- margin-top: -4px;
- margin-left: -3px;
- font-size: 14px;
- width: 5%;
- }
-
- .el-date-editor .el-range__close-icon {
- font-size: 14px;
- color: #C0C4CC;
- width: 1px;
- display: inline-block;
- float: right;
- line-height: 32px;
- }
-
- .el-range-editor.is-disabled input {
- background-color: #047470 !important;
- color: #ced0d4;
- cursor: not-allowed;
- }
-
- .el-date-editor .el-range-input {
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- border: none;
- outline: 0;
- display: inline-block;
- height: 100%;
- margin: 0;
- padding: 0;
- width: 39%;
- text-align: center;
- font-size: 14px;
- color: #ffffff;
- background: #047470;
- }
-
- .el-picker-panel__sidebar {
- position: absolute;
- top: 0;
- bottom: 0;
- width: 110px;
- border-right: 1px solid #039288;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding-top: 6px;
- background-color: #047470;
- color: #fff !important;
- overflow: auto;
- }
-
- .el-date-range-picker__content.is-left {
- border-right: 1px solid #039288;
- background: #047470;
- color: #fff;
- }
-
- .el-date-range-picker__content.is-right {
- border-right: 1px solid #039288;
- background: #047470;
- color: #fff;
- }
-
- .el-picker-panel__shortcut {
- display: block;
- width: 100%;
- border: 0;
- background-color: transparent;
- line-height: 28px;
- font-size: 14px;
- color: #fff;
- padding-left: 12px;
- text-align: left;
- outline: 0;
- cursor: pointer;
- }
-
- .el-picker-panel__shortcut:hover {
- color: #07c8c8 !important;
- }
-
- .el-date-table th {
- padding: 5px;
- color: #f5f6f8;
- font-weight: 400;
- border-bottom: solid 1px #EBEEF5;
- }
-
- .el-picker-panel__icon-btn {
- font-size: 12px;
- color: #f4f5f7;
- border: 0;
- background: 0 0;
- cursor: pointer;
- outline: 0;
- margin-top: 8px;
- }
-
- .el-picker-panel__icon-btn:hover {
- font-size: 12px;
- color: #07c8c8 !important;
- border: 0;
- background: 0 0;
- cursor: pointer;
- outline: 0;
- margin-top: 8px;
- }
-
- .el-date-table td.in-range div,
- .el-date-table td.in-range div:hover,
- .el-date-table.is-week-mode .el-date-table__row.current div,
- .el-date-table.is-week-mode .el-date-table__row:hover div {
- background-color: #0838398e;
- }
-
- .el-range-editor--small.el-input__inner {
- // height: 36px;
- background: #047470 !important;
- color: #fff;
- // top: -2px
- }
-
- .demo-form-inline {
- height: 46px;
- overflow-y: auto;
- }
-
- .el-form-item--mini.el-form-item,
- .el-form-item--small.el-form-item {
- margin-bottom: 10px !important;
- }
-
- .el-form-item--mini.el-form-item,
- .el-form-item--small.el-form-item {
- margin-bottom: 10px !important;
- height: 36px;
- padding: 0;
- }
-
- .el-form-item--small .el-form-item__content,
- .el-form-item--small .el-form-item__label {
- line-height: 36px;
- color: #fff !important;
- }
-
- //测试
- .el-form--inline .el-form-item {
- display: inline-block;
- margin-right: 2px;
- vertical-align: top;
- }
-
- .el-form--inline .el-form-item__label {
- float: none;
- display: inline-block;
- color: #fff !important;
- }
-
- .el-radio {
- color: #fbfcff;
- font-weight: 500;
- line-height: 1;
- cursor: pointer;
- white-space: nowrap;
- outline: 0;
- margin-right: 30px;
- }
-
- .el-radio__input.is-checked+.el-radio__label {
- color: #12b59a !important;
- }
-
- .svg-icon {
- color: #fff;
- }
-
- .el-form-item__label {
- color: #fff !important;
- font-family: '微软雅黑';
- font-size: 14px;
- }
-
- .el-checkbox__input.is-checked .el-checkbox__inner,
- .el-checkbox__input.is-indeterminate .el-checkbox__inner {
- background-color: #4AB5A5;
- border-color: #4AB5A5;
- height: 16px;
- width: 16px;
- }
-
- .el-checkbox__inner {
- display: inline-block;
- position: relative;
- border: 1px solid #4AB5A5;
- border-radius: 2px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- background-color: #FFF;
- z-index: 1;
- -webkit-transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
- transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
- }
-
- .el-checkbox__input.is-checked .el-checkbox__inner,
- .el-checkbox__input.is-indeterminate .el-checkbox__inner {
- background-color: #4AB5A5;
- border-color: #fcfcfc !important;
- }
-
- .el-table {
- background: #01302a;
- }
-
- .u-table {
- background: #01302a;
- }
-
- .el-table__body,
- .el-table__footer,
- .el-table__header {
- table-layout: fixed;
- height: 40px;
- font-size: 16px;
- border-collapse: separate;
- }
-
- .table_header {
- background-color: #047470 !important;
- color: #fff !important;
- font-size: 16px;
- height: 40px;
- }
-
- .el-table--border,
- .el-table--group {
- //border: 1px solid #c1c2c5;
- }
-
- .el-table--small .el-table__cell {
- padding: 0;
- font-size: 14px;
- color: #fff;
- }
-
- .el-table th,
- .el-table tr {
- background-color: #083839;
- height: 40px;
- }
-
- .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
- background-color: #104446 !important
- }
-
- .el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
- background-color: #01302a !important
- }
-
- .plTableBox {
- width: 100%;
- border: #fff solid 1px;
- position: retive;
- background-color: #01302a !important;
- }
-
- .plTableBox.el-table--small .el-table__cell {
- padding: 0;
- font-size: 14px;
- color: #fff;
- }
-
- // .plTableBox .el-table,
- // .plTableBox .el-table__expanded-cell {
- // background-color: $themeColor !important;
- // }
- .plTableBox .el-table__header-wrapper {
- background: #01302a !important;
- }
-
- .plTableBox .el-table tr {
- background: #104446 !important;
- //border: #fff solid 1px !important;
- color: #fff !important
- }
-
- body .plTableBox .el-table th.gutter {
- display: table-cell!important;
- }
-
- // 全局设置
- body .plTableBox.el-table th.gutter {
- display: table-cell !important;
- }
-
- // .plTableBox.el-table {
- // th.gutter,
- // colgroup.gutter {
- // display: block !important;
- // width: 6px !important
- // }
- // }
- // ::-webkit-scrollbar {
- // width: 6px
- // }
- .plTableBox .el-table__body-wrapper {
- overflow: hidden;
- position: relative;
- background-color: #01302a !important;
- }
-
- .plTableBox .el-table--striped .el-table__body tr.el-table__row--striped td {
- background-color: $themeColor !important;
- //border: #fff solid 1px !important;
- color: #fff !important;
- }
-
- .plTableBox.el-table--border .el-table__cell:first-child .cell {
- padding-left: 0px;
- color: aliceblue;
- }
-
- ::-webkit-scrollbar {
- display: block;
- }
-
- .el-table__body tr.hover-row.current-row>td.el-table__cell,
- .el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,
- .el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,
- .el-table__body tr.hover-row>td.el-table__cell {
- background-color: #01302a !important
- }
-
- .el-table--border .el-table__cell:first-child .cell {
- padding-left: 10px;
- color: aliceblue;
- }
-
- .el-icon-arrow-right:before {
- content: "\E6E0";
- color: rgb(255, 255, 255);
- }
-
- .el-button--mini,
- .el-button--mini.is-round {
- padding: 7px 15px;
- }
-
- .el-button--mini {
- border-radius: 3px;
- font-size: 12px;
- height: 28px !important;
- }
-
- .el-button--small {
- border-radius: 3px;
- font-size: 12px;
- height: 36px !important;
- }
-
- .el-pagination__total {
- margin-right: 10px;
- font-weight: 400;
- color: #fff;
- }
-
- .spanColor[data-v-10ef34c8] {
- color: #fff !important;
- }
-
- .el-pagination__jump {
- margin-left: 24px;
- font-weight: 400;
- color: #f3f4f6;
- }
-
- .el-pagination .el-select .el-input .el-input__inner {
- padding-right: 25px;
- border-radius: 3px;
- color: #fff;
- background: #047470;
- border: 1px solid #4AB5A5;
- }
-
- .el-pagination.is-background .el-pager li:not(.disabled).active {
- color: #fff !important;
- background-color: #047470 !important;
- }
-
- .el-pagination.is-background .btn-next,
- .el-pagination.is-background .btn-prev,
- .el-pagination.is-background .el-pager li {
- margin: 0 5px;
- background-color: #034742d2;
- color: #f4f6fb;
- min-width: 30px;
- border-radius: 2px;
- }
-
- .el-icon-arrow-left:before {
- color: #acabab !important;
- }
-
- .el-pager li:hover {
- color: #fff !important;
- }
-
- .el-pager li,
- .el-pager li.btn-quicknext:hover,
- .el-pager li.btn-quickprev:hover {
- cursor: pointer;
- color: #fff !important;
- }
-
- .el-table.el-table--enable-row-hover .el-table__body tr:hover>td {
- background: $hoverf !important;
- color: aliceblue;
- //opacity: 0.5;
- }
-
- .el-table__body-wrapper::-webkit-scrollbar-track {
- background-color: #e8eaeccb !important;
- }
-
- ::-webkit-scrollbar-track {
- background-color: transparent;
- }
-
- // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
- // background-color: $themeColor !important;
- // color:#fff;
- // }
- .el-tabs--border-card>.el-tabs__content {
- padding: 10px;
- background: #013831;
- }
-
- .el-tabs__header {
- padding: 0px;
- position: relative;
- margin: 0 0 10px !important;
- }
-
- .el-tabs--border-card {
- background: #014e3499 !important;
- // width: 100% !important;
- // height: 36px !important;
- }
-
- .el-tabs__item.is-active {
- color: #fff !important;
- }
-
- .el-tabs__active-bar {
- background-color: #059f95 !important;
- }
-
- .el-tabs__item {
- padding: 0 20px;
- height: 40px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- line-height: 40px;
- display: inline-block;
- list-style: none;
- border-radius: 20px;
- font-size: 14px;
- font-weight: 500;
- color: #7fbab2 !important;
- position: relative;
- }
-
- .el-tabs__item:hover {
- color: #fff !important;
- }
-
- .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
- color: #0ccfc5 !important;
- background: linear-gradient(#013935, #09cdc3c3)!important;
- border-color: #03f7fb;
- border: 0.5px solid #03f7fb !important;
- font-size: 16px;
- font-weight: bold;
- }
-
- .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
- color: #fcfefd !important;
- background: linear-gradient(#2da39f, #005855);
- border-color: #03f7fb;
- border: 0.5px solid #03f7fb !important;
- font-size: 16px;
- font-weight: bold;
- }
-
- .el-tabs__nav-scroll {
- overflow: hidden;
- background: #014844 !important;
- }
-
- .el-loading-mask {
- position: absolute;
- z-index: 2000;
- background-color: rgba(19, 61, 62, 0.71) !important;
- margin: 0;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- -webkit-transition: opacity .3s;
- transition: opacity .3s;
- }
-
- .el-tree {
- position: relative;
- cursor: default;
- background: #047470;
- color: #fff;
- }
-
- .el-tree .el-tree-node:focus>.el-tree-node__content {
- background-color: #4ab5a526 !important;
- color: #4AB5A5 !important;
- }
-
- .el-tree-node__content:hover,
- .el-upload-list__item:hover {
- background-color: #133a34eb !important;
- color: #57dbc7 !important;
- }
-
- .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
- background: #132320 !important;
- color: #06f0d5 !important;
- }
-
- .el-tree-node__expand-icon {
- cursor: pointer;
- color: #4AB5A5;
- font-size: 20px;
- -webkit-transform: rotate(0);
- transform: rotate(0);
- -webkit-transition: -webkit-transform .3s ease-in-out;
- transition: -webkit-transform .3s ease-in-out;
- transition: transform .3s ease-in-out;
- transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
- }
-
- .el-tree-node__expand-icon.expanded {
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg)
- }
-
- .el-tree-node__expand-icon.is-leaf {
- color: transparent;
- cursor: default
- }
-
- .el-tree-node__label {
- font-size: 16px
- }
-
- .el-tree-node__loading-icon {
- margin-right: 8px;
- font-size: 20px;
- color: #4AB5A5
- }
-
- .el-tree-node>.el-tree-node__children {
- overflow: hidden;
- color: rgb(252, 252, 252);
- background-color: transparent
- }
-
- .el-tree-node.is-expanded>.el-tree-node__children {
- display: block;
- }
-
- // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
- // background-color:#f0f7ff
- // }
- .el-tree-node__label {
- font-size: 16px;
- }
-
- ::-webkit-scrollbar-thumb {
- background-color: #059f95 !important;
- border-radius: 10px !important;
- width: 12px !important;
- cursor: pointer !important;
- }
-
- ::-webkit-scrollbar-track {
- background-color: #8b8989;
- border: #d2d0d0;
- cursor: pointer !important;
- width: 12px !important;
- }
-
- .el-tree {
- width: 100%;
- overflow: scroll;
- }
-
- .el-tree>.el-tree-node {
- display: inline-block;
- min-width: 100%;
- }
-
- // .el-dialog__body {
- // padding: 30px 20px;
- // /* color: #6e87ba; */
- // font-size: 14px;
- // word-break: break-all;
- // background: #013b39ee !important;
- // }
- .el-dialog__body {
- padding: 10px 10px !important;
- /* color: #6e87ba; */
- font-size: 14px;
- word-break: break-all;
- background: #013b39ee !important;
- }
-
- .el-dialog .el-dialog__header {
- height: 36px;
- padding: 0 10px !important;
- line-height: 36px;
- background: #034e4b !important;
- }
-
- .el-dialog .el-dialog__header .el-dialog__headerbtn {
- top: 5px !important;
- font-size: 24px;
- }
-
- .el-dialog .el-dialog__footer {
- height: 40px !important;
- padding: 0 10px !important;
- line-height: 40px !important;
- border-top: 1px solid #DCDFE6;
- background: #013b39ee !important;
- }
-
- .el-dialog {
- display: flex !important;
- ;
- flex-direction: column !important;
- ;
- margin: 0 !important;
- position: absolute !important;
- ;
- top: 50% !important;
- ;
- left: 50% !important;
- ;
- transform: translate(-50%, -50%) !important;
- ;
- max-height: calc(100% - 30px) !important;
- ;
- max-width: calc(100% - 30px) !important;
- ;
- }
-
- .el-dialog .el-dialog__body {
- flex: 1 !important;
- ;
- overflow: auto !important;
- ;
- }
-
- .el-collapse-item__header {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- height: 48px;
- line-height: 48px;
- background-color: #065252 !important;
- color: #fff !important;
- cursor: pointer;
- border-bottom: 1px solid #EBEEF5;
- font-size: 13px;
- font-weight: 500;
- -webkit-transition: border-bottom-color .3s;
- transition: border-bottom-color .3s;
- outline: 0;
- }
-
- .el-card {
- overflow: hidden;
- color: #fbfbfb;
- background-color: #023932;
- border: 1px solid #EBEEF5;
- border-radius: 4px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
-
- //弹窗样式
- // .el-dialog {
- // background-color:rgba(5,24, 31,0.9) !important;
- // margin-top: 14vh;
- // margin: 14vh auto 0px !important;
- // border: 1px solid #0b4340;
- // position: relative;
- // box-shadow: inset 0px 0px 6px #0a4744;
- // &::before,&::after{
- // content: "";
- // display: inline-block;
- // position: absolute;
- // width: 5px;
- // height: 5px;
- // border: 1px solid #05e2e2;
- // box-shadow: 0px 0px 8px #11fec7;
- // background: rgba(18, 24, 26, 0.98);
- // }
- // &::before {
- // left: -3px;
- // top: -2px;
- // }
- // &::after {
- // right: -3px;
- // top: -2px;
- // }
- // .el-dialog__header {
- // border-bottom: 1px dashed #40ffff59;
- // /*no*/
- // ;
- // .el-dialog__title {
- // color: #d4e0f0;
- // font-weight: bold;
- // }
- // }
- // .el-dialog__body {
- // padding: 40px;
- // &::before,&::after{
- // content: "";
- // display: inline-block;
- // position: absolute;
- // width: 5px;
- // height: 5px;
- // border: 1px solid #05e2e2;
- // box-shadow: 0px 0px 8px #11fec7;
- // background: rgba(18, 24, 26, 0.98);
- // }
- // &::before {
- // left: -3px;
- // bottom: -2px;
- // }
- // &::after {
- // right: -3px;
- // bottom: -2px;
- // }
- // label {
- // color: #9acaf7;
- // }
- // }
- // .el-tree__empty-text {
- // color: #9acaf7;
- // }
- // .button-group {
- // text-align: right;
- // margin-top: 36px;
- // }
- // .el-table th {
- // background-color: #111d40;
- // color: #7788b9;
- // padding: 0px 0px !important;
- // }
- // .el-table__empty-text {
- // color: #7788b9;
- // }
- // .el-tree {
- // border: 1px solid #9acaf7;
- // /*no*/
- // border-radius: 7px;
- // }
- // .el-dialog__wrapper {
- // max-height: 98vh;
- // }
- // }
- // .el-message--error{
- // background-color: #571d0b;
- // border-color: #dfa510;
- // }
- // .el-message--success{
- // background-color: #09461f;
- // border-color: #b9df10;
- // }
- // .el-message-box {
- // background-color:rgba(10, 65, 63, 0.9) !important;
- // position: relative;
- // overflow:visible;
- // padding:10px;
- // padding-bottom:16px;
- // border: 1px dashed #0b4340;
- // box-shadow: inset 0 0 8px #174868;
- // &::before,&::after{
- // content: "";
- // display: inline-block;
- // position: absolute;
- // width: 5px;
- // height: 5px;
- // border: 1px solid #05e2e2;
- // box-shadow: 0px 0px 8px #11fec7;
- // background: rgba(18, 24, 26, 0.98);
- // }
- // &::before {
- // left: -3px;
- // top: -2px;
- // }
- // &::after {
- // right: -3px;
- // top: -2px;
- // }
- // .el-message-box__btns{
- // &::before,&::after{
- // content: "";
- // display: inline-block;
- // position: absolute;
- // width: 5px;
- // height: 5px;
- // border: 1px solid #05e2e2;
- // box-shadow: 0px 0px 8px #11fec7;
- // background: rgba(18, 24, 26, 0.98);
- // }
- // &::before {
- // left: -3px;
- // bottom: -2px;
- // }
- // &::after {
- // right: -3px;
- // bottom: -2px;
- // }
- // }
- // .el-message-box__title,
- // .el-message-box__message {
- // color: #b2bece !important;
- // }
- // .el-message-box__header{
- // // border-bottom: 1px solid #0b4340;
- // }
- // .el-message-box__title{
- // font-size:14px;
- // }
- // }
- .vxe-table {}
-
- .vxe-table .cell {
- text-align: center !important;
- }
-
- //vxe表格ui全局样式
- .vxe-table--render-default .vxe-cell {
- /* white-space: pre-line; */
- white-space: nowrap !important;
- /* word-break: break-all; */
- height: 40px !important;
- line-height: 40px !important;
- /* align-items: center; */
- // padding: 0px;
- /* padding-right: 10px; */
- }
-
- .vxe-table--render-default .vxe-table--body-wrapper,
- .vxe-table--render-default .vxe-table--footer-wrapper {
- background-color: #01302a;
- }
-
- .vxe-table--render-default.size--mini .vxe-body--column:not(.col--ellipsis),
- .vxe-table--render-default.size--mini .vxe-footer--column:not(.col--ellipsis),
- .vxe-table--render-default.size--mini .vxe-header--column:not(.col--ellipsis) {
- padding: 2px 0 !important;
- font-size: 14px;
- }
-
- .vxe-body--row.row--hover {
- background-color: $themeColor !important;
- color: #FFF;
- }
-
-
- /*表格滚动条样式*/
-
- .vxe-table--body-wrapper::-webkit-scrollbar {
- width: 8px;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
- border-radius: 5px;
- height: 8px;
- background-color: #059f95 !important;
- border-radius: 30px !important;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-track {
- box-shadow: inset 0 0 5px rgb(174, 173, 173);
- border-radius: 2px;
- background: rgb(235, 233, 233);
- }
-
- .vxe-body--row.row--current {
- background-color: rgb(2, 132, 123) !important;
- color: #fff !important;
- }
-
- // 斑马纹样式
- .vxe-body--row.row--stripe {
- background-color: #104446 !important;
- color: #fff;
- }
-
- .vxe-body--row {
- background-color: #083839 !important;
- color: #fff;
- font-weight: 400 !important;
- font-size: 14px !important;
- }
-
- .vxe-button.type--button {
- //font-family: inherit !important;
- // height:34px !important;
- //line-height: 25px !important;
- /* margin: 0 0 0 0; */
- margin-top: -1% !important;
- // height: 25px !important;
- // border: 1px solid #dcdfe6 ;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
- background: #1cb6b6 !important;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 5px #aeadad;
- box-shadow: inset 0 0 5px #aeadad;
- border-radius: 2px;
- background: #ebe9e9 !important;
- }
-
- .vxe-button.type--button.theme--primary:not(.is--disabled):hover {
- border-color: rgb(13, 115, 103) !important;
- background-color: rgb(13, 115, 103) !important;
- }
-
- .vxe-icon-checkbox-indeterminate:before {
- content: "\E8C4";
- color: #fff !important;
- font-size: 12px;
- // border: 1px solid #f3f6f7 !important;
- }
-
- .vxe-checkbox .vxe-checkbox--icon,
- .vxe-custom--option .vxe-checkbox--icon,
- .vxe-export--panel-column-option .vxe-checkbox--icon,
- .vxe-table--filter-option .vxe-checkbox--icon,
- .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon {
- font-size: 14px;
- //color: #256d8f !important;
- background: #045e5e !important;
- vertical-align: middle;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
-
- .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon {
- color: #0f9a87;
- border-radius: 2px;
- }
-
- .vxe-icon-checkbox-checked {
- color: #076057 !important;
- }
-
- // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
- // background-color: $themeColor !important;
- // color:#fff;
- // }
- // .ele-tree-menu {
- // width: 100%;
- // background: rgba(204, 200, 200, 0.164);
- // color: #424141 !important;
- // }
- // .el-tree .el-tree-node:focus > .el-tree-node__content {
- // background: $themeColor !important;
- // color:#fff;
- // font-size:16px;
- // }
- // .el-tree .el-tree-node__content:hover {
- // background-color: $themeColor !important;;
- // color: #fff;
- // }
- .el-header,
- .el-main {
- padding: 0;
- }
-
- .el-breadcrumb__inner,
- .el-breadcrumb__inner a {
- font-weight: 400 !important;
- }
-
- .el-upload {
- input[type="file"] {
- display: none !important;
- }
- }
-
- .el-upload__input {
- display: none;
- }
-
- // to fixed https://github.com/ElemeFE/element/issues/2461
- .el-dialog {
- position: relative;
- left: 0;
- margin: 0 auto;
- transform: none;
- .el-dialog__body {
- max-height: 80vh;
- padding: 20px;
- overflow-y: auto;
- }
- .el-dialog__header {
- height: 36px;
- padding: 0 20px;
- line-height: 36px;
- background: $themeColor;
- .el-dialog__title {
- font-size: 16px;
- font-weight: bold;
- color: #FFF;
- }
- .el-dialog__headerbtn {
- top: 6px;
- font-size: 24px;
- i {
- color: #fff;
- }
- }
- }
- .el-dialog__footer {
- height: 36px;
- padding: 0 20px;
- line-height: 36px;
- border-top: 1px solid #DCDFE6;
- }
- }
-
- .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
- background-color: #198888;
- border-color: #1cb4b6;
- }
-
- .el-checkbox__input.is-disabled .el-checkbox__inner {
- background-color: #2b8e7f;
- border-color: #1cb6a9;
- cursor: not-allowed;
- }
-
- .el-checkbox__label {
- color: #d5e5ef !important;
- }
-
- .el-textarea__inner {
- display: block;
- width: 100%;
- padding: 5px 15px;
- font-size: inherit;
- line-height: 1.5;
- color: #f8f8f9;
- background-color: #046f73;
- background-image: none;
- border: 1px solid #12b59d;
- border-radius: 4px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
- transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
- resize: vertical;
- }
-
- // .PAGE-SIZE-small .el-dialog {
- // .el-dialog__header {
- // height: 42px;
- // line-height: 42px;
- // .el-dialog__headerbtn {
- // top: 7px;
- // }
- // }
- // .el-dialog__footer {
- // height: 42px;
- // line-height: 42px;
- // }
- // }
- // .PAGE-SIZE-medium .el-dialog {
- // .el-dialog__header {
- // height: 50px;
- // line-height: 50px;
- // .el-dialog__headerbtn {
- // top: 11px;
- // }
- // }
- // .el-dialog__footer {
- // height: 49px;
- // line-height: 49px;
- // }
- // }
- // // refine element ui upload
- // .upload-container {
- // .el-upload {
- // width: 100%;
- // .el-upload-dragger {
- // width: 100%;
- // height: 200px;
- // }
- // }
- // }
- .el-card__body {
- padding: 10px;
- margin-bottom: 10px;
- }
-
- // // dropdown
- // .el-dropdown-menu {
- // a {
- // display: block;
- // }
- // }
- // //阻止右边出现padding
- // .el-popup-parent--hidden {
- // padding-right: 0 !important;
- // overflow: hidden;
- // }
- // //防止tab被遮住
- // ::-webkit-scrollbar {
- // width: 5px;
- // height: 14px;
- // }
- // // to fix el-date-picker css style
- // .el-range-separator {
- // box-sizing: content-box;
- // }
- // .el-drawer__header {
- // & > span,
- // & > button {
- // outline: none !important;
- // }
- // }
- // .el-transfer-panel__list.is-filterable {
- // height: 79vh;
- // padding-top: 0;
- // }
- // // el-table
- // .el-table {
- // border-right: 1px solid #EBEEF5;
- // // 无边框模式下增加外边框
- // border-left: 1px solid #EBEEF5;
- // // 表头样式
- // thead {
- // color: #333;
- // }
- // .el-table__header {
- // tr,th {
- // background: #E5E7F2;
- // }
- // // td {
- // // background-color: #dbf6f6 !important;
- // // }
- // }
- // // 斑马纹样式
- // &.el-table--striped .el-table__body tr.el-table__row--striped td {
- // background-color: #79aeac !important;
- // }
- // // hover样式
- // &.el-table--enable-row-hover .el-table__body tr:hover > td {
- // background-color: #dbf6f6 !important;
- // }
- // // 选中列样式
- // &.el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
- // .el-table__body tr.current-row > td {
- // background: $themeColor-8 !important;
- // }
- // // mini版大小样式调整
- // &.el-table--mini {
- // th {
- // padding: 4px 0;
- // .caret-wrapper {
- // height: 24px;
- // .sort-caret.ascending {
- // top: 0;
- // }
- // .sort-caret.descending {
- // bottom: 2px;
- // }
- // }
- // }
- // td {
- // padding: 2px 0;
- // }
- // }
- // &.el-table--mini,
- // &.el-table--small,
- // &.el-table__expand-icon {
- // font-size: 14px;
- // }
- // // small版大小样式调整
- // &.el-table--small {
- // th {
- // padding: 6px 0;
- // }
- // td {
- // padding: 4px 0;
- // }
- // }
- // // medium版大小样式
- // &.el-table--medium {
- // th {
- // padding: 8px 0;
- // }
- // td {
- // padding: 6px 0;
- // }
- // }
- // }
- // // el-tree-select
- // .el-tree-select-popper {
- // [aria-disabled=true] > .el-tree-node__content {
- // color: #ccc !important;
- // }
- // }
- // // el-select
- // // 增加loading样式
- // .el-select.el-select-loading .el-icon-arrow-up {
- // animation: rotating 2s linear infinite;
- // &::before {
- // content: "\e6cf";
- // }
- // }
- // .el-form-item--small.el-form-item {
- // margin-bottom: 10px;
- // }
- // // el-step
- // .el-step__head.is-success {
- // color: $themeColor;
- // border-color: $themeColor;
- // }
- // .el-step__title.is-success {
- // color: $themeColor !important;
- // }
- // .is-success .el-step__line {
- // background-color: $themeColor !important;
- // }
- // .el-pagination.is-background .el-pager li.active:not(.disabled):hover {
- // color: #fff !important;
- // }
- // .readonly {
- // &.el-input-number .el-input.is-disabled .el-input__inner {
- // color: #606266;
- // background: #fff;
- // }
- // }
- // .el-table.el-table--enable-row-hover .el-table__body tr:hover > td {
- // background: $themeColor !important;
- // color: aliceblue;
- // //opacity: 0.5;
- // }
- // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
- // background-color: $themeColor !important;
- // color:#fff;
- // }
- // .ele-tree-menu {
- // width: 100%;
- // background: rgba(204, 200, 200, 0.164);
- // color: #424141 !important;
- // }
- // .el-tree .el-tree-node:focus > .el-tree-node__content {
- // background: $themeColor !important;
- // color:#fff
- // }
- // .el-tree .el-tree-node__content:hover {
- // background-color: $themeColor !important;;
- // color: #fff;
- // }
- // .menu-tree {
- // background: rgba(238, 240, 241, 0.192);
- // padding: 0px;
- // margin-right: 0px;
- // border-radius: 5px;
- // box-shadow: 0px 0px 0px 0px #cad1d4;
- // }
- // // .el-form-item__label {
- // // font-size: 14px;
- // // color: $themeColor;
- // // }
- // .el-checkbox__label {
- // display: inline-block;
- // padding-left: 10px;
- // line-height: 19px;
- // font-size: 14px;
- // color:$themeColor !important
- // }
- // .table_header {
- // background-color: $themeColor !important;
- // color: #fff !important;
- // height: 40px;
- // }
- // .el-table__body-wrapper::-webkit-scrollbar {
- // width: 8px; /*滚动条宽度*/
- // height: 12px; /*滚动条高度*/
- // }
- // .el-table__body-wrapper::-webkit-scrollbar-track {
- // border-radius: 0px; /*滚动条的背景区域的圆角*/
- // background-color: $themeColor; /*滚动条的背景颜色*/
- // opacity: 0.5;
- // cursor: pointer !important;
- // }
- // .el-table__body-wrapper::-webkit-scrollbar-corner {
- // background-color: $themeColor;
- // opacity: 0.8;
- // cursor: pointer;
- // }
- // .el-table__body-wrapper::-webkit-scrollbar-thumb {
- // border-radius: 4px; /*滚动条的圆角*/
- // background-color: $themeColor; /*滚动条的背景颜色*/
- // opacity: 0.8;
- // }
- // //elememtui的样式修改
- // ::v-deep .el-table__body-wrapper::-webkit-scrollbar-track {
- // background-color: #b7c1c169;
- // }
- // ::v-deep.el-table.el-table--enable-row-hover .el-table__body tr:hover > td {
- // background: $themeColor;
- // color: aliceblue;
- // cursor: pointer;
- // }
- // .el-tree-node__expand-icon {
- // font-size: 25px;
- // color: rgb(169, 170, 172);
- // }
- // .vxe-table--render-default .vxe-cell {
- // /* white-space: pre-line; */
- // white-space: nowrap !important;
- // /* word-break: break-all; */
- // height: 25px !important;
- // //line-height: 25px !important;
- // /* align-items: center; */
- // /* padding-left: 10px; */
- // /* padding-right: 10px; */
- // }
- // .vxe-body--row.row--hover{
- // background-color: $themeColor !important;
- // color: #FFF;
- // }
- // /*表格滚动条样式*/
- // .vxe-table--body-wrapper::-webkit-scrollbar{
- // width: 8px;
- // }
- // .vxe-table--body-wrapper::-webkit-scrollbar-thumb{
- // border-radius: 5px;
- // height: 8px;
- // background-color: $themeColor !important;
- // border-radius: 30px !important;
- // }
- // .vxe-table--body-wrapper::-webkit-scrollbar-track{
- // box-shadow: inset 0 0 5px rgb(174, 173, 173);
- // border-radius: 2px;
- // background: rgb(177, 175, 175);
- // }
- // .vxe-body--row.row--current{
- // background-color:rgb(2, 132, 123) !important;
- // color: #fff !important;
- // }
- // // 斑马纹样式
- // .vxe-body--row.row--stripe {
- // background-color: #79aeac !important;
- // }
- // .vxe-body--row{
- // background-color: #dbf6f6 !important;
- // font-weight: 400 !important;
- // font-size: 14px !important;
- // }
- // .vxe-button.type--button {
- // //font-family: inherit !important;
- // // height:34px !important;
- // //line-height: 25px !important;
- // /* margin: 0 0 0 0; */
- // margin-top: -1% !important;
- // // height: 25px !important;
- // // border: 1px solid #dcdfe6 ;
- // }
- // .vxe-button.type--button.theme--primary:not(.is--disabled):hover{
- // border-color: rgb(13, 115, 103) !important;
- // background-color: rgb(13, 115, 103) !important;
- // }
- // .el-table td {
- // background-color: #dbf6f6 !important;
- // }
- // // .el-tree-node__expand-icon:hover {
- // // font-size: 25px;
- // // color: green;
- // // }
- .wr {
- margin-left: 0%;
- font-weight: bold;
- font-size: 14px;
- }
-
- .zd {
- background: #CC0000;
- color: #fff;
- }
-
- .zzd {
- background: #ff9900;
- color: #fff;
- }
-
- .qd {
- background: #FFCC33;
- color: #fff;
- }
-
- .qw {
- background: #3399ff;
- color: #fff;
- }
-
- .wd {
- background: #339966;
- color: #fff;
- }
-
- .ws {
- background: #999999;
- color: #fff;
- }
-
- .xshou {
- cursor: pointer;
- }
-
- .right-top {
- color: rgb(7, 131, 161);
- border: 1.5px solid rgb(7, 131, 161);
- border-style: solid hidden hidden hidden;
- }
-
- .xdf {
- margin-left: 2%;
- font-size: 12px;
- font-weight: bold;
- line-height: 0.6rem;
- color: #000;
- }
-
- .l1 {
- color: #fff;
- background: #999;
- }
-
- .l2 {
- color: #fff;
- background: #339966;
- }
-
- .l3 {
- color: #fff;
- background: #39F;
- }
-
- .l4 {
- color: #fff;
- background: #F90;
- }
-
- .l5 {
- color: #fff;
- background: #FFCC33;
- }
-
- .l6 {
- color: #fff;
- background: #CC0000;
- }
-
- .jkl {
- height: 0.3%;
- margin-top: 1%;
- cursor: pointer;
- }
-
- .cvb {
- height: 20vh;
- overflow-x: hidden;
- overflow-y: auto;
- }
-
- .ll {
- font-weight: bold;
- color: #000;
- }
-
- .d1 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #999;
- }
-
- .d2 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #393;
- }
-
- .asd {
- float: right;
- font-size: 14px;
- font-weight: bold;
- line-height: 15px;
- color: #FFF;
- }
-
- .d3 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #39F;
- }
-
- .d4 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #F90;
- }
-
- .d5 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #FC0;
- }
-
- .d6 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #F30;
- }
-
- .qwe {
- margin-top: 5px;
- }
-
- .fgh {
- height: 5vh;
- }
-
- .lf {
- float: left;
- }
-
- .spanfont {
- font-weight: bold;
- color: #fff;
- }
-
- .el-picker-panel [slot=sidebar]+.el-picker-panel__body,
- .el-picker-panel__sidebar+.el-picker-panel__body {
- margin-left: 110px;
- color: #fff;
- background: #047470;
- }
-
- .el-date-picker__header {
- margin: 12px;
- text-align: center;
- color: #fff !important;
- background: #047470;
- }
-
- .el-date-picker__header-label {
- font-size: 16px;
- font-weight: 500;
- padding: 0 5px;
- line-height: 22px;
- text-align: center;
- cursor: pointer;
- color: #fefefe;
- }
-
- .el-date-table td.disabled div {
- background-color: #045152b4;
- opacity: 1;
- cursor: not-allowed;
- color: #C0C4CC;
- }
-
- .el-popper[x-placement^=bottom],
- .el-tooltip__popper[x-placement^=bottom] {
- margin-top: 12px;
- background: #047470;
- }
-
- .el-month-table td.current:not(.disabled) .cell {
- color: #07bebb !important;
- }
-
- .el-month-table td .cell {
- width: 60px;
- height: 36px;
- display: block;
- line-height: 36px;
- color: #ffffff;
- margin: 0 auto;
- border-radius: 18px;
- }
-
- .el-month-table td .cell:hover {
- width: 60px;
- height: 36px;
- display: block;
- line-height: 36px;
- color: #07bebb !important;
- margin: 0 auto;
- border-radius: 18px;
- }
-
- .fontColor {
- color: #fff !important;
- }
-
- .viewback {
- background: #01302a !important;
- }
-
- .viewsback {
- background: #0c443c !important;
- }
+.element-uione{
+ .h3 {
+ color: #ffff !important
+ }
+
+ // cover some element-ui styles
+ .tableScopeSwitch .el-switch__label {
+ position: absolute;
+ display: none;
+ color: #fff !important;
+ }
+
+
+ /*打开时文字位置设置*/
+
+ .tableScopeSwitch .el-switch__label--right {
+ z-index: 1;
+ /*不同场景下可能不同,自行调整*/
+ }
+
+ .Inspection {
+ background: #01302a !important
+ }
+
+ .el-cascader-menu__list {
+ position: relative;
+ min-height: 250px;
+ margin: 0;
+ padding: 6px 0;
+ background: #0c4d4d !important;
+ color: #fff !important;
+ list-style: none;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+
+ .el-cascader-node:not(.is-disabled):focus,
+ .el-cascader-node:not(.is-disabled):hover {
+ background: #024242 !important;
+ color: #fff !important;
+ }
+
+ .el-cascader-node.in-active-path,
+ .el-cascader-node.is-active,
+ .el-cascader-node.is-selectable.in-checked-path {
+ color: #fff !important;
+ }
+
+
+ /*关闭时文字位置设置*/
+
+ .tableScopeSwitch .el-switch__label--left {
+ z-index: 1;
+ left: 20px;
+ /*不同场景下可能不同,自行调整*/
+ }
+
+
+ /*显示文字*/
+
+ .tableScopeSwitch .el-switch__label.is-active {
+ display: block;
+ }
+
+ .tableScopeSwitch.el-switch .el-switch__core,
+ .el-switch .el-switch__label {
+ width: 60px !important;
+ /*开关按钮的宽度大小*/
+ }
+
+ .layout4 .app-container {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ background: #01302a;
+ }
+
+ .el-main {
+ background-color: #012524 !important;
+ padding: 0px;
+ }
+
+ body {
+ padding: 0 !important;
+ }
+
+ .el-dropdown-menu__item {
+ list-style: none;
+ line-height: 36px;
+ margin: 0;
+ color: #fff !important;
+ outline: 0;
+ }
+
+ .el-dropdown-menu__item:hover {
+ list-style: none;
+ line-height: 36px;
+ margin: 0;
+ background: #013d3a !important;
+ outline: 0;
+ }
+
+ .spanColor {
+ color: #fff !important
+ }
+
+ .layout4 .needTagsView .app-header-in {
+ height: 33px !important;
+ overflow: hidden !important;
+ background: #014444 !important;
+ border-bottom: 0.5px solid #14747b;
+ }
+
+ .tags-view-container {
+ background: #011e1d !important;
+ }
+
+ .tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64]:first-of-type {
+ margin-left: 10px !important;
+ }
+
+ .el-scrollbar__bar.is-horizontal {
+ height: 0px !important;
+ left: 1px !important;
+ top: 30px !important;
+ }
+
+ .layout4 .app-container .app-container-in .app-main .app-main-in {
+ position: relative;
+ height: 0%;
+ background: #01302a;
+ }
+
+ .el-button {
+ border-radius: 3px;
+ height: 36px;
+ // min-width: 80px;
+ }
+
+ .el-button--primary {
+ color: #11AFA5;
+ background-color: #0c4d4d!important;
+ border-color: #4AB5A5!important;
+ }
+
+ .el-button--primary:hover {
+ background-color: #0d958c !important;
+ border-color: #0c827c !important;
+ color: #fff;
+ }
+
+ .el-button--primary:focus {
+ background-color: #0d958c !important;
+ border-color: #0c827c !important;
+ color: #fff;
+ // cursor: wait;
+ }
+
+ .el-button--primary.is-plain {
+ color: #f4f6f7 !important;
+ // background: #e6ecf0;
+ //border-color: #9bb3c2;
+ }
+
+ .tags-view-container .tags-view-wrapper .tags-view-item.active {
+ background-color: #4AB5A5;
+ border-color: #4AB5A5;
+ font-size: 14px;
+ font-weight: bold;
+ }
+
+ //input控件样式
+ .el-input--small .el-input__inner {
+ height: 36px;
+ line-height: 36px;
+ border-color: #4AB5A5;
+ background: #047470;
+ color: #fff;
+ }
+
+ .el-input.is-disabled .el-input__inner {
+ background-color: #3d8e7da3;
+ border-color: #4AB5A5;
+ color: #ccc;
+ cursor: not-allowed;
+ }
+
+ //input控件聚焦样式
+ .el-select .el-input.is-focus .el-input__inner {
+ border-color: #4AB5A5;
+ color: #fff;
+ }
+
+ .el-select {
+ width: 100%;
+ .el-select__tags {
+ white-space: nowrap;
+ overflow: hidden;
+ flex-wrap: nowrap;
+ .el-select__tags-text {
+ display: inline-block;
+ //max-width: 70%;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+ }
+ }
+
+ .el-select-dropdown__empty {
+ padding: 10px 0;
+ margin: 0;
+ text-align: center;
+ color: #bcbaba;
+ background: #047470;
+ font-size: 14px;
+ }
+
+ .el-scrollbar__bar.is-vertical {
+ width: 8px;
+ top: 2px;
+ background: white;
+ background-color: #ececec;
+ }
+
+ .el-scrollbar__thumb {
+ position: relative;
+ display: block;
+ width: 0;
+ height: 0;
+ cursor: pointer;
+ border-radius: inherit;
+ background-color: #4AB5A5;
+ -webkit-transition: .3s background-color;
+ transition: .3s background-color;
+ }
+
+ .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
+ color: #08b8b8 !important;
+ text-overflow: ellipsis;
+ }
+
+ .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
+ background-color: #047470 !important;
+ color: #fff !important;
+ // color:#000;
+ // font-size: 16px;
+ }
+
+ .el-select-dropdown__list {
+ list-style: none;
+ padding: 6px 0;
+ margin: 0;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ background: #047470;
+ color: #4AB5A5 !important;
+ }
+
+ .el-select-dropdown__item {
+ font-size: 14px;
+ padding: 0 20px;
+ position: relative;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ color: #fbfdff;
+ height: 34px;
+ line-height: 34px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ cursor: pointer;
+ }
+
+ .el-input__inner {
+ max-width: 100% !important;
+ overflow: hidden !important;
+ text-overflow: ellipsis !important;
+ word-break: normal !important;
+ white-space: nowrap !important;
+ }
+
+ .el-select-dropdown__item.hover {
+ font-size: 14px;
+ padding: 0 20px;
+ position: relative;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ color: #fbfdff;
+ background: #094142;
+ height: 34px;
+ line-height: 34px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ cursor: pointer;
+ }
+
+ .el-select-dropdown__item.selected {
+ color: #0bcdb0 !important;
+ }
+
+ .el-select-dropdown.is-multiple .el-select-dropdown__item {
+ padding-right: 40px;
+ background: #4AB5A5;
+ }
+
+ .el-select-dropdown.is-multiple .el-select-dropdown__item.hover {
+ padding-right: 40px;
+ background: #094142;
+ }
+
+ .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
+ color: #4AB5A5;
+ background-color: #094142;
+ }
+
+ .el-range-editor.is-disabled {
+ background-color: #047470;
+ border-color: #4AB5A5;
+ color: #C0C4CC;
+ cursor: not-allowed;
+ // height: 36px;
+ background: #047470 !important;
+ // top: -2px
+ }
+
+ .el-range-editor.is-disabled .el-range-separator {
+ color: #C0C4CC;
+ margin-right: 5px;
+ margin-top: -4px;
+ margin-left: -3px
+ }
+
+ // .el-range-editor--small .el-range-separator {
+ // line-height: 24px;
+ // font-size: 13px;
+ // width: 14px !important;
+ // }
+ .el-date-editor .el-range-separator {
+ display: inline-block;
+ height: 100%;
+ //padding: 0px 0px;
+ margin: 0;
+ text-align: center;
+ line-height: 32px;
+ color: #fff;
+ margin-right: 5px;
+ margin-top: -4px;
+ margin-left: -3px;
+ font-size: 14px;
+ width: 5%;
+ }
+
+ .el-date-editor .el-range__close-icon {
+ font-size: 14px;
+ color: #C0C4CC;
+ width: 1px;
+ display: inline-block;
+ float: right;
+ line-height: 32px;
+ }
+
+ .el-range-editor.is-disabled input {
+ background-color: #047470 !important;
+ color: #ced0d4;
+ cursor: not-allowed;
+ }
+
+ .el-date-editor .el-range-input {
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ border: none;
+ outline: 0;
+ display: inline-block;
+ height: 100%;
+ margin: 0;
+ padding: 0;
+ width: 39%;
+ text-align: center;
+ font-size: 14px;
+ color: #ffffff;
+ background: #047470;
+ }
+
+ .el-picker-panel__sidebar {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ width: 110px;
+ border-right: 1px solid #039288;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ padding-top: 6px;
+ background-color: #047470;
+ color: #fff !important;
+ overflow: auto;
+ }
+
+ .el-date-range-picker__content.is-left {
+ border-right: 1px solid #039288;
+ background: #047470;
+ color: #fff;
+ }
+
+ .el-date-range-picker__content.is-right {
+ border-right: 1px solid #039288;
+ background: #047470;
+ color: #fff;
+ }
+
+ .el-picker-panel__shortcut {
+ display: block;
+ width: 100%;
+ border: 0;
+ background-color: transparent;
+ line-height: 28px;
+ font-size: 14px;
+ color: #fff;
+ padding-left: 12px;
+ text-align: left;
+ outline: 0;
+ cursor: pointer;
+ }
+
+ .el-picker-panel__shortcut:hover {
+ color: #07c8c8 !important;
+ }
+
+ .el-date-table th {
+ padding: 5px;
+ color: #f5f6f8;
+ font-weight: 400;
+ border-bottom: solid 1px #EBEEF5;
+ }
+
+ .el-picker-panel__icon-btn {
+ font-size: 12px;
+ color: #f4f5f7;
+ border: 0;
+ background: 0 0;
+ cursor: pointer;
+ outline: 0;
+ margin-top: 8px;
+ }
+
+ .el-picker-panel__icon-btn:hover {
+ font-size: 12px;
+ color: #07c8c8 !important;
+ border: 0;
+ background: 0 0;
+ cursor: pointer;
+ outline: 0;
+ margin-top: 8px;
+ }
+
+ .el-date-table td.in-range div,
+ .el-date-table td.in-range div:hover,
+ .el-date-table.is-week-mode .el-date-table__row.current div,
+ .el-date-table.is-week-mode .el-date-table__row:hover div {
+ background-color: #0838398e;
+ }
+
+ .el-range-editor--small.el-input__inner {
+ // height: 36px;
+ background: #047470 !important;
+ color: #fff;
+ // top: -2px
+ }
+
+ .demo-form-inline {
+ height: 46px;
+ overflow-y: auto;
+ }
+
+ .el-form-item--mini.el-form-item,
+ .el-form-item--small.el-form-item {
+ margin-bottom: 10px !important;
+ }
+
+ .el-form-item--mini.el-form-item,
+ .el-form-item--small.el-form-item {
+ margin-bottom: 10px !important;
+ height: 36px;
+ padding: 0;
+ }
+
+ .el-form-item--small .el-form-item__content,
+ .el-form-item--small .el-form-item__label {
+ line-height: 36px;
+ color: #fff !important;
+ }
+
+ //测试
+ .el-form--inline .el-form-item {
+ display: inline-block;
+ margin-right: 2px;
+ vertical-align: top;
+ }
+
+ .el-form--inline .el-form-item__label {
+ float: none;
+ display: inline-block;
+ color: #fff !important;
+ }
+
+ .el-radio {
+ color: #fbfcff;
+ font-weight: 500;
+ line-height: 1;
+ cursor: pointer;
+ white-space: nowrap;
+ outline: 0;
+ margin-right: 30px;
+ }
+
+ .el-radio__input.is-checked+.el-radio__label {
+ color: #12b59a !important;
+ }
+
+ .svg-icon {
+ color: #fff;
+ }
+
+ .el-form-item__label {
+ color: #fff !important;
+ font-family: '微软雅黑';
+ font-size: 14px;
+ }
+
+ .el-checkbox__input.is-checked .el-checkbox__inner,
+ .el-checkbox__input.is-indeterminate .el-checkbox__inner {
+ background-color: #4AB5A5;
+ border-color: #4AB5A5;
+ height: 16px;
+ width: 16px;
+ }
+
+ .el-checkbox__inner {
+ display: inline-block;
+ position: relative;
+ border: 1px solid #4AB5A5;
+ border-radius: 2px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ background-color: #FFF;
+ z-index: 1;
+ -webkit-transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
+ transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
+ }
+
+ .el-checkbox__input.is-checked .el-checkbox__inner,
+ .el-checkbox__input.is-indeterminate .el-checkbox__inner {
+ background-color: #4AB5A5;
+ border-color: #fcfcfc !important;
+ }
+
+ .el-table {
+ background: #01302a;
+ }
+
+ .u-table {
+ background: #01302a;
+ }
+
+ .el-table__body,
+ .el-table__footer,
+ .el-table__header {
+ table-layout: fixed;
+ height: 40px;
+ font-size: 16px;
+ border-collapse: separate;
+ }
+
+ .table_header {
+ background-color: #047470 !important;
+ color: #fff !important;
+ font-size: 16px;
+ height: 40px;
+ }
+
+ .el-table--border,
+ .el-table--group {
+ //border: 1px solid #c1c2c5;
+ }
+
+ .el-table--small .el-table__cell {
+ padding: 0;
+ font-size: 14px;
+ color: #fff;
+ }
+
+ .el-table th,
+ .el-table tr {
+ background-color: #083839;
+ height: 40px;
+ }
+
+ .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
+ background-color: #104446 !important
+ }
+
+ .el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
+ background-color: #01302a !important
+ }
+
+ .plTableBox {
+ width: 100%;
+ border: #fff solid 1px;
+ position: retive;
+ background-color: #01302a !important;
+ }
+
+ .plTableBox.el-table--small .el-table__cell {
+ padding: 0;
+ font-size: 14px;
+ color: #fff;
+ }
+
+ // .plTableBox .el-table,
+ // .plTableBox .el-table__expanded-cell {
+ // background-color: $themeColor !important;
+ // }
+ .plTableBox .el-table__header-wrapper {
+ background: #01302a !important;
+ }
+
+ .plTableBox .el-table tr {
+ background: #104446 !important;
+ //border: #fff solid 1px !important;
+ color: #fff !important
+ }
+
+ body .plTableBox .el-table th.gutter {
+ display: table-cell!important;
+ }
+
+ // 全局设置
+ body .plTableBox.el-table th.gutter {
+ display: table-cell !important;
+ }
+
+ // .plTableBox.el-table {
+ // th.gutter,
+ // colgroup.gutter {
+ // display: block !important;
+ // width: 6px !important
+ // }
+ // }
+ // ::-webkit-scrollbar {
+ // width: 6px
+ // }
+ .plTableBox .el-table__body-wrapper {
+ overflow: hidden;
+ position: relative;
+ background-color: #01302a !important;
+ }
+
+ .plTableBox .el-table--striped .el-table__body tr.el-table__row--striped td {
+ background-color: $themeColor !important;
+ //border: #fff solid 1px !important;
+ color: #fff !important;
+ }
+
+ .plTableBox.el-table--border .el-table__cell:first-child .cell {
+ padding-left: 0px;
+ color: aliceblue;
+ }
+
+ ::-webkit-scrollbar {
+ display: block;
+ }
+
+ .el-table__body tr.hover-row.current-row>td.el-table__cell,
+ .el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,
+ .el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,
+ .el-table__body tr.hover-row>td.el-table__cell {
+ background-color: #01302a !important
+ }
+
+ .el-table--border .el-table__cell:first-child .cell {
+ padding-left: 10px;
+ color: aliceblue;
+ }
+
+ .el-icon-arrow-right:before {
+ content: "\E6E0";
+ color: rgb(255, 255, 255);
+ }
+
+ .el-button--mini,
+ .el-button--mini.is-round {
+ padding: 7px 15px;
+ }
+
+ .el-button--mini {
+ border-radius: 3px;
+ font-size: 12px;
+ height: 28px !important;
+ }
+
+ .el-button--small {
+ border-radius: 3px;
+ font-size: 12px;
+ height: 36px !important;
+ }
+
+ .el-pagination__total {
+ margin-right: 10px;
+ font-weight: 400;
+ color: #fff;
+ }
+
+ .spanColor[data-v-10ef34c8] {
+ color: #fff !important;
+ }
+
+ .el-pagination__jump {
+ margin-left: 24px;
+ font-weight: 400;
+ color: #f3f4f6;
+ }
+
+ .el-pagination .el-select .el-input .el-input__inner {
+ padding-right: 25px;
+ border-radius: 3px;
+ color: #fff;
+ background: #047470;
+ border: 1px solid #4AB5A5;
+ }
+
+ .el-pagination.is-background .el-pager li:not(.disabled).active {
+ color: #fff !important;
+ background-color: #047470 !important;
+ }
+
+ .el-pagination.is-background .btn-next,
+ .el-pagination.is-background .btn-prev,
+ .el-pagination.is-background .el-pager li {
+ margin: 0 5px;
+ background-color: #034742d2;
+ color: #f4f6fb;
+ min-width: 30px;
+ border-radius: 2px;
+ }
+
+ .el-icon-arrow-left:before {
+ color: #acabab !important;
+ }
+
+ .el-pager li:hover {
+ color: #fff !important;
+ }
+
+ .el-pager li,
+ .el-pager li.btn-quicknext:hover,
+ .el-pager li.btn-quickprev:hover {
+ cursor: pointer;
+ color: #fff !important;
+ }
+
+ .el-table.el-table--enable-row-hover .el-table__body tr:hover>td {
+ background: $hoverf !important;
+ color: aliceblue;
+ //opacity: 0.5;
+ }
+
+ .el-table__body-wrapper::-webkit-scrollbar-track {
+ background-color: #e8eaeccb !important;
+ }
+
+ ::-webkit-scrollbar-track {
+ background-color: transparent;
+ }
+
+ // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
+ // background-color: $themeColor !important;
+ // color:#fff;
+ // }
+ .el-tabs--border-card>.el-tabs__content {
+ padding: 10px;
+ background: #013831;
+ }
+
+ .el-tabs__header {
+ padding: 0px;
+ position: relative;
+ margin: 0 0 10px !important;
+ }
+
+ .el-tabs--border-card {
+ background: #014e3499 !important;
+ // width: 100% !important;
+ // height: 36px !important;
+ }
+
+ .el-tabs__item.is-active {
+ color: #fff !important;
+ }
+
+ .el-tabs__active-bar {
+ background-color: #059f95 !important;
+ }
+
+ .el-tabs__item {
+ padding: 0 20px;
+ height: 40px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ line-height: 40px;
+ display: inline-block;
+ list-style: none;
+ border-radius: 20px;
+ font-size: 14px;
+ font-weight: 500;
+ color: #7fbab2 !important;
+ position: relative;
+ }
+
+ .el-tabs__item:hover {
+ color: #fff !important;
+ }
+
+ .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
+ color: #0ccfc5 !important;
+ background: linear-gradient(#013935, #09cdc3c3)!important;
+ border-color: #03f7fb;
+ border: 0.5px solid #03f7fb !important;
+ font-size: 16px;
+ font-weight: bold;
+ }
+
+ .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
+ color: #fcfefd !important;
+ background: linear-gradient(#2da39f, #005855);
+ border-color: #03f7fb;
+ border: 0.5px solid #03f7fb !important;
+ font-size: 16px;
+ font-weight: bold;
+ }
+
+ .el-tabs__nav-scroll {
+ overflow: hidden;
+ background: #014844 !important;
+ }
+
+ .el-loading-mask {
+ position: absolute;
+ z-index: 2000;
+ background-color: rgba(19, 61, 62, 0.71) !important;
+ margin: 0;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ -webkit-transition: opacity .3s;
+ transition: opacity .3s;
+ }
+
+ .el-tree {
+ position: relative;
+ cursor: default;
+ background: #047470;
+ color: #fff;
+ }
+
+ .el-tree .el-tree-node:focus>.el-tree-node__content {
+ background-color: #4ab5a526 !important;
+ color: #4AB5A5 !important;
+ }
+
+ .el-tree-node__content:hover,
+ .el-upload-list__item:hover {
+ background-color: #133a34eb !important;
+ color: #57dbc7 !important;
+ }
+
+ .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
+ background: #132320 !important;
+ color: #06f0d5 !important;
+ }
+
+ .el-tree-node__expand-icon {
+ cursor: pointer;
+ color: #4AB5A5;
+ font-size: 20px;
+ -webkit-transform: rotate(0);
+ transform: rotate(0);
+ -webkit-transition: -webkit-transform .3s ease-in-out;
+ transition: -webkit-transform .3s ease-in-out;
+ transition: transform .3s ease-in-out;
+ transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
+ }
+
+ .el-tree-node__expand-icon.expanded {
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg)
+ }
+
+ .el-tree-node__expand-icon.is-leaf {
+ color: transparent;
+ cursor: default
+ }
+
+ .el-tree-node__label {
+ font-size: 16px
+ }
+
+ .el-tree-node__loading-icon {
+ margin-right: 8px;
+ font-size: 20px;
+ color: #4AB5A5
+ }
+
+ .el-tree-node>.el-tree-node__children {
+ overflow: hidden;
+ color: rgb(252, 252, 252);
+ background-color: transparent
+ }
+
+ .el-tree-node.is-expanded>.el-tree-node__children {
+ display: block;
+ }
+
+ // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
+ // background-color:#f0f7ff
+ // }
+ .el-tree-node__label {
+ font-size: 16px;
+ }
+
+ ::-webkit-scrollbar-thumb {
+ background-color: #059f95 !important;
+ border-radius: 10px !important;
+ width: 12px !important;
+ cursor: pointer !important;
+ }
+
+ ::-webkit-scrollbar-track {
+ background-color: #8b8989;
+ border: #d2d0d0;
+ cursor: pointer !important;
+ width: 12px !important;
+ }
+
+ .el-tree {
+ width: 100%;
+ overflow: scroll;
+ }
+
+ .el-tree>.el-tree-node {
+ display: inline-block;
+ min-width: 100%;
+ }
+
+ // .el-dialog__body {
+ // padding: 30px 20px;
+ // /* color: #6e87ba; */
+ // font-size: 14px;
+ // word-break: break-all;
+ // background: #013b39ee !important;
+ // }
+ .el-dialog__body {
+ padding: 10px 10px !important;
+ /* color: #6e87ba; */
+ font-size: 14px;
+ word-break: break-all;
+ background: #013b39ee !important;
+ }
+
+ .el-dialog .el-dialog__header {
+ height: 55px;
+ padding: 0 10px !important;
+ line-height: 55px;
+ background: #034e4b !important;
+ }
+
+ .el-dialog .el-dialog__header .el-dialog__headerbtn {
+ top: 5px !important;
+ font-size: 24px;
+ }
+
+ .el-dialog .el-dialog__footer {
+ height: 40px !important;
+ padding: 0 10px !important;
+ line-height: 40px !important;
+ border-top: 1px solid #DCDFE6;
+ background: #013b39ee !important;
+ }
+
+ .el-dialog {
+ display: flex !important;
+ ;
+ flex-direction: column !important;
+ ;
+ margin: 0 !important;
+ position: absolute !important;
+ ;
+ top: 50% !important;
+ ;
+ left: 50% !important;
+ ;
+ transform: translate(-50%, -50%) !important;
+ ;
+ max-height: calc(100% - 30px) !important;
+ ;
+ max-width: calc(100% - 30px) !important;
+ ;
+ }
+
+ .el-dialog .el-dialog__body {
+ flex: 1 !important;
+ ;
+ overflow: auto !important;
+ ;
+ }
+
+ .el-collapse-item__header {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ height: 48px;
+ line-height: 48px;
+ background-color: #065252 !important;
+ color: #fff !important;
+ cursor: pointer;
+ border-bottom: 1px solid #EBEEF5;
+ font-size: 13px;
+ font-weight: 500;
+ -webkit-transition: border-bottom-color .3s;
+ transition: border-bottom-color .3s;
+ outline: 0;
+ }
+
+ .el-card {
+ overflow: hidden;
+ color: #fbfbfb;
+ background-color: #023932;
+ border: 1px solid #EBEEF5;
+ border-radius: 4px;
+ -webkit-transition: 0.3s;
+ transition: 0.3s;
+ }
+
+ //弹窗样式
+ // .el-dialog {
+ // background-color:rgba(5,24, 31,0.9) !important;
+ // margin-top: 14vh;
+ // margin: 14vh auto 0px !important;
+ // border: 1px solid #0b4340;
+ // position: relative;
+ // box-shadow: inset 0px 0px 6px #0a4744;
+ // &::before,&::after{
+ // content: "";
+ // display: inline-block;
+ // position: absolute;
+ // width: 5px;
+ // height: 5px;
+ // border: 1px solid #05e2e2;
+ // box-shadow: 0px 0px 8px #11fec7;
+ // background: rgba(18, 24, 26, 0.98);
+ // }
+ // &::before {
+ // left: -3px;
+ // top: -2px;
+ // }
+ // &::after {
+ // right: -3px;
+ // top: -2px;
+ // }
+ // .el-dialog__header {
+ // border-bottom: 1px dashed #40ffff59;
+ // /*no*/
+ // ;
+ // .el-dialog__title {
+ // color: #d4e0f0;
+ // font-weight: bold;
+ // }
+ // }
+ // .el-dialog__body {
+ // padding: 40px;
+ // &::before,&::after{
+ // content: "";
+ // display: inline-block;
+ // position: absolute;
+ // width: 5px;
+ // height: 5px;
+ // border: 1px solid #05e2e2;
+ // box-shadow: 0px 0px 8px #11fec7;
+ // background: rgba(18, 24, 26, 0.98);
+ // }
+ // &::before {
+ // left: -3px;
+ // bottom: -2px;
+ // }
+ // &::after {
+ // right: -3px;
+ // bottom: -2px;
+ // }
+ // label {
+ // color: #9acaf7;
+ // }
+ // }
+ // .el-tree__empty-text {
+ // color: #9acaf7;
+ // }
+ // .button-group {
+ // text-align: right;
+ // margin-top: 36px;
+ // }
+ // .el-table th {
+ // background-color: #111d40;
+ // color: #7788b9;
+ // padding: 0px 0px !important;
+ // }
+ // .el-table__empty-text {
+ // color: #7788b9;
+ // }
+ // .el-tree {
+ // border: 1px solid #9acaf7;
+ // /*no*/
+ // border-radius: 7px;
+ // }
+ // .el-dialog__wrapper {
+ // max-height: 98vh;
+ // }
+ // }
+ // .el-message--error{
+ // background-color: #571d0b;
+ // border-color: #dfa510;
+ // }
+ // .el-message--success{
+ // background-color: #09461f;
+ // border-color: #b9df10;
+ // }
+ // .el-message-box {
+ // background-color:rgba(10, 65, 63, 0.9) !important;
+ // position: relative;
+ // overflow:visible;
+ // padding:10px;
+ // padding-bottom:16px;
+ // border: 1px dashed #0b4340;
+ // box-shadow: inset 0 0 8px #174868;
+ // &::before,&::after{
+ // content: "";
+ // display: inline-block;
+ // position: absolute;
+ // width: 5px;
+ // height: 5px;
+ // border: 1px solid #05e2e2;
+ // box-shadow: 0px 0px 8px #11fec7;
+ // background: rgba(18, 24, 26, 0.98);
+ // }
+ // &::before {
+ // left: -3px;
+ // top: -2px;
+ // }
+ // &::after {
+ // right: -3px;
+ // top: -2px;
+ // }
+ // .el-message-box__btns{
+ // &::before,&::after{
+ // content: "";
+ // display: inline-block;
+ // position: absolute;
+ // width: 5px;
+ // height: 5px;
+ // border: 1px solid #05e2e2;
+ // box-shadow: 0px 0px 8px #11fec7;
+ // background: rgba(18, 24, 26, 0.98);
+ // }
+ // &::before {
+ // left: -3px;
+ // bottom: -2px;
+ // }
+ // &::after {
+ // right: -3px;
+ // bottom: -2px;
+ // }
+ // }
+ // .el-message-box__title,
+ // .el-message-box__message {
+ // color: #b2bece !important;
+ // }
+ // .el-message-box__header{
+ // // border-bottom: 1px solid #0b4340;
+ // }
+ // .el-message-box__title{
+ // font-size:14px;
+ // }
+ // }
+ .vxe-table {}
+
+ .vxe-table .cell {
+ text-align: center !important;
+ }
+
+ //vxe表格ui全局样式
+ .vxe-table--render-default .vxe-cell {
+ /* white-space: pre-line; */
+ white-space: nowrap !important;
+ /* word-break: break-all; */
+ height: 40px !important;
+ line-height: 40px !important;
+ /* align-items: center; */
+ // padding: 0px;
+ /* padding-right: 10px; */
+ }
+
+ .vxe-table--render-default .vxe-table--body-wrapper,
+ .vxe-table--render-default .vxe-table--footer-wrapper {
+ background-color: #01302a;
+ }
+
+ .vxe-table--render-default.size--mini .vxe-body--column:not(.col--ellipsis),
+ .vxe-table--render-default.size--mini .vxe-footer--column:not(.col--ellipsis),
+ .vxe-table--render-default.size--mini .vxe-header--column:not(.col--ellipsis) {
+ padding: 2px 0 !important;
+ font-size: 14px;
+ }
+
+ .vxe-body--row.row--hover {
+ background-color: $themeColor !important;
+ color: #FFF;
+ }
+
+
+ /*表格滚动条样式*/
+
+ .vxe-table--body-wrapper::-webkit-scrollbar {
+ width: 8px;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
+ border-radius: 5px;
+ height: 8px;
+ background-color: #059f95 !important;
+ border-radius: 30px !important;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-track {
+ box-shadow: inset 0 0 5px rgb(174, 173, 173);
+ border-radius: 2px;
+ background: rgb(235, 233, 233);
+ }
+
+ .vxe-body--row.row--current {
+ background-color: rgb(2, 132, 123) !important;
+ color: #fff !important;
+ }
+
+ // 斑马纹样式
+ .vxe-body--row.row--stripe {
+ background-color: #104446 !important;
+ color: #fff;
+ }
+
+ .vxe-body--row {
+ background-color: #083839 !important;
+ color: #fff;
+ font-weight: 400 !important;
+ font-size: 14px !important;
+ }
+
+ .vxe-button.type--button {
+ //font-family: inherit !important;
+ // height:34px !important;
+ //line-height: 25px !important;
+ /* margin: 0 0 0 0; */
+ margin-top: -1% !important;
+ // height: 25px !important;
+ // border: 1px solid #dcdfe6 ;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
+ background: #1cb6b6 !important;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-track {
+ -webkit-box-shadow: inset 0 0 5px #aeadad;
+ box-shadow: inset 0 0 5px #aeadad;
+ border-radius: 2px;
+ background: #ebe9e9 !important;
+ }
+
+ .vxe-button.type--button.theme--primary:not(.is--disabled):hover {
+ border-color: rgb(13, 115, 103) !important;
+ background-color: rgb(13, 115, 103) !important;
+ }
+
+ .vxe-icon-checkbox-indeterminate:before {
+ content: "\E8C4";
+ color: #fff !important;
+ font-size: 12px;
+ // border: 1px solid #f3f6f7 !important;
+ }
+
+ .vxe-checkbox .vxe-checkbox--icon,
+ .vxe-custom--option .vxe-checkbox--icon,
+ .vxe-export--panel-column-option .vxe-checkbox--icon,
+ .vxe-table--filter-option .vxe-checkbox--icon,
+ .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon {
+ font-size: 14px;
+ //color: #256d8f !important;
+ background: #045e5e !important;
+ vertical-align: middle;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ }
+
+ .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon {
+ color: #0f9a87;
+ border-radius: 2px;
+ }
+
+ .vxe-icon-checkbox-checked {
+ color: #076057 !important;
+ }
+
+ // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
+ // background-color: $themeColor !important;
+ // color:#fff;
+ // }
+ // .ele-tree-menu {
+ // width: 100%;
+ // background: rgba(204, 200, 200, 0.164);
+ // color: #424141 !important;
+ // }
+ // .el-tree .el-tree-node:focus > .el-tree-node__content {
+ // background: $themeColor !important;
+ // color:#fff;
+ // font-size:16px;
+ // }
+ // .el-tree .el-tree-node__content:hover {
+ // background-color: $themeColor !important;;
+ // color: #fff;
+ // }
+ .el-header,
+ .el-main {
+ padding: 0;
+ }
+
+ .el-breadcrumb__inner,
+ .el-breadcrumb__inner a {
+ font-weight: 400 !important;
+ }
+
+ .el-upload {
+ input[type="file"] {
+ display: none !important;
+ }
+ }
+
+ .el-upload__input {
+ display: none;
+ }
+
+ // to fixed https://github.com/ElemeFE/element/issues/2461
+ .el-dialog {
+ position: relative;
+ left: 0;
+ margin: 0 auto;
+ transform: none;
+ .el-dialog__body {
+ max-height: 80vh;
+ padding: 20px;
+ overflow-y: auto;
+ }
+ .el-dialog__header {
+ height: 36px;
+ padding: 0 20px;
+ line-height: 36px;
+ background: $themeColor;
+ .el-dialog__title {
+ font-size: 16px;
+ font-weight: bold;
+ color: #FFF;
+ }
+ .el-dialog__headerbtn {
+ top: 6px;
+ font-size: 24px;
+ i {
+ color: #fff;
+ }
+ }
+ }
+ .el-dialog__footer {
+ height: 36px;
+ padding: 0 20px;
+ line-height: 36px;
+ border-top: 1px solid #DCDFE6;
+ }
+ }
+
+ .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
+ background-color: #198888;
+ border-color: #1cb4b6;
+ }
+
+ .el-checkbox__input.is-disabled .el-checkbox__inner {
+ background-color: #2b8e7f;
+ border-color: #1cb6a9;
+ cursor: not-allowed;
+ }
+
+ .el-checkbox__label {
+ color: #d5e5ef !important;
+ }
+
+ .el-textarea__inner {
+ display: block;
+ width: 100%;
+ padding: 5px 15px;
+ font-size: inherit;
+ line-height: 1.5;
+ color: #f8f8f9;
+ background-color: #046f73;
+ background-image: none;
+ border: 1px solid #12b59d;
+ border-radius: 4px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
+ transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
+ resize: vertical;
+ }
+
+ // .PAGE-SIZE-small .el-dialog {
+ // .el-dialog__header {
+ // height: 42px;
+ // line-height: 42px;
+ // .el-dialog__headerbtn {
+ // top: 7px;
+ // }
+ // }
+ // .el-dialog__footer {
+ // height: 42px;
+ // line-height: 42px;
+ // }
+ // }
+ // .PAGE-SIZE-medium .el-dialog {
+ // .el-dialog__header {
+ // height: 50px;
+ // line-height: 50px;
+ // .el-dialog__headerbtn {
+ // top: 11px;
+ // }
+ // }
+ // .el-dialog__footer {
+ // height: 49px;
+ // line-height: 49px;
+ // }
+ // }
+ // // refine element ui upload
+ // .upload-container {
+ // .el-upload {
+ // width: 100%;
+ // .el-upload-dragger {
+ // width: 100%;
+ // height: 200px;
+ // }
+ // }
+ // }
+ .el-card__body {
+ padding: 10px;
+ margin-bottom: 10px;
+ }
+
+ // // dropdown
+ // .el-dropdown-menu {
+ // a {
+ // display: block;
+ // }
+ // }
+ // //阻止右边出现padding
+ // .el-popup-parent--hidden {
+ // padding-right: 0 !important;
+ // overflow: hidden;
+ // }
+ // //防止tab被遮住
+ // ::-webkit-scrollbar {
+ // width: 5px;
+ // height: 14px;
+ // }
+ // // to fix el-date-picker css style
+ // .el-range-separator {
+ // box-sizing: content-box;
+ // }
+ // .el-drawer__header {
+ // & > span,
+ // & > button {
+ // outline: none !important;
+ // }
+ // }
+ // .el-transfer-panel__list.is-filterable {
+ // height: 79vh;
+ // padding-top: 0;
+ // }
+ // // el-table
+ // .el-table {
+ // border-right: 1px solid #EBEEF5;
+ // // 无边框模式下增加外边框
+ // border-left: 1px solid #EBEEF5;
+ // // 表头样式
+ // thead {
+ // color: #333;
+ // }
+ // .el-table__header {
+ // tr,th {
+ // background: #E5E7F2;
+ // }
+ // // td {
+ // // background-color: #dbf6f6 !important;
+ // // }
+ // }
+ // // 斑马纹样式
+ // &.el-table--striped .el-table__body tr.el-table__row--striped td {
+ // background-color: #79aeac !important;
+ // }
+ // // hover样式
+ // &.el-table--enable-row-hover .el-table__body tr:hover > td {
+ // background-color: #dbf6f6 !important;
+ // }
+ // // 选中列样式
+ // &.el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
+ // .el-table__body tr.current-row > td {
+ // background: $themeColor-8 !important;
+ // }
+ // // mini版大小样式调整
+ // &.el-table--mini {
+ // th {
+ // padding: 4px 0;
+ // .caret-wrapper {
+ // height: 24px;
+ // .sort-caret.ascending {
+ // top: 0;
+ // }
+ // .sort-caret.descending {
+ // bottom: 2px;
+ // }
+ // }
+ // }
+ // td {
+ // padding: 2px 0;
+ // }
+ // }
+ // &.el-table--mini,
+ // &.el-table--small,
+ // &.el-table__expand-icon {
+ // font-size: 14px;
+ // }
+ // // small版大小样式调整
+ // &.el-table--small {
+ // th {
+ // padding: 6px 0;
+ // }
+ // td {
+ // padding: 4px 0;
+ // }
+ // }
+ // // medium版大小样式
+ // &.el-table--medium {
+ // th {
+ // padding: 8px 0;
+ // }
+ // td {
+ // padding: 6px 0;
+ // }
+ // }
+ // }
+ // // el-tree-select
+ // .el-tree-select-popper {
+ // [aria-disabled=true] > .el-tree-node__content {
+ // color: #ccc !important;
+ // }
+ // }
+ // // el-select
+ // // 增加loading样式
+ // .el-select.el-select-loading .el-icon-arrow-up {
+ // animation: rotating 2s linear infinite;
+ // &::before {
+ // content: "\e6cf";
+ // }
+ // }
+ // .el-form-item--small.el-form-item {
+ // margin-bottom: 10px;
+ // }
+ // // el-step
+ // .el-step__head.is-success {
+ // color: $themeColor;
+ // border-color: $themeColor;
+ // }
+ // .el-step__title.is-success {
+ // color: $themeColor !important;
+ // }
+ // .is-success .el-step__line {
+ // background-color: $themeColor !important;
+ // }
+ // .el-pagination.is-background .el-pager li.active:not(.disabled):hover {
+ // color: #fff !important;
+ // }
+ // .readonly {
+ // &.el-input-number .el-input.is-disabled .el-input__inner {
+ // color: #606266;
+ // background: #fff;
+ // }
+ // }
+ // .el-table.el-table--enable-row-hover .el-table__body tr:hover > td {
+ // background: $themeColor !important;
+ // color: aliceblue;
+ // //opacity: 0.5;
+ // }
+ // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
+ // background-color: $themeColor !important;
+ // color:#fff;
+ // }
+ // .ele-tree-menu {
+ // width: 100%;
+ // background: rgba(204, 200, 200, 0.164);
+ // color: #424141 !important;
+ // }
+ // .el-tree .el-tree-node:focus > .el-tree-node__content {
+ // background: $themeColor !important;
+ // color:#fff
+ // }
+ // .el-tree .el-tree-node__content:hover {
+ // background-color: $themeColor !important;;
+ // color: #fff;
+ // }
+ // .menu-tree {
+ // background: rgba(238, 240, 241, 0.192);
+ // padding: 0px;
+ // margin-right: 0px;
+ // border-radius: 5px;
+ // box-shadow: 0px 0px 0px 0px #cad1d4;
+ // }
+ // // .el-form-item__label {
+ // // font-size: 14px;
+ // // color: $themeColor;
+ // // }
+ // .el-checkbox__label {
+ // display: inline-block;
+ // padding-left: 10px;
+ // line-height: 19px;
+ // font-size: 14px;
+ // color:$themeColor !important
+ // }
+ // .table_header {
+ // background-color: $themeColor !important;
+ // color: #fff !important;
+ // height: 40px;
+ // }
+ // .el-table__body-wrapper::-webkit-scrollbar {
+ // width: 8px; /*滚动条宽度*/
+ // height: 12px; /*滚动条高度*/
+ // }
+ // .el-table__body-wrapper::-webkit-scrollbar-track {
+ // border-radius: 0px; /*滚动条的背景区域的圆角*/
+ // background-color: $themeColor; /*滚动条的背景颜色*/
+ // opacity: 0.5;
+ // cursor: pointer !important;
+ // }
+ // .el-table__body-wrapper::-webkit-scrollbar-corner {
+ // background-color: $themeColor;
+ // opacity: 0.8;
+ // cursor: pointer;
+ // }
+ // .el-table__body-wrapper::-webkit-scrollbar-thumb {
+ // border-radius: 4px; /*滚动条的圆角*/
+ // background-color: $themeColor; /*滚动条的背景颜色*/
+ // opacity: 0.8;
+ // }
+ // //elememtui的样式修改
+ // ::v-deep .el-table__body-wrapper::-webkit-scrollbar-track {
+ // background-color: #b7c1c169;
+ // }
+ // ::v-deep.el-table.el-table--enable-row-hover .el-table__body tr:hover > td {
+ // background: $themeColor;
+ // color: aliceblue;
+ // cursor: pointer;
+ // }
+ // .el-tree-node__expand-icon {
+ // font-size: 25px;
+ // color: rgb(169, 170, 172);
+ // }
+ // .vxe-table--render-default .vxe-cell {
+ // /* white-space: pre-line; */
+ // white-space: nowrap !important;
+ // /* word-break: break-all; */
+ // height: 25px !important;
+ // //line-height: 25px !important;
+ // /* align-items: center; */
+ // /* padding-left: 10px; */
+ // /* padding-right: 10px; */
+ // }
+ // .vxe-body--row.row--hover{
+ // background-color: $themeColor !important;
+ // color: #FFF;
+ // }
+ // /*表格滚动条样式*/
+ // .vxe-table--body-wrapper::-webkit-scrollbar{
+ // width: 8px;
+ // }
+ // .vxe-table--body-wrapper::-webkit-scrollbar-thumb{
+ // border-radius: 5px;
+ // height: 8px;
+ // background-color: $themeColor !important;
+ // border-radius: 30px !important;
+ // }
+ // .vxe-table--body-wrapper::-webkit-scrollbar-track{
+ // box-shadow: inset 0 0 5px rgb(174, 173, 173);
+ // border-radius: 2px;
+ // background: rgb(177, 175, 175);
+ // }
+ // .vxe-body--row.row--current{
+ // background-color:rgb(2, 132, 123) !important;
+ // color: #fff !important;
+ // }
+ // // 斑马纹样式
+ // .vxe-body--row.row--stripe {
+ // background-color: #79aeac !important;
+ // }
+ // .vxe-body--row{
+ // background-color: #dbf6f6 !important;
+ // font-weight: 400 !important;
+ // font-size: 14px !important;
+ // }
+ // .vxe-button.type--button {
+ // //font-family: inherit !important;
+ // // height:34px !important;
+ // //line-height: 25px !important;
+ // /* margin: 0 0 0 0; */
+ // margin-top: -1% !important;
+ // // height: 25px !important;
+ // // border: 1px solid #dcdfe6 ;
+ // }
+ // .vxe-button.type--button.theme--primary:not(.is--disabled):hover{
+ // border-color: rgb(13, 115, 103) !important;
+ // background-color: rgb(13, 115, 103) !important;
+ // }
+ // .el-table td {
+ // background-color: #dbf6f6 !important;
+ // }
+ // // .el-tree-node__expand-icon:hover {
+ // // font-size: 25px;
+ // // color: green;
+ // // }
+ .wr {
+ margin-left: 0%;
+ font-weight: bold;
+ font-size: 14px;
+ }
+
+ .zd {
+ background: #CC0000;
+ color: #fff;
+ }
+
+ .zzd {
+ background: #ff9900;
+ color: #fff;
+ }
+
+ .qd {
+ background: #FFCC33;
+ color: #fff;
+ }
+
+ .qw {
+ background: #3399ff;
+ color: #fff;
+ }
+
+ .wd {
+ background: #339966;
+ color: #fff;
+ }
+
+ .ws {
+ background: #999999;
+ color: #fff;
+ }
+
+ .xshou {
+ cursor: pointer;
+ }
+
+ .right-top {
+ color: rgb(7, 131, 161);
+ border: 1.5px solid rgb(7, 131, 161);
+ border-style: solid hidden hidden hidden;
+ }
+
+ .xdf {
+ margin-left: 2%;
+ font-size: 12px;
+ font-weight: bold;
+ line-height: 0.6rem;
+ color: #000;
+ }
+
+ .l1 {
+ color: #fff;
+ background: #999;
+ }
+
+ .l2 {
+ color: #fff;
+ background: #339966;
+ }
+
+ .l3 {
+ color: #fff;
+ background: #39F;
+ }
+
+ .l4 {
+ color: #fff;
+ background: #F90;
+ }
+
+ .l5 {
+ color: #fff;
+ background: #FFCC33;
+ }
+
+ .l6 {
+ color: #fff;
+ background: #CC0000;
+ }
+
+ .jkl {
+ height: 0.3%;
+ margin-top: 1%;
+ cursor: pointer;
+ }
+
+ .cvb {
+ height: 20vh;
+ overflow-x: hidden;
+ overflow-y: auto;
+ }
+
+ .ll {
+ font-weight: bold;
+ color: #000;
+ }
+
+ .d1 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #999;
+ }
+
+ .d2 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #393;
+ }
+
+ .asd {
+ float: right;
+ font-size: 14px;
+ font-weight: bold;
+ line-height: 15px;
+ color: #FFF;
+ }
+
+ .d3 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #39F;
+ }
+
+ .d4 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #F90;
+ }
+
+ .d5 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #FC0;
+ }
+
+ .d6 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #F30;
+ }
+
+ .qwe {
+ margin-top: 5px;
+ }
+
+ .fgh {
+ height: 5vh;
+ }
+
+ .lf {
+ float: left;
+ }
+
+ .spanfont {
+ font-weight: bold;
+ color: #fff;
+ }
+
+ .el-picker-panel [slot=sidebar]+.el-picker-panel__body,
+ .el-picker-panel__sidebar+.el-picker-panel__body {
+ margin-left: 110px;
+ color: #fff;
+ background: #047470;
+ }
+
+ .el-date-picker__header {
+ margin: 12px;
+ text-align: center;
+ color: #fff !important;
+ background: #047470;
+ }
+
+ .el-date-picker__header-label {
+ font-size: 16px;
+ font-weight: 500;
+ padding: 0 5px;
+ line-height: 22px;
+ text-align: center;
+ cursor: pointer;
+ color: #fefefe;
+ }
+
+ .el-date-table td.disabled div {
+ background-color: #045152b4;
+ opacity: 1;
+ cursor: not-allowed;
+ color: #C0C4CC;
+ }
+
+ .el-popper[x-placement^=bottom],
+ .el-tooltip__popper[x-placement^=bottom] {
+ margin-top: 12px;
+ background: #047470;
+ }
+
+ .el-month-table td.current:not(.disabled) .cell {
+ color: #07bebb !important;
+ }
+
+ .el-month-table td .cell {
+ width: 60px;
+ height: 36px;
+ display: block;
+ line-height: 36px;
+ color: #ffffff;
+ margin: 0 auto;
+ border-radius: 18px;
+ }
+
+ .el-month-table td .cell:hover {
+ width: 60px;
+ height: 36px;
+ display: block;
+ line-height: 36px;
+ color: #07bebb !important;
+ margin: 0 auto;
+ border-radius: 18px;
+ }
+
+ .fontColor {
+ color: #fff !important;
+ }
+
+ .viewback {
+ background: #01302a !important;
+ }
+
+ .viewsback {
+ background: #0c443c !important;
+ }
}
\ No newline at end of file
diff --git a/src/styles/element-uithree.scss b/src/styles/element-uithree.scss
index 6dea4f1..6712ddd 100644
--- a/src/styles/element-uithree.scss
+++ b/src/styles/element-uithree.scss
@@ -1,1465 +1,1465 @@
-.element-uithree{
- // cover some element-ui styles
- .tableScopeSwitch .el-switch__label {
- position: absolute;
- display: none;
- color: #333 !important;
- }
-
-
- /* 打开时文字位置设置 */
-
- .tableScopeSwitch .el-switch__label--right {
- z-index: 1;
-
- /* 不同场景下可能不同,自行调整 */
- }
-
-
- /* 关闭时文字位置设置 */
-
- .tableScopeSwitch .el-switch__label--left {
- left: 20px;
-
- /* 不同场景下可能不同,自行调整 */
- z-index: 1;
- }
-
-
- /* 显示文字 */
-
- .tableScopeSwitch .el-switch__label.is-active {
- display: block;
- }
-
- .tableScopeSwitch.el-switch .el-switch__core,
- .el-switch .el-switch__label {
- width: 60px !important;
-
- /* 开关按钮的宽度大小 */
- }
-
- body {
- padding: 0 !important;
- }
-
- .spanColor {
- color: #333 !important;
- }
-
- .layout4 .needTagsView .app-header-in {
- height: 33px !important;
- overflow: hidden !important;
- background: #01222c !important;
- border-bottom: 0.5px solid #1d1d1e;
- }
-
- .tags-view-container {
- background: #ededed !important;
- }
-
- .tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64]:first-of-type {
- margin-left: 10px !important;
- }
-
- .el-scrollbar__bar.is-horizontal {
- top: 30px !important;
- left: 1px !important;
- height: 0 !important;
- }
-
- .layout4 .app-container .app-container-in .app-main .app-main-in {
- position: relative;
- height: 0%;
- background: #ededed;
- }
-
- .el-button {
- height: 36px;
- border-radius: 3px;
- // min-width: 80px;
- }
-
- // .el-button--primary {
- // color: #18b1a7;
- // background-color: #ffffff !important;
- // border-color: #61c9c3 !important;
- // }
- .el-button--primary {
- color: #fff;
- background-color: #4AB5A5 !important;
- border-color: #4AB5A5 !important;
- }
-
- .el-button--primary:hover {
- color: #fefefe;
- background-color: #29b7ae !important;
- border-color: #32bab1 !important;
- }
-
- .el-button--primary:focus {
- color: #fefefe;
- //cursor: wait;
- background-color: #29b7ae !important;
- border-color: #32bab1 !important;
- }
-
- .el-button--primary.is-disabled,
- .el-button--primary.is-disabled:active,
- .el-button--primary.is-disabled:focus,
- .el-button--primary.is-disabled:hover {
- color: #838585 !important;
- background-color: #e7e8e8 !important;
- }
-
- .tags-view-container .tags-view-wrapper .tags-view-item.active {
- font-size: 14px;
- font-weight: bold;
- background-color: #1294b5;
- border-color: #1294b5;
- }
-
- //input控件样式
- .el-input--small .el-input__inner {
- // height: 36px;
- // line-height: 36px;
- color: #222;
- border-color: #32bab1;
- }
-
- .el-input.is-disabled .el-input__inner {
- color: #222;
- cursor: not-allowed;
- border-color: #32bab1;
- }
-
- //input控件聚焦样式
- .el-select .el-input.is-focus .el-input__inner {
- border-color: #32bab1;
- }
-
- .el-select {
- width: 100%;
- .el-select__tags {
- overflow: hidden;
- white-space: nowrap;
- flex-wrap: nowrap;
- .el-select__tags-text {
- display: inline-block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- }
-
- .el-select-dropdown__empty {
- padding: 10px 0;
- margin: 0;
- font-size: 14px;
- color: #222;
- text-align: center;
- }
-
- .el-scrollbar__bar.is-vertical {
- top: 2px;
- width: 8px;
- background: white;
- background-color: #ececec;
- }
-
- .el-scrollbar__thumb {
- position: relative;
- display: block;
- width: 0;
- height: 0;
- cursor: pointer;
- background: $themeColor !important;
- border-radius: inherit;
- -webkit-transition: 0.3s background-color;
- transition: 0.3s background-color;
- }
-
- // .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
- // color: #222 !important;
- // text-overflow: ellipsis;
- // }
- // .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
- // color: #333 !important;
- // background-color: #fff !important;
- // }
- // .el-select-dropdown__list {
- // padding: 6px 0;
- // margin: 0;
- // color: #5a5a5b !important;
- // list-style: none;
- // -webkit-box-sizing: border-box;
- // box-sizing: border-box;
- // }
- // .el-select-dropdown__item {
- // position: relative;
- // height: 34px;
- // padding: 0 20px;
- // overflow: hidden;
- // font-size: 14px;
- // line-height: 34px;
- // color: #222;
- // text-overflow: ellipsis;
- // white-space: nowrap;
- // cursor: pointer;
- // -webkit-box-sizing: border-box;
- // box-sizing: border-box;
- // }
- //选中下拉之后select中文字溢出问题
- // .tags_select_input .el-select__tags {
- // // height: 40px;
- // white-space: nowrap !important;
- // overflow: hidden !important;
- // flex-wrap: nowrap !important;
- // }
- // .tags_select_input .el-select__tags-text {
- // display: inline-block !important;
- // max-width: 300px !important;
- // white-space: nowrap !important;
- // overflow: hidden !important;
- // text-overflow: ellipsis !important;
- // }
- // .el-select__tags-text {
- // display: inline-block;
- // max-width: 190px;
- // @media (max-width: 1400px) {
- // max-width: 42px;
- // }
- // overflow: hidden;
- // text-overflow:ellipsis;
- // white-space: nowrap;
- // }
- // .el-select .el-tag__close.el-icon-close {
- // top: -7px;
- // right: -4px;
- // }
- //.el-form-inline demo-form-inline
- .demo-form-inline {
- height: 46px;
- overflow-y: auto;
- }
-
- .el-form-item--small .el-form-item__content,
- .el-form-item--small .el-form-item__label {
- line-height: 36px;
- //color: $themeColor !important;
- }
-
- .el-input__inner {
- max-width: 100% !important;
- overflow: hidden !important;
- text-overflow: ellipsis !important;
- word-break: normal !important;
- white-space: nowrap !important;
- }
-
- .el-textarea__inner {
- display: block;
- width: 100%;
- padding: 5px 15px;
- font-size: inherit;
- line-height: 1.5;
- color: #333;
- background-color: #eaeced;
- background-image: none;
- border: 1px solid #32bab1;
- border-radius: 4px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
- transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
- resize: vertical;
- }
-
- .el-radio {
- margin-right: 30px;
- font-weight: 500;
- line-height: 1;
- color: #fbfcff;
- white-space: nowrap;
- cursor: pointer;
- outline: 0;
- }
-
- .el-radio__input.is-checked + .el-radio__label {
- color: #32bab1 !important;
- }
-
- .svg-icon {
- color: #fff;
- }
-
- // .el-select-dropdown__item.hover {
- // position: relative;
- // height: 34px;
- // padding: 0 20px;
- // overflow: hidden;
- // font-size: 14px;
- // line-height: 34px;
- // color: #fff;
- // text-overflow: ellipsis;
- // white-space: nowrap;
- // cursor: pointer;
- // background:$themeColor !important;
- // -webkit-box-sizing: border-box;
- // box-sizing: border-box;
- // }
- // .el-select-dropdown__item.selected {
- // color:#fff !important;
- // background: $themeColor !important;
- // }
- // .el-select-dropdown.is-multiple .el-select-dropdown__item {
- // padding-right: 40px;
- // }
- // .el-select-dropdown.is-multiple .el-select-dropdown__item.hover {
- // padding-right: 40px;
- // //color: #fff !important;
- // // color: $themeColor !important;
- // }
- // .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
- // //color:$themeColor !important;
- // }
- .el-range-editor.is-disabled {
- // top: -2px;
- // height: 36px;
- color: #9c9c9c;
- cursor: not-allowed;
- border-color: #32bab1;
- }
-
- .el-range-editor.is-disabled .el-range-separator {
- margin-top: -4px;
- margin-right: 5px;
- margin-left: -3px;
- color: #C0C4CC;
- }
-
- .el-range-editor--small .el-range-separator {
- width: 14px !important;
- font-size: 13px;
- line-height: 24px;
- }
-
- .el-date-editor .el-range-separator {
- display: inline-block;
- width: 5%;
- height: 100%;
- //padding: 0px 0px;
- margin: 0;
- margin-top: -4px;
- margin-right: 5px;
- margin-left: -3px;
- font-size: 14px;
- line-height: 32px;
- color: #222;
- text-align: center;
- }
-
- .el-date-editor .el-range__close-icon {
- display: inline-block;
- float: right;
- width: 1px;
- font-size: 14px;
- line-height: 32px;
- color: #222;
- }
-
- .el-range-editor.is-disabled input {
- color: #555;
- cursor: not-allowed;
- }
-
- .el-date-editor .el-range-input {
- display: inline-block;
- width: 39%;
- height: 100%;
- padding: 0;
- margin: 0;
- font-size: 14px;
- color: #222;
- text-align: center;
- border: none;
- outline: 0;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- }
-
- .el-picker-panel__sidebar {
- position: absolute;
- top: 0;
- bottom: 0;
- width: 110px;
- padding-top: 6px;
- overflow: auto;
- color: #222 !important;
- border-right: 1px solid #32bab1;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .el-date-range-picker__content.is-left {
- color: #333;
- }
-
- .el-date-range-picker__content.is-right {
- color: #333;
- }
-
- .el-picker-panel__shortcut {
- display: block;
- width: 100%;
- padding-left: 12px;
- font-size: 14px;
- line-height: 28px;
- color: #333;
- text-align: left;
- cursor: pointer;
- background-color: transparent;
- border: 0;
- outline: 0;
- }
-
- .el-picker-panel__shortcut:hover {}
-
- .el-date-table th {
- padding: 5px;
- font-weight: 400;
- color: #f5f6f8;
- border-bottom: solid 1px #EBEEF5;
- }
-
- .el-picker-panel__icon-btn {
- margin-top: 8px;
- font-size: 12px;
- color: #3e3f3f;
- cursor: pointer;
- background: 0 0;
- border: 0;
- outline: 0;
- }
-
- .el-picker-panel__icon-btn:hover {
- margin-top: 8px;
- font-size: 12px;
- color: #29b7ae !important;
- cursor: pointer;
- background: 0 0;
- border: 0;
- outline: 0;
- }
-
- .el-date-table td.in-range div,
- .el-date-table td.in-range div:hover,
- .el-date-table.is-week-mode .el-date-table__row.current div,
- .el-date-table.is-week-mode .el-date-table__row:hover div {
- background-color: #fff;
- }
-
- .el-icon-d-arrow-right::before {
- color: #898a8a !important;
- }
-
- .el-range-editor--small.el-input__inner {
- // top: -2px;
- // height: 36px;
- color: #222;
- // background: #29b7ae !important;
- }
-
- .el-form-item--mini.el-form-item,
- .el-form-item--small.el-form-item {
- margin-bottom: 10px !important;
- }
-
- //测试
- .el-form--inline .el-form-item {
- display: inline-block;
- margin-right: 2px;
- vertical-align: top;
- }
-
- .el-form-item--mini.el-form-item,
- .el-form-item--small.el-form-item {
- height: 36px !important;
- padding: 0 !important;
- margin-bottom: 10px !important;
- }
-
- .el-form--inline .el-form-item__label {
- display: inline-block;
- float: none;
- // color: $themeColor !important;
- }
-
- .el-form-item__label {
- font-family: '微软雅黑';
- font-size: 14px;
- //color: $themeColor !important;
- }
-
- .el-checkbox__input.is-checked .el-checkbox__inner,
- .el-checkbox__input.is-indeterminate .el-checkbox__inner {
- width: 16px;
- height: 16px;
- border-color: #32bab1;
- }
-
- .el-checkbox__inner {
- position: relative;
- z-index: 1;
- display: inline-block;
- background-color: #FFF;
- border: 1px solid #32bab1;
- border-radius: 2px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
- transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
- }
-
- .el-checkbox__input.is-checked .el-checkbox__inner,
- .el-checkbox__input.is-indeterminate .el-checkbox__inner {
- border-color: #fcfcfc !important;
- }
-
- .el-table {
- background: #e9e7e7;
- }
-
- .el-table__body,
- .el-table__footer,
- .el-table__header {
- height: 40px;
- font-size: 16px;
- border-collapse: separate;
- table-layout: fixed;
- }
-
- .table_header {
- height: 40px;
- font-size: 16px;
- font-weight: bold;
- color: #fff !important;
- background-color: #4ab5a5 !important;
- }
-
- .el-table--border,
- .el-table--group {}
-
- .el-table--small .el-table__cell {
- padding: 0;
- font-size: 14px;
- color: #333;
- }
-
- .el-table th,
- .el-table tr {
- height: 40px;
- background-color: #fff;
- }
-
- .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
- background-color: #f4f4f4 !important;
- }
-
- .el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
- color: #fff;
- background-color: $themeColor !important;
- }
-
- .el-table__body tr.hover-row.current-row > td.el-table__cell,
- .el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell,
- .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell,
- .el-table__body tr.hover-row > td.el-table__cell {
- color: #fff;
- background-color: $themeColor !important;
- }
-
- .el-table--border .el-table__cell:first-child .cell {
- padding-left: 10px;
- }
-
- .el-icon-arrow-right::before {
- color: rgb(255, 255, 255);
- content: "\E6E0";
- }
-
- .el-button--mini,
- .el-button--mini.is-round {
- padding: 7px 15px;
- }
-
- .el-button--mini {
- height: 28px !important;
- font-size: 12px;
- border-radius: 3px;
- }
-
- .el-button--small {
- height: 36px !important;
- font-size: 12px;
- border-radius: 3px;
- }
-
- .el-pagination__total {
- margin-right: 10px;
- font-weight: 400;
- color: #333;
- }
-
- .spanColor[data-v-10ef34c8] {
- color: #333 !important;
- }
-
- .el-pagination__jump {
- margin-left: 24px;
- font-weight: 400;
- color: #333;
- }
-
- .el-pagination .el-select .el-input .el-input__inner {
- padding-right: 25px;
- color: #333;
- border: 1px solid #32bab1;
- border-radius: 3px;
- }
-
- .el-pagination.is-background .el-pager li:not(.disabled).active {
- color: #fff !important;
- }
-
- .el-pagination.is-background .btn-next,
- .el-pagination.is-background .btn-prev,
- .el-pagination.is-background .el-pager li {
- min-width: 30px;
- margin: 0 5px;
- color: #f4f6fb;
- border-radius: 2px;
- }
-
- .el-icon-arrow-left::before {
- color: #828080 !important;
- }
-
- .el-pager li:hover {
- color: #333 !important;
- }
-
- .el-pager li,
- .el-pager li.btn-quicknext:hover,
- .el-pager li.btn-quickprev:hover {
- color: #333 !important;
- cursor: pointer;
- }
-
- .spanColor {
- color: #333 !important;
- }
-
- .el-table.el-table--enable-row-hover .el-table__body tr:hover > td {
- color: aliceblue;
- background: $themeColor !important;
- }
-
- .el-table__body-wrapper::-webkit-scrollbar-track {
- background-color: #e8eaeccb !important;
- }
-
- ::-webkit-scrollbar-track {
- background-color: transparent;
- }
-
- .el-tabs--border-card > .el-tabs__content {
- padding: 10px !important;
- background: #fff !important;
- }
-
- .el-tabs__header {
- position: relative;
- padding: 0;
- margin: 0 0 10px !important;
- }
-
- .el-tabs--border-card {
- background: #e0e1e1b6 !important;
- }
-
- .el-tabs__item.is-active {
- color: #4AB5A5 !important;
- }
-
- .el-tabs__active-bar {
- background-color: $themeColor !important;
- }
-
- .el-tabs__item {
- position: relative;
- display: inline-block;
- height: 40px;
- padding: 0 20px;
- font-size: 14px;
- font-weight: 500;
- line-height: 40px;
- color: #313030 !important;
- list-style: none;
- border-radius: 20px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
- font-size: 16px;
- font-weight: bold;
- color: #04756d !important;
- background: linear-gradient(#b4e2df, #d8eceb) !important;
- border: 0.5px solid #42bfb7 !important;
- border-color: #42bfb7;
- }
-
- .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
- font-size: 16px;
- font-weight: bold;
- color: #fff !important;
- background: linear-gradient(#7bcecc, #369997);
- border: 0.5px solid #2bcfc5 !important;
- border-color: #2bcfc5;
- }
-
- .el-tabs__nav-scroll {
- overflow: hidden;
- background: #ededed !important;
- }
-
- .el-loading-mask {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 2000;
- margin: 0;
- background-color: rgba(220, 224, 224, 0.71) !important;
- -webkit-transition: opacity 0.3s;
- transition: opacity 0.3s;
- }
-
- .el-tree {
- position: relative;
- color: #333;
- cursor: default;
- //background: #044b73;
- }
-
- .el-tree .el-tree-node:focus > .el-tree-node__content {
- color: #fff !important;
- // background-color: #4aa1b526 !important;
- }
-
- .el-tree-node__content:hover,
- .el-upload-list__item:hover {
- color: #fff !important;
- background-color: #85e8d9f4 !important;
- }
-
- .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
- color: #fff !important;
- background: #51b8a8ef !important;
- }
-
- .el-tree-node__expand-icon {
- font-size: 20px;
- color: #595a5a;
- cursor: pointer;
- -webkit-transform: rotate(0);
- transform: rotate(0);
- -webkit-transition: -webkit-transform 0.3s ease-in-out;
- transition: -webkit-transform 0.3s ease-in-out;
- transition: transform 0.3s ease-in-out;
- transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
- }
-
- .el-tree-node__expand-icon.expanded {
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- }
-
- .el-tree-node__expand-icon.is-leaf {
- color: transparent;
- cursor: default;
- }
-
- .el-tree-node__label {
- font-size: 16px;
- }
-
- .el-tree-node__loading-icon {
- margin-right: 8px;
- font-size: 20px;
- color: #1294b5;
- }
-
- .el-tree-node > .el-tree-node__children {
- overflow: hidden;
- color: #333;
- background-color: transparent;
- }
-
- .el-tree-node.is-expanded > .el-tree-node__children {
- display: block;
- }
-
- // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
- // background-color:#f0f7ff
- // }
- .el-tree-node__label {
- font-size: 16px;
- }
-
- .el-tree {
- width: 100%;
- overflow: scroll;
- }
-
- .el-tree > .el-tree-node {
- display: inline-block;
- min-width: 100%;
- }
-
- // .el-tree {
- // position: relative;
- // color: #333;
- // cursor: default;
- // }
- // .el-tree .el-tree-node:focus > .el-tree-node__content {
- // color:#fefefe !important;
- // }
- // .el-tree-node__content:hover,
- // .el-upload-list__item:hover {
- // color:#fefefe !important;
- // background: #4ab5a5d0 !important;
- // }
- // .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
- // color: #fefefe !important;
- // background: #4ab5a5d0 !important;
- // }
- // .el-tree-node__expand-icon {
- // font-size: 20px;
- // color:$themeColor !important;
- // cursor: pointer;
- // -webkit-transform: rotate(0);
- // transform: rotate(0);
- // -webkit-transition: -webkit-transform 0.3s ease-in-out;
- // transition: -webkit-transform 0.3s ease-in-out;
- // transition: transform 0.3s ease-in-out;
- // transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
- // }
- // .el-tree-node__expand-icon.expanded {
- // -webkit-transform: rotate(90deg);
- // transform: rotate(90deg);
- // color: #333232 !important;
- // }
- // .el-tree-node__expand-icon.is-leaf {
- // color: transparent;
- // cursor: default;
- // }
- // .el-tree-node__label {
- // font-size: 16px;
- // }
- // .el-tree-node__loading-icon {
- // margin-right: 8px;
- // font-size: 20px;
- // color: #fcfcfc;
- // }
- // .el-tree-node > .el-tree-node__children {
- // overflow: hidden;
- // color: #222;
- // background-color: transparent;
- // }
- // .el-tree-node.is-expanded > .el-tree-node__children {
- // display: block;
- // }
- // .el-tree-node__label {
- // font-size: 16px;
- // }
- // .el-tree {
- // width: 100%;
- // overflow: scroll;
- // }
- // .el-tree > .el-tree-node {
- // display: inline-block;
- // min-width: 100%;
- // }
- ::-webkit-scrollbar-thumb {
- width: 12px !important;
- cursor: pointer !important;
- background: $themeColor !important;
- border-radius: 10px !important;
- }
-
- ::-webkit-scrollbar-track {
- width: 12px !important;
- cursor: pointer !important;
- background-color: #8b8989;
- border: #d2d0d0;
- }
-
- .el-dialog__body {
- padding: 10px 10px !important;
- font-size: 14px;
- word-break: break-all;
- }
-
- .el-dialog .el-dialog__header {
- height: 36px;
- padding: 0 10px !important;
- line-height: 36px;
- }
-
- .el-dialog .el-dialog__header .el-dialog__headerbtn {
- top: 5px !important;
- font-size: 24px;
- }
-
- .el-dialog .el-dialog__footer {
- height: 40px !important;
- padding: 0 10px !important;
- line-height: 40px !important;
- border-top: 1px solid #DCDFE6;
- }
-
- .el-dialog {
- position: absolute !important;
- top: 50% !important;
- left: 50% !important;
- display: flex !important;
- max-width: calc(100% - 30px) !important;
- max-height: calc(100% - 30px) !important;
- margin: 0 !important;
- transform: translate(-50%, -50%) !important;
- flex-direction: column !important;
- }
-
- .el-dialog .el-dialog__body {
- flex: 1 !important;
- overflow: auto !important;
- }
-
- .el-card {
- overflow: hidden;
- color: #fbfbfb;
- background-color: #29b7ae;
- border: 1px solid #EBEEF5;
- border-radius: 4px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
-
- .vxe-table .cell {
- text-align: center !important;
- }
-
- //vxe表格ui全局样式
- .vxe-table--render-default .vxe-cell {
- align-items: center !important;
- height: 40px !important;
- line-height: 40px !important;
- white-space: nowrap !important;
- }
-
- .vxe-table--render-default .vxe-table--body-wrapper,
- .vxe-table--render-default .vxe-table--footer-wrapper {
- background-color: #e9e7e7;
- }
-
- .vxe-table--render-default.size--mini .vxe-body--column:not(.col--ellipsis),
- .vxe-table--render-default.size--mini .vxe-footer--column:not(.col--ellipsis),
- .vxe-table--render-default.size--mini .vxe-header--column:not(.col--ellipsis) {
- padding: 0 0 !important;
- font-size: 14px;
- }
-
- .vxe-table--render-default.size--mini .vxe-body--column.col--ellipsis > .vxe-cell,
- .vxe-table--render-default.size--mini .vxe-footer--column.col--ellipsis > .vxe-cell,
- .vxe-table--render-default.size--mini .vxe-header--column.col--ellipsis > .vxe-cell {
- max-height: 40px !important;
- }
-
- .vxe-body--row.row--hover {
- color: #FFF !important;
- background-color: $themeColor !important;
- }
-
- .vxe-body--row.row--stripe.row--hover {
- color: #FFF;
- background-color: $themeColor !important;
- }
-
- .vxe-body--row.row--stripe.row--current {
- color: #FFF !important;
- background: $themeColor !important;
- //font-weight: bold !important;
- //height: 25px !important;
- }
-
-
- /* 表格滚动条样式 */
-
- .vxe-table--body-wrapper::-webkit-scrollbar {
- width: 12px !important;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
- height: 8px;
- background-color: #4ab5a5 !important;
- border-radius: 5px;
- border-radius: 30px !important;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-track {
- background: rgb(235, 233, 233);
- border-radius: 2px;
- box-shadow: inset 0 0 5px rgb(174, 173, 173);
- }
-
- .vxe-body--row.row--current {
- color: #333 !important;
- background-color: #4ab5a5 !important;
- }
-
- // 斑马纹样式
- .vxe-body--row.row--stripe {
- color: #333;
- background-color: #f4f4f4 !important;
- }
-
- .vxe-body--row {
- font-size: 14px !important;
- font-weight: 400 !important;
- color: #333;
- background-color: #fff !important;
- }
-
- .vxe-button.type--button {
- margin-top: -1% !important;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
- background: #4ab5a5 !important;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-track {
- background: #ebe9e9 !important;
- border-radius: 2px;
- -webkit-box-shadow: inset 0 0 5px #aeadad;
- box-shadow: inset 0 0 5px #aeadad;
- }
-
- .vxe-button.type--button.theme--primary:not(.is--disabled):hover {
- background-color: rgb(13, 115, 107) !important;
- border-color: rgb(13, 115, 115) !important;
- }
-
- .vxe-icon-checkbox-indeterminate::before {
- font-size: 12px;
- color: #f5f9f8 !important;
- content: "\E8C4";
- // border: 1px solid #f3f6f7 !important;
- }
-
- .vxe-checkbox .vxe-checkbox--icon,
- .vxe-custom--option .vxe-checkbox--icon,
- .vxe-export--panel-column-option .vxe-checkbox--icon,
- .vxe-table--filter-option .vxe-checkbox--icon,
- .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon {
- font-size: 14px;
- // background: #32bab1 !important;
- vertical-align: middle;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
-
- .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon {
- color: #022926;
- border-radius: 2px;
- }
-
- .vxe-icon-checkbox-checked {
- color: #a6adbd !important;
- }
-
- .vxe-table--tooltip-wrapper {
- z-index: 100000000 !important;
- }
-
- .el-header,
- .el-main {
- padding: 0;
- }
-
- .el-breadcrumb__inner,
- .el-breadcrumb__inner a {
- font-weight: 400 !important;
- }
-
- .el-upload {
- input[type="file"] {
- display: none !important;
- }
- }
-
- .el-upload__input {
- display: none;
- }
-
- .el-dialog {
- position: relative;
- left: 0;
- margin: 0 auto;
- transform: none;
- .el-dialog__body {
- max-height: 70vh;
- padding: 20px;
- overflow-y: auto;
- }
- .el-dialog__header {
- height: 36px;
- padding: 0 20px;
- line-height: 36px;
- background: $themeColor;
- .el-dialog__title {
- font-size: 16px;
- font-weight: bold;
- color: #FFF;
- }
- .el-dialog__headerbtn {
- top: 6px;
- font-size: 24px;
- i {
- color: #333;
- }
- }
- }
- .el-dialog__footer {
- height: 36px;
- padding: 0 20px;
- line-height: 36px;
- border-top: 1px solid #DCDFE6;
- }
- }
-
- .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
- background-color: #29b7ae;
- border-color: #32bab1;
- }
- .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{
- border-color: #ffffff;
- }
-
- .el-checkbox__input.is-disabled .el-checkbox__inner {
- cursor: not-allowed;
- // background-color: #29b7ae;
- border-color: #32bab1;
- }
-
- .el-checkbox__label {
- //color: #d5e5ef !important;
- }
-
- .wr {
- margin-left: 0%;
- font-size: 14px;
- font-weight: bold;
- color: #333;
- }
-
- .zd {
- color: #333 !important;
- background: #F30;
- }
-
- .zzd {
- color: #333 !important;
- background: #F90;
- }
-
- .qd {
- color: #333 !important;
- background: #FC0;
- }
-
- .qw {
- color: #333 !important;
- background: #39F;
- }
-
- .wd {
- color: #333 !important;
- background: #393;
- }
-
- .ws {
- color: #333 !important;
- background: #999;
- }
-
- .xshou {
- cursor: pointer;
- }
-
- .right-top {
- color: rgb(7, 131, 161);
- border: 1.5px solid rgb(7, 131, 161);
- border-style: solid hidden hidden hidden;
- }
-
- .xdf {
- margin-left: 2%;
- font-size: 12px;
- font-weight: bold;
- line-height: 0.6rem;
- color: #000;
- }
-
- .l1 {
- color: #333;
- background: #999;
- }
-
- .l2 {
- color: #333;
- background: #393;
- }
-
- .l3 {
- color: #333;
- background: #39F;
- }
-
- .l4 {
- color: #333;
- background: #F90;
- }
-
- .l5 {
- color: #333;
- background: #FC0;
- }
-
- .l6 {
- color: #333;
- background: #F30;
- }
-
- .jkl {
- height: 0.3%;
- margin-top: 1%;
- cursor: pointer;
- }
-
- .cvb {
- height: 20vh;
- overflow-x: hidden;
- overflow-y: auto;
- }
-
- .ll {
- font-weight: bold;
- color: #000;
- }
-
- .d1 {
- padding: 1.5%;
- line-height: 10px;
- color: #333;
- background: #999;
- }
-
- .d2 {
- padding: 1.5%;
- line-height: 10px;
- color: #333;
- background: #393;
- }
-
- .asd {
- float: right;
- font-size: 14px;
- font-weight: bold;
- line-height: 15px;
- color: #FFF;
- }
-
- .d3 {
- padding: 1.5%;
- line-height: 10px;
- color: #333;
- background: #39F;
- }
-
- .d2 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #393;
- }
-
- .d4 {
- padding: 1.5%;
- line-height: 10px;
- color: #333;
- background: #F90;
- }
-
- .d5 {
- padding: 1.5%;
- line-height: 10px;
- color: #333;
- background: #FC0;
- }
-
- .d6 {
- padding: 1.5%;
- line-height: 10px;
- color: #333;
- background: #F30;
- }
-
- .qwe {
- margin-top: 5px;
- }
-
- .fgh {
- height: 5vh;
- }
-
- .lf {
- float: left;
- }
-
- .spanfont {
- font-weight: bold;
- color: #333;
- }
-
- // span {
- // color: #242323;
- // }
- .fontColor {
- color: #1d1c1c !important;
- }
-
- .viewback {
- background: #fff !important;
- }
-
- .viewsback {
- background: #e6e8e9 !important;
- }
-
- .el-icon-arrow-right::before {
- color: #8b8282 !important;
- content: "\E6E0";
- }
-
- .el-cascader-menu__list {
- position: relative;
- height: 300px !important;
- padding: 6px 0 !important;
-
- /* min-height: 100%; */
- margin: 0 !important;
- list-style: none !important;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .el-radio {
- margin-right: 30px;
- font-weight: 500;
- line-height: 1;
- color: #000;
- white-space: nowrap;
- cursor: pointer;
- outline: 0;
- //overflow: hidden;
- }
-
- ::-webkit-scrollbar {
- width: 12px !important;
-
- /* 高宽分别对应横竖滚动条的尺寸 */
- height: 12px !important;
- cursor: pointer !important;
- }
-
- ::-webkit-scrollbar-thumb {
- background: rgba(0, 0, 0, 0.2) !important;
- border-radius: 10px !important;
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
- }
-
- ::-webkit-scrollbar-track {
- background: rgba(0, 0, 0, 0.1) !important;
- border-radius: 0 !important;
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
- }
-
- // ::-webkit-scrollbar-track-piece {
- // background-color: green !important;
- // }
- // ::-webkit-scrollbar-corner {
- // background-color: cyan !important;
- // }
- // ::-webkit-resizer {
- // background-color: rgb(242, 5, 151) !important;
- // }
- // ::-webkit-scrollbar-button {
- // background-color: pink !important;
- // border-radius: 20px !important;
- // width: 20px !important;
- // }
- .el-table tbody tr:hover > td {
- color: #ffff;
- background: $themeColor !important;
- }
-
- .el-table__body tr.current-row > td {
- color: #ffff;
- background: $themeColor !important;
- // font-weight: bold !important;
- }
-
- .vxe-body--row.row--current {
- color: #fff !important;
- background-color: #4ab5a5 !important;
- }
-
- // .el-table__row--striped td {
- // background-color: #eaedeefd !important
- // }
- // .el-table__row:not(.el-table__row--striped) {
- // background: #ffffff !important;
- // }
- .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
- top: 1px;
- font-size: 16px;
- font-weight: bold;
- color: #fff !important;
- background: -webkit-gradient(linear, left top, left bottom, from(#7bcecc), to(#369997));
- background: linear-gradient(#7bcecc, #369997);
- border: 0.5px solid #2bcfc5 !important;
- border-color: #2bcfc5;
- }
- body .el-table th.gutter{
- display:table-cell!important;
-}
-
+.element-uithree{
+ // cover some element-ui styles
+ .tableScopeSwitch .el-switch__label {
+ position: absolute;
+ display: none;
+ color: #333 !important;
+ }
+
+
+ /* 打开时文字位置设置 */
+
+ .tableScopeSwitch .el-switch__label--right {
+ z-index: 1;
+
+ /* 不同场景下可能不同,自行调整 */
+ }
+
+
+ /* 关闭时文字位置设置 */
+
+ .tableScopeSwitch .el-switch__label--left {
+ left: 20px;
+
+ /* 不同场景下可能不同,自行调整 */
+ z-index: 1;
+ }
+
+
+ /* 显示文字 */
+
+ .tableScopeSwitch .el-switch__label.is-active {
+ display: block;
+ }
+
+ .tableScopeSwitch.el-switch .el-switch__core,
+ .el-switch .el-switch__label {
+ width: 60px !important;
+
+ /* 开关按钮的宽度大小 */
+ }
+
+ body {
+ padding: 0 !important;
+ }
+
+ .spanColor {
+ color: #333 !important;
+ }
+
+ .layout4 .needTagsView .app-header-in {
+ height: 33px !important;
+ overflow: hidden !important;
+ background: #01222c !important;
+ border-bottom: 0.5px solid #1d1d1e;
+ }
+
+ .tags-view-container {
+ background: #ededed !important;
+ }
+
+ .tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64]:first-of-type {
+ margin-left: 10px !important;
+ }
+
+ .el-scrollbar__bar.is-horizontal {
+ top: 30px !important;
+ left: 1px !important;
+ height: 0 !important;
+ }
+
+ .layout4 .app-container .app-container-in .app-main .app-main-in {
+ position: relative;
+ height: 0%;
+ background: #ededed;
+ }
+
+ .el-button {
+ height: 36px;
+ border-radius: 3px;
+ // min-width: 80px;
+ }
+
+ // .el-button--primary {
+ // color: #18b1a7;
+ // background-color: #ffffff !important;
+ // border-color: #61c9c3 !important;
+ // }
+ .el-button--primary {
+ color: #fff;
+ background-color: #4AB5A5 !important;
+ border-color: #4AB5A5 !important;
+ }
+
+ .el-button--primary:hover {
+ color: #fefefe;
+ background-color: #29b7ae !important;
+ border-color: #32bab1 !important;
+ }
+
+ .el-button--primary:focus {
+ color: #fefefe;
+ //cursor: wait;
+ background-color: #29b7ae !important;
+ border-color: #32bab1 !important;
+ }
+
+ .el-button--primary.is-disabled,
+ .el-button--primary.is-disabled:active,
+ .el-button--primary.is-disabled:focus,
+ .el-button--primary.is-disabled:hover {
+ color: #838585 !important;
+ background-color: #e7e8e8 !important;
+ }
+
+ .tags-view-container .tags-view-wrapper .tags-view-item.active {
+ font-size: 14px;
+ font-weight: bold;
+ background-color: #1294b5;
+ border-color: #1294b5;
+ }
+
+ //input控件样式
+ .el-input--small .el-input__inner {
+ // height: 36px;
+ // line-height: 36px;
+ color: #222;
+ border-color: #32bab1;
+ }
+
+ .el-input.is-disabled .el-input__inner {
+ color: #222;
+ cursor: not-allowed;
+ border-color: #32bab1;
+ }
+
+ //input控件聚焦样式
+ .el-select .el-input.is-focus .el-input__inner {
+ border-color: #32bab1;
+ }
+
+ .el-select {
+ width: 100%;
+ .el-select__tags {
+ overflow: hidden;
+ white-space: nowrap;
+ flex-wrap: nowrap;
+ .el-select__tags-text {
+ display: inline-block;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+ }
+ }
+
+ .el-select-dropdown__empty {
+ padding: 10px 0;
+ margin: 0;
+ font-size: 14px;
+ color: #222;
+ text-align: center;
+ }
+
+ .el-scrollbar__bar.is-vertical {
+ top: 2px;
+ width: 8px;
+ background: white;
+ background-color: #ececec;
+ }
+
+ .el-scrollbar__thumb {
+ position: relative;
+ display: block;
+ width: 0;
+ height: 0;
+ cursor: pointer;
+ background: $themeColor !important;
+ border-radius: inherit;
+ -webkit-transition: 0.3s background-color;
+ transition: 0.3s background-color;
+ }
+
+ // .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
+ // color: #222 !important;
+ // text-overflow: ellipsis;
+ // }
+ // .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
+ // color: #333 !important;
+ // background-color: #fff !important;
+ // }
+ // .el-select-dropdown__list {
+ // padding: 6px 0;
+ // margin: 0;
+ // color: #5a5a5b !important;
+ // list-style: none;
+ // -webkit-box-sizing: border-box;
+ // box-sizing: border-box;
+ // }
+ // .el-select-dropdown__item {
+ // position: relative;
+ // height: 34px;
+ // padding: 0 20px;
+ // overflow: hidden;
+ // font-size: 14px;
+ // line-height: 34px;
+ // color: #222;
+ // text-overflow: ellipsis;
+ // white-space: nowrap;
+ // cursor: pointer;
+ // -webkit-box-sizing: border-box;
+ // box-sizing: border-box;
+ // }
+ //选中下拉之后select中文字溢出问题
+ // .tags_select_input .el-select__tags {
+ // // height: 40px;
+ // white-space: nowrap !important;
+ // overflow: hidden !important;
+ // flex-wrap: nowrap !important;
+ // }
+ // .tags_select_input .el-select__tags-text {
+ // display: inline-block !important;
+ // max-width: 300px !important;
+ // white-space: nowrap !important;
+ // overflow: hidden !important;
+ // text-overflow: ellipsis !important;
+ // }
+ // .el-select__tags-text {
+ // display: inline-block;
+ // max-width: 190px;
+ // @media (max-width: 1400px) {
+ // max-width: 42px;
+ // }
+ // overflow: hidden;
+ // text-overflow:ellipsis;
+ // white-space: nowrap;
+ // }
+ // .el-select .el-tag__close.el-icon-close {
+ // top: -7px;
+ // right: -4px;
+ // }
+ //.el-form-inline demo-form-inline
+ .demo-form-inline {
+ height: 46px;
+ overflow-y: auto;
+ }
+
+ .el-form-item--small .el-form-item__content,
+ .el-form-item--small .el-form-item__label {
+ line-height: 36px;
+ //color: $themeColor !important;
+ }
+
+ .el-input__inner {
+ max-width: 100% !important;
+ overflow: hidden !important;
+ text-overflow: ellipsis !important;
+ word-break: normal !important;
+ white-space: nowrap !important;
+ }
+
+ .el-textarea__inner {
+ display: block;
+ width: 100%;
+ padding: 5px 15px;
+ font-size: inherit;
+ line-height: 1.5;
+ color: #333;
+ background-color: #eaeced;
+ background-image: none;
+ border: 1px solid #32bab1;
+ border-radius: 4px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
+ transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
+ resize: vertical;
+ }
+
+ .el-radio {
+ margin-right: 30px;
+ font-weight: 500;
+ line-height: 1;
+ color: #fbfcff;
+ white-space: nowrap;
+ cursor: pointer;
+ outline: 0;
+ }
+
+ .el-radio__input.is-checked + .el-radio__label {
+ color: #32bab1 !important;
+ }
+
+ .svg-icon {
+ color: #fff;
+ }
+
+ // .el-select-dropdown__item.hover {
+ // position: relative;
+ // height: 34px;
+ // padding: 0 20px;
+ // overflow: hidden;
+ // font-size: 14px;
+ // line-height: 34px;
+ // color: #fff;
+ // text-overflow: ellipsis;
+ // white-space: nowrap;
+ // cursor: pointer;
+ // background:$themeColor !important;
+ // -webkit-box-sizing: border-box;
+ // box-sizing: border-box;
+ // }
+ // .el-select-dropdown__item.selected {
+ // color:#fff !important;
+ // background: $themeColor !important;
+ // }
+ // .el-select-dropdown.is-multiple .el-select-dropdown__item {
+ // padding-right: 40px;
+ // }
+ // .el-select-dropdown.is-multiple .el-select-dropdown__item.hover {
+ // padding-right: 40px;
+ // //color: #fff !important;
+ // // color: $themeColor !important;
+ // }
+ // .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
+ // //color:$themeColor !important;
+ // }
+ .el-range-editor.is-disabled {
+ // top: -2px;
+ // height: 36px;
+ color: #9c9c9c;
+ cursor: not-allowed;
+ border-color: #32bab1;
+ }
+
+ .el-range-editor.is-disabled .el-range-separator {
+ margin-top: -4px;
+ margin-right: 5px;
+ margin-left: -3px;
+ color: #C0C4CC;
+ }
+
+ .el-range-editor--small .el-range-separator {
+ width: 14px !important;
+ font-size: 13px;
+ line-height: 24px;
+ }
+
+ .el-date-editor .el-range-separator {
+ display: inline-block;
+ width: 5%;
+ height: 100%;
+ //padding: 0px 0px;
+ margin: 0;
+ margin-top: -4px;
+ margin-right: 5px;
+ margin-left: -3px;
+ font-size: 14px;
+ line-height: 32px;
+ color: #222;
+ text-align: center;
+ }
+
+ .el-date-editor .el-range__close-icon {
+ display: inline-block;
+ float: right;
+ width: 1px;
+ font-size: 14px;
+ line-height: 32px;
+ color: #222;
+ }
+
+ .el-range-editor.is-disabled input {
+ color: #555;
+ cursor: not-allowed;
+ }
+
+ .el-date-editor .el-range-input {
+ display: inline-block;
+ width: 39%;
+ height: 100%;
+ padding: 0;
+ margin: 0;
+ font-size: 14px;
+ color: #222;
+ text-align: center;
+ border: none;
+ outline: 0;
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ }
+
+ .el-picker-panel__sidebar {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ width: 110px;
+ padding-top: 6px;
+ overflow: auto;
+ color: #222 !important;
+ border-right: 1px solid #32bab1;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+
+ .el-date-range-picker__content.is-left {
+ color: #333;
+ }
+
+ .el-date-range-picker__content.is-right {
+ color: #333;
+ }
+
+ .el-picker-panel__shortcut {
+ display: block;
+ width: 100%;
+ padding-left: 12px;
+ font-size: 14px;
+ line-height: 28px;
+ color: #333;
+ text-align: left;
+ cursor: pointer;
+ background-color: transparent;
+ border: 0;
+ outline: 0;
+ }
+
+ .el-picker-panel__shortcut:hover {}
+
+ .el-date-table th {
+ padding: 5px;
+ font-weight: 400;
+ color: #f5f6f8;
+ border-bottom: solid 1px #EBEEF5;
+ }
+
+ .el-picker-panel__icon-btn {
+ margin-top: 8px;
+ font-size: 12px;
+ color: #3e3f3f;
+ cursor: pointer;
+ background: 0 0;
+ border: 0;
+ outline: 0;
+ }
+
+ .el-picker-panel__icon-btn:hover {
+ margin-top: 8px;
+ font-size: 12px;
+ color: #29b7ae !important;
+ cursor: pointer;
+ background: 0 0;
+ border: 0;
+ outline: 0;
+ }
+
+ .el-date-table td.in-range div,
+ .el-date-table td.in-range div:hover,
+ .el-date-table.is-week-mode .el-date-table__row.current div,
+ .el-date-table.is-week-mode .el-date-table__row:hover div {
+ background-color: #fff;
+ }
+
+ .el-icon-d-arrow-right::before {
+ color: #898a8a !important;
+ }
+
+ .el-range-editor--small.el-input__inner {
+ // top: -2px;
+ // height: 36px;
+ color: #222;
+ // background: #29b7ae !important;
+ }
+
+ .el-form-item--mini.el-form-item,
+ .el-form-item--small.el-form-item {
+ margin-bottom: 10px !important;
+ }
+
+ //测试
+ .el-form--inline .el-form-item {
+ display: inline-block;
+ margin-right: 2px;
+ vertical-align: top;
+ }
+
+ .el-form-item--mini.el-form-item,
+ .el-form-item--small.el-form-item {
+ height: 36px !important;
+ padding: 0 !important;
+ margin-bottom: 10px !important;
+ }
+
+ .el-form--inline .el-form-item__label {
+ display: inline-block;
+ float: none;
+ // color: $themeColor !important;
+ }
+
+ .el-form-item__label {
+ font-family: '微软雅黑';
+ font-size: 14px;
+ //color: $themeColor !important;
+ }
+
+ .el-checkbox__input.is-checked .el-checkbox__inner,
+ .el-checkbox__input.is-indeterminate .el-checkbox__inner {
+ width: 16px;
+ height: 16px;
+ border-color: #32bab1;
+ }
+
+ .el-checkbox__inner {
+ position: relative;
+ z-index: 1;
+ display: inline-block;
+ background-color: #FFF;
+ border: 1px solid #32bab1;
+ border-radius: 2px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
+ transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
+ }
+
+ .el-checkbox__input.is-checked .el-checkbox__inner,
+ .el-checkbox__input.is-indeterminate .el-checkbox__inner {
+ border-color: #fcfcfc !important;
+ }
+
+ .el-table {
+ background: #e9e7e7;
+ }
+
+ .el-table__body,
+ .el-table__footer,
+ .el-table__header {
+ height: 40px;
+ font-size: 16px;
+ border-collapse: separate;
+ table-layout: fixed;
+ }
+
+ .table_header {
+ height: 40px;
+ font-size: 16px;
+ font-weight: bold;
+ color: #fff !important;
+ background-color: #4ab5a5 !important;
+ }
+
+ .el-table--border,
+ .el-table--group {}
+
+ .el-table--small .el-table__cell {
+ padding: 0;
+ font-size: 14px;
+ color: #333;
+ }
+
+ .el-table th,
+ .el-table tr {
+ height: 40px;
+ background-color: #fff;
+ }
+
+ .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
+ background-color: #f4f4f4 !important;
+ }
+
+ .el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
+ color: #fff;
+ background-color: $themeColor !important;
+ }
+
+ .el-table__body tr.hover-row.current-row > td.el-table__cell,
+ .el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell,
+ .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell,
+ .el-table__body tr.hover-row > td.el-table__cell {
+ color: #fff;
+ background-color: $themeColor !important;
+ }
+
+ .el-table--border .el-table__cell:first-child .cell {
+ padding-left: 10px;
+ }
+
+ .el-icon-arrow-right::before {
+ color: rgb(255, 255, 255);
+ content: "\E6E0";
+ }
+
+ .el-button--mini,
+ .el-button--mini.is-round {
+ padding: 7px 15px;
+ }
+
+ .el-button--mini {
+ height: 28px !important;
+ font-size: 12px;
+ border-radius: 3px;
+ }
+
+ .el-button--small {
+ height: 36px !important;
+ font-size: 12px;
+ border-radius: 3px;
+ }
+
+ .el-pagination__total {
+ margin-right: 10px;
+ font-weight: 400;
+ color: #333;
+ }
+
+ .spanColor[data-v-10ef34c8] {
+ color: #333 !important;
+ }
+
+ .el-pagination__jump {
+ margin-left: 24px;
+ font-weight: 400;
+ color: #333;
+ }
+
+ .el-pagination .el-select .el-input .el-input__inner {
+ padding-right: 25px;
+ color: #333;
+ border: 1px solid #32bab1;
+ border-radius: 3px;
+ }
+
+ .el-pagination.is-background .el-pager li:not(.disabled).active {
+ color: #fff !important;
+ }
+
+ .el-pagination.is-background .btn-next,
+ .el-pagination.is-background .btn-prev,
+ .el-pagination.is-background .el-pager li {
+ min-width: 30px;
+ margin: 0 5px;
+ color: #f4f6fb;
+ border-radius: 2px;
+ }
+
+ .el-icon-arrow-left::before {
+ color: #828080 !important;
+ }
+
+ .el-pager li:hover {
+ color: #333 !important;
+ }
+
+ .el-pager li,
+ .el-pager li.btn-quicknext:hover,
+ .el-pager li.btn-quickprev:hover {
+ color: #333 !important;
+ cursor: pointer;
+ }
+
+ .spanColor {
+ color: #333 !important;
+ }
+
+ .el-table.el-table--enable-row-hover .el-table__body tr:hover > td {
+ color: aliceblue;
+ background: $themeColor !important;
+ }
+
+ .el-table__body-wrapper::-webkit-scrollbar-track {
+ background-color: #e8eaeccb !important;
+ }
+
+ ::-webkit-scrollbar-track {
+ background-color: transparent;
+ }
+
+ .el-tabs--border-card > .el-tabs__content {
+ padding: 10px !important;
+ background: #fff !important;
+ }
+
+ .el-tabs__header {
+ position: relative;
+ padding: 0;
+ margin: 0 0 10px !important;
+ }
+
+ .el-tabs--border-card {
+ background: #e0e1e1b6 !important;
+ }
+
+ .el-tabs__item.is-active {
+ color: #4AB5A5 !important;
+ }
+
+ .el-tabs__active-bar {
+ background-color: $themeColor !important;
+ }
+
+ .el-tabs__item {
+ position: relative;
+ display: inline-block;
+ height: 40px;
+ padding: 0 20px;
+ font-size: 14px;
+ font-weight: 500;
+ line-height: 40px;
+ color: #313030 !important;
+ list-style: none;
+ border-radius: 20px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+
+ .el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
+ font-size: 16px;
+ font-weight: bold;
+ color: #04756d !important;
+ background: linear-gradient(#b4e2df, #d8eceb) !important;
+ border: 0.5px solid #42bfb7 !important;
+ border-color: #42bfb7;
+ }
+
+ .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
+ font-size: 16px;
+ font-weight: bold;
+ color: #fff !important;
+ background: linear-gradient(#7bcecc, #369997);
+ border: 0.5px solid #2bcfc5 !important;
+ border-color: #2bcfc5;
+ }
+
+ .el-tabs__nav-scroll {
+ overflow: hidden;
+ background: #ededed !important;
+ }
+
+ .el-loading-mask {
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 2000;
+ margin: 0;
+ background-color: rgba(220, 224, 224, 0.71) !important;
+ -webkit-transition: opacity 0.3s;
+ transition: opacity 0.3s;
+ }
+
+ .el-tree {
+ position: relative;
+ color: #333;
+ cursor: default;
+ //background: #044b73;
+ }
+
+ .el-tree .el-tree-node:focus > .el-tree-node__content {
+ color: #fff !important;
+ // background-color: #4aa1b526 !important;
+ }
+
+ .el-tree-node__content:hover,
+ .el-upload-list__item:hover {
+ color: #fff !important;
+ background-color: #85e8d9f4 !important;
+ }
+
+ .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
+ color: #fff !important;
+ background: #51b8a8ef !important;
+ }
+
+ .el-tree-node__expand-icon {
+ font-size: 20px;
+ color: #595a5a;
+ cursor: pointer;
+ -webkit-transform: rotate(0);
+ transform: rotate(0);
+ -webkit-transition: -webkit-transform 0.3s ease-in-out;
+ transition: -webkit-transform 0.3s ease-in-out;
+ transition: transform 0.3s ease-in-out;
+ transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
+ }
+
+ .el-tree-node__expand-icon.expanded {
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
+ }
+
+ .el-tree-node__expand-icon.is-leaf {
+ color: transparent;
+ cursor: default;
+ }
+
+ .el-tree-node__label {
+ font-size: 16px;
+ }
+
+ .el-tree-node__loading-icon {
+ margin-right: 8px;
+ font-size: 20px;
+ color: #1294b5;
+ }
+
+ .el-tree-node > .el-tree-node__children {
+ overflow: hidden;
+ color: #333;
+ background-color: transparent;
+ }
+
+ .el-tree-node.is-expanded > .el-tree-node__children {
+ display: block;
+ }
+
+ // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
+ // background-color:#f0f7ff
+ // }
+ .el-tree-node__label {
+ font-size: 16px;
+ }
+
+ .el-tree {
+ width: 100%;
+ overflow: scroll;
+ }
+
+ .el-tree > .el-tree-node {
+ display: inline-block;
+ min-width: 100%;
+ }
+
+ // .el-tree {
+ // position: relative;
+ // color: #333;
+ // cursor: default;
+ // }
+ // .el-tree .el-tree-node:focus > .el-tree-node__content {
+ // color:#fefefe !important;
+ // }
+ // .el-tree-node__content:hover,
+ // .el-upload-list__item:hover {
+ // color:#fefefe !important;
+ // background: #4ab5a5d0 !important;
+ // }
+ // .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
+ // color: #fefefe !important;
+ // background: #4ab5a5d0 !important;
+ // }
+ // .el-tree-node__expand-icon {
+ // font-size: 20px;
+ // color:$themeColor !important;
+ // cursor: pointer;
+ // -webkit-transform: rotate(0);
+ // transform: rotate(0);
+ // -webkit-transition: -webkit-transform 0.3s ease-in-out;
+ // transition: -webkit-transform 0.3s ease-in-out;
+ // transition: transform 0.3s ease-in-out;
+ // transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
+ // }
+ // .el-tree-node__expand-icon.expanded {
+ // -webkit-transform: rotate(90deg);
+ // transform: rotate(90deg);
+ // color: #333232 !important;
+ // }
+ // .el-tree-node__expand-icon.is-leaf {
+ // color: transparent;
+ // cursor: default;
+ // }
+ // .el-tree-node__label {
+ // font-size: 16px;
+ // }
+ // .el-tree-node__loading-icon {
+ // margin-right: 8px;
+ // font-size: 20px;
+ // color: #fcfcfc;
+ // }
+ // .el-tree-node > .el-tree-node__children {
+ // overflow: hidden;
+ // color: #222;
+ // background-color: transparent;
+ // }
+ // .el-tree-node.is-expanded > .el-tree-node__children {
+ // display: block;
+ // }
+ // .el-tree-node__label {
+ // font-size: 16px;
+ // }
+ // .el-tree {
+ // width: 100%;
+ // overflow: scroll;
+ // }
+ // .el-tree > .el-tree-node {
+ // display: inline-block;
+ // min-width: 100%;
+ // }
+ ::-webkit-scrollbar-thumb {
+ width: 12px !important;
+ cursor: pointer !important;
+ background: $themeColor !important;
+ border-radius: 10px !important;
+ }
+
+ ::-webkit-scrollbar-track {
+ width: 12px !important;
+ cursor: pointer !important;
+ background-color: #8b8989;
+ border: #d2d0d0;
+ }
+
+ .el-dialog__body {
+ padding: 10px 10px !important;
+ font-size: 14px;
+ word-break: break-all;
+ }
+
+ .el-dialog .el-dialog__header {
+ height: 55px;
+ padding: 0 10px !important;
+ line-height: 55px;
+ }
+
+ .el-dialog .el-dialog__header .el-dialog__headerbtn {
+ top: 5px !important;
+ font-size: 24px;
+ }
+
+ .el-dialog .el-dialog__footer {
+ height: 40px !important;
+ padding: 0 10px !important;
+ line-height: 40px !important;
+ border-top: 1px solid #DCDFE6;
+ }
+
+ .el-dialog {
+ position: absolute !important;
+ top: 50% !important;
+ left: 50% !important;
+ display: flex !important;
+ max-width: calc(100% - 30px) !important;
+ max-height: calc(100% - 30px) !important;
+ margin: 0 !important;
+ transform: translate(-50%, -50%) !important;
+ flex-direction: column !important;
+ }
+
+ .el-dialog .el-dialog__body {
+ flex: 1 !important;
+ overflow: auto !important;
+ }
+
+ .el-card {
+ overflow: hidden;
+ color: #fbfbfb;
+ background-color: #29b7ae;
+ border: 1px solid #EBEEF5;
+ border-radius: 4px;
+ -webkit-transition: 0.3s;
+ transition: 0.3s;
+ }
+
+ .vxe-table .cell {
+ text-align: center !important;
+ }
+
+ //vxe表格ui全局样式
+ .vxe-table--render-default .vxe-cell {
+ align-items: center !important;
+ height: 40px !important;
+ line-height: 40px !important;
+ white-space: nowrap !important;
+ }
+
+ .vxe-table--render-default .vxe-table--body-wrapper,
+ .vxe-table--render-default .vxe-table--footer-wrapper {
+ background-color: #e9e7e7;
+ }
+
+ .vxe-table--render-default.size--mini .vxe-body--column:not(.col--ellipsis),
+ .vxe-table--render-default.size--mini .vxe-footer--column:not(.col--ellipsis),
+ .vxe-table--render-default.size--mini .vxe-header--column:not(.col--ellipsis) {
+ padding: 0 0 !important;
+ font-size: 14px;
+ }
+
+ .vxe-table--render-default.size--mini .vxe-body--column.col--ellipsis > .vxe-cell,
+ .vxe-table--render-default.size--mini .vxe-footer--column.col--ellipsis > .vxe-cell,
+ .vxe-table--render-default.size--mini .vxe-header--column.col--ellipsis > .vxe-cell {
+ max-height: 40px !important;
+ }
+
+ .vxe-body--row.row--hover {
+ color: #FFF !important;
+ background-color: $themeColor !important;
+ }
+
+ .vxe-body--row.row--stripe.row--hover {
+ color: #FFF;
+ background-color: $themeColor !important;
+ }
+
+ .vxe-body--row.row--stripe.row--current {
+ color: #FFF !important;
+ background: $themeColor !important;
+ //font-weight: bold !important;
+ //height: 25px !important;
+ }
+
+
+ /* 表格滚动条样式 */
+
+ .vxe-table--body-wrapper::-webkit-scrollbar {
+ width: 12px !important;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
+ height: 8px;
+ background-color: #4ab5a5 !important;
+ border-radius: 5px;
+ border-radius: 30px !important;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-track {
+ background: rgb(235, 233, 233);
+ border-radius: 2px;
+ box-shadow: inset 0 0 5px rgb(174, 173, 173);
+ }
+
+ .vxe-body--row.row--current {
+ color: #333 !important;
+ background-color: #4ab5a5 !important;
+ }
+
+ // 斑马纹样式
+ .vxe-body--row.row--stripe {
+ color: #333;
+ background-color: #f4f4f4 !important;
+ }
+
+ .vxe-body--row {
+ font-size: 14px !important;
+ font-weight: 400 !important;
+ color: #333;
+ background-color: #fff !important;
+ }
+
+ .vxe-button.type--button {
+ margin-top: -1% !important;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
+ background: #4ab5a5 !important;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-track {
+ background: #ebe9e9 !important;
+ border-radius: 2px;
+ -webkit-box-shadow: inset 0 0 5px #aeadad;
+ box-shadow: inset 0 0 5px #aeadad;
+ }
+
+ .vxe-button.type--button.theme--primary:not(.is--disabled):hover {
+ background-color: rgb(13, 115, 107) !important;
+ border-color: rgb(13, 115, 115) !important;
+ }
+
+ .vxe-icon-checkbox-indeterminate::before {
+ font-size: 12px;
+ color: #f5f9f8 !important;
+ content: "\E8C4";
+ // border: 1px solid #f3f6f7 !important;
+ }
+
+ .vxe-checkbox .vxe-checkbox--icon,
+ .vxe-custom--option .vxe-checkbox--icon,
+ .vxe-export--panel-column-option .vxe-checkbox--icon,
+ .vxe-table--filter-option .vxe-checkbox--icon,
+ .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon {
+ font-size: 14px;
+ // background: #32bab1 !important;
+ vertical-align: middle;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ }
+
+ .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon {
+ color: #022926;
+ border-radius: 2px;
+ }
+
+ .vxe-icon-checkbox-checked {
+ color: #a6adbd !important;
+ }
+
+ .vxe-table--tooltip-wrapper {
+ z-index: 100000000 !important;
+ }
+
+ .el-header,
+ .el-main {
+ padding: 0;
+ }
+
+ .el-breadcrumb__inner,
+ .el-breadcrumb__inner a {
+ font-weight: 400 !important;
+ }
+
+ .el-upload {
+ input[type="file"] {
+ display: none !important;
+ }
+ }
+
+ .el-upload__input {
+ display: none;
+ }
+
+ .el-dialog {
+ position: relative;
+ left: 0;
+ margin: 0 auto;
+ transform: none;
+ .el-dialog__body {
+ max-height: 70vh;
+ padding: 20px;
+ overflow-y: auto;
+ }
+ .el-dialog__header {
+ height: 55px;
+ padding: 0 20px;
+ line-height: 55px;
+ background: $themeColor;
+ .el-dialog__title {
+ font-size: 16px;
+ font-weight: bold;
+ color: #FFF;
+ }
+ .el-dialog__headerbtn {
+ top: 6px;
+ font-size: 24px;
+ i {
+ color: #333;
+ }
+ }
+ }
+ .el-dialog__footer {
+ height: 36px;
+ padding: 0 20px;
+ line-height: 36px;
+ border-top: 1px solid #DCDFE6;
+ }
+ }
+
+ .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
+ background-color: #29b7ae;
+ border-color: #32bab1;
+ }
+ .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{
+ border-color: #ffffff;
+ }
+
+ .el-checkbox__input.is-disabled .el-checkbox__inner {
+ cursor: not-allowed;
+ // background-color: #29b7ae;
+ border-color: #32bab1;
+ }
+
+ .el-checkbox__label {
+ //color: #d5e5ef !important;
+ }
+
+ .wr {
+ margin-left: 0%;
+ font-size: 14px;
+ font-weight: bold;
+ color: #333;
+ }
+
+ .zd {
+ color: #333 !important;
+ background: #F30;
+ }
+
+ .zzd {
+ color: #333 !important;
+ background: #F90;
+ }
+
+ .qd {
+ color: #333 !important;
+ background: #FC0;
+ }
+
+ .qw {
+ color: #333 !important;
+ background: #39F;
+ }
+
+ .wd {
+ color: #333 !important;
+ background: #393;
+ }
+
+ .ws {
+ color: #333 !important;
+ background: #999;
+ }
+
+ .xshou {
+ cursor: pointer;
+ }
+
+ .right-top {
+ color: rgb(7, 131, 161);
+ border: 1.5px solid rgb(7, 131, 161);
+ border-style: solid hidden hidden hidden;
+ }
+
+ .xdf {
+ margin-left: 2%;
+ font-size: 12px;
+ font-weight: bold;
+ line-height: 0.6rem;
+ color: #000;
+ }
+
+ .l1 {
+ color: #333;
+ background: #999;
+ }
+
+ .l2 {
+ color: #333;
+ background: #393;
+ }
+
+ .l3 {
+ color: #333;
+ background: #39F;
+ }
+
+ .l4 {
+ color: #333;
+ background: #F90;
+ }
+
+ .l5 {
+ color: #333;
+ background: #FC0;
+ }
+
+ .l6 {
+ color: #333;
+ background: #F30;
+ }
+
+ .jkl {
+ height: 0.3%;
+ margin-top: 1%;
+ cursor: pointer;
+ }
+
+ .cvb {
+ height: 20vh;
+ overflow-x: hidden;
+ overflow-y: auto;
+ }
+
+ .ll {
+ font-weight: bold;
+ color: #000;
+ }
+
+ .d1 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #333;
+ background: #999;
+ }
+
+ .d2 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #333;
+ background: #393;
+ }
+
+ .asd {
+ float: right;
+ font-size: 14px;
+ font-weight: bold;
+ line-height: 15px;
+ color: #FFF;
+ }
+
+ .d3 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #333;
+ background: #39F;
+ }
+
+ .d2 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #393;
+ }
+
+ .d4 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #333;
+ background: #F90;
+ }
+
+ .d5 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #333;
+ background: #FC0;
+ }
+
+ .d6 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #333;
+ background: #F30;
+ }
+
+ .qwe {
+ margin-top: 5px;
+ }
+
+ .fgh {
+ height: 5vh;
+ }
+
+ .lf {
+ float: left;
+ }
+
+ .spanfont {
+ font-weight: bold;
+ color: #333;
+ }
+
+ // span {
+ // color: #242323;
+ // }
+ .fontColor {
+ color: #1d1c1c !important;
+ }
+
+ .viewback {
+ background: #fff !important;
+ }
+
+ .viewsback {
+ background: #e6e8e9 !important;
+ }
+
+ .el-icon-arrow-right::before {
+ color: #8b8282 !important;
+ content: "\E6E0";
+ }
+
+ .el-cascader-menu__list {
+ position: relative;
+ height: 300px !important;
+ padding: 6px 0 !important;
+
+ /* min-height: 100%; */
+ margin: 0 !important;
+ list-style: none !important;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+
+ .el-radio {
+ margin-right: 30px;
+ font-weight: 500;
+ line-height: 1;
+ color: #000;
+ white-space: nowrap;
+ cursor: pointer;
+ outline: 0;
+ //overflow: hidden;
+ }
+
+ ::-webkit-scrollbar {
+ width: 12px !important;
+
+ /* 高宽分别对应横竖滚动条的尺寸 */
+ height: 12px !important;
+ cursor: pointer !important;
+ }
+
+ ::-webkit-scrollbar-thumb {
+ background: rgba(0, 0, 0, 0.2) !important;
+ border-radius: 10px !important;
+ -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
+ }
+
+ ::-webkit-scrollbar-track {
+ background: rgba(0, 0, 0, 0.1) !important;
+ border-radius: 0 !important;
+ -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
+ }
+
+ // ::-webkit-scrollbar-track-piece {
+ // background-color: green !important;
+ // }
+ // ::-webkit-scrollbar-corner {
+ // background-color: cyan !important;
+ // }
+ // ::-webkit-resizer {
+ // background-color: rgb(242, 5, 151) !important;
+ // }
+ // ::-webkit-scrollbar-button {
+ // background-color: pink !important;
+ // border-radius: 20px !important;
+ // width: 20px !important;
+ // }
+ .el-table tbody tr:hover > td {
+ color: #ffff;
+ background: $themeColor !important;
+ }
+
+ .el-table__body tr.current-row > td {
+ color: #ffff;
+ background: $themeColor !important;
+ // font-weight: bold !important;
+ }
+
+ .vxe-body--row.row--current {
+ color: #fff !important;
+ background-color: #4ab5a5 !important;
+ }
+
+ // .el-table__row--striped td {
+ // background-color: #eaedeefd !important
+ // }
+ // .el-table__row:not(.el-table__row--striped) {
+ // background: #ffffff !important;
+ // }
+ .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
+ top: 1px;
+ font-size: 16px;
+ font-weight: bold;
+ color: #fff !important;
+ background: -webkit-gradient(linear, left top, left bottom, from(#7bcecc), to(#369997));
+ background: linear-gradient(#7bcecc, #369997);
+ border: 0.5px solid #2bcfc5 !important;
+ border-color: #2bcfc5;
+ }
+ body .el-table th.gutter{
+ display:table-cell!important;
+}
+
}
\ No newline at end of file
diff --git a/src/styles/element-uitwo.scss b/src/styles/element-uitwo.scss
index 4775541..baafd0a 100644
--- a/src/styles/element-uitwo.scss
+++ b/src/styles/element-uitwo.scss
@@ -1,1387 +1,1387 @@
-.element-uitwo{
- .h3 {
- color: #ffff !important
- }
-
- // cover some element-ui styles
- .tableScopeSwitch .el-switch__label {
- position: absolute;
- display: none;
- color: #fff !important;
- }
-
- .Inspection {
- background: #011d30 !important;
- }
-
-
- /* 打开时文字位置设置 */
-
- .tableScopeSwitch .el-switch__label--right {
- z-index: 1;
- /* 不同场景下可能不同,自行调整 */
- }
-
-
- /* 关闭时文字位置设置 */
-
- .tableScopeSwitch .el-switch__label--left {
- left: 20px;
- /* 不同场景下可能不同,自行调整 */
- z-index: 1;
- }
-
- .el-cascader-menu__list {
- position: relative;
- height: 250px;
- margin: 0;
- padding: 6px 0;
- background: #044b73 !important;
- color: #fff !important;
- list-style: none;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .el-cascader-node:not(.is-disabled):focus,
- .el-cascader-node:not(.is-disabled):hover {
- background: #02324e !important;
- color: #fff !important;
- }
-
- .el-cascader-node.in-active-path,
- .el-cascader-node.is-active,
- .el-cascader-node.is-selectable.in-checked-path {
- color: #fff !important;
- }
-
-
- /* 显示文字 */
-
- .tableScopeSwitch .el-switch__label.is-active {
- display: block;
- }
-
- .tableScopeSwitch.el-switch .el-switch__core,
- .el-switch .el-switch__label {
- width: 60px !important;
- /* 开关按钮的宽度大小 */
- }
-
- .el-dropdown-menu__item {
- list-style: none;
- line-height: 36px;
- margin: 0;
- color: #fff !important;
- outline: 0;
- }
-
- .el-dropdown-menu__item:hover {
- list-style: none;
- line-height: 36px;
- margin: 0;
- background: #012f3d !important;
- outline: 0;
- }
-
- body {
- padding: 0 !important;
- }
-
- .spanColor {
- color: #fff !important
- }
-
- .layout4 .needTagsView .app-header-in {
- height: 33px !important;
- overflow: hidden !important;
- background: #013444 !important;
- border-bottom: 0.5px solid #14527b;
- }
-
- .tags-view-container {
- background: #01171e !important;
- }
-
- .tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64]:first-of-type {
- margin-left: 10px !important;
- }
-
- .el-scrollbar__bar.is-horizontal {
- height: 0px !important;
- left: 1px !important;
- top: 30px !important;
- }
-
- .layout4 .app-container .app-container-in .app-main .app-main-in {
- position: relative;
- height: 0%;
- background: #03182b;
- }
-
- .el-button {
- height: 36px;
- border-radius: 3px;
- // min-width: 80px;
- }
-
- .el-button--primary {
- color: #0CF;
- background-color: #044b73 !important;
- border-color: #1294b5 !important;
- }
-
- .el-button--primary:hover {
- color: #fefefe;
- background-color: #0093cf !important;
- border-color: #1294b5 !important;
- }
-
- .el-button--primary:focus {
- color: #fefefe;
- //cursor: wait;
- background-color: #0093cf !important;
- border-color: #1294b5 !important;
- }
-
- .tags-view-container .tags-view-wrapper .tags-view-item.active {
- font-size: 14px;
- font-weight: bold;
- background-color: #1294b5;
- border-color: #1294b5;
- }
-
- .el-button--primary.is-plain {
- color: #f4f6f7 !important;
- // background: #e6ecf0;
- //border-color: #9bb3c2;
- }
-
- //input控件样式
- .el-input--small .el-input__inner {
- height: 36px;
- line-height: 36px;
- color: #fff;
- background: #044b73;
- border-color: #1294b5;
- }
-
- .el-input.is-disabled .el-input__inner {
- color: #ccc;
- cursor: not-allowed;
- background-color: #4680a2a3;
- border-color: #1294b5;
- }
-
- //input控件聚焦样式
- .el-select .el-input.is-focus .el-input__inner {
- color: #fff;
- border-color: #1294b5;
- }
-
- .el-select {
- width: 100%;
- .el-select__tags {
- overflow: hidden;
- white-space: nowrap;
- flex-wrap: nowrap;
- .el-select__tags-text {
- display: inline-block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- }
-
- .el-select-dropdown__empty {
- padding: 10px 0;
- margin: 0;
- font-size: 14px;
- color: #bcbaba;
- text-align: center;
- background: #044b73;
- }
-
- .el-scrollbar__bar.is-vertical {
- top: 2px;
- width: 8px;
- background: white;
- background-color: #ececec;
- }
-
- .el-scrollbar__thumb {
- position: relative;
- display: block;
- width: 0;
- height: 0;
- cursor: pointer;
- background-color: #1294b5;
- border-radius: inherit;
- -webkit-transition: 0.3s background-color;
- transition: 0.3s background-color;
- }
-
- .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
- color: #08c2d0 !important;
- text-overflow: ellipsis;
- }
-
- .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
- color: #fff !important;
- background-color: #044b73 !important;
- }
-
- .el-select-dropdown__list {
- padding: 6px 0;
- margin: 0;
- color: #1294b5 !important;
- list-style: none;
- background: #044b73;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .el-select-dropdown__item {
- position: relative;
- height: 34px;
- padding: 0 20px;
- overflow: hidden;
- font-size: 14px;
- line-height: 34px;
- color: #fbfdff;
- text-overflow: ellipsis;
- white-space: nowrap;
- cursor: pointer;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- //.el-form-inline demo-form-inline
- .demo-form-inline {
- height: 46px;
- overflow-y: auto;
- }
-
- .el-form-item--small .el-form-item__content,
- .el-form-item--small .el-form-item__label {
- line-height: 36px;
- color: #fff !important;
- }
-
- .el-input__inner {
- max-width: 100% !important;
- overflow: hidden !important;
- text-overflow: ellipsis !important;
- word-break: normal !important;
- white-space: nowrap !important;
- }
-
- .el-textarea__inner {
- display: block;
- width: 100%;
- padding: 5px 15px;
- font-size: inherit;
- line-height: 1.5;
- color: #ffffff;
- background-color: #044b73;
- background-image: none;
- border: 1px solid #1294b5;
- border-radius: 4px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
- transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
- resize: vertical;
- }
-
- .el-radio {
- color: #fbfcff;
- font-weight: 500;
- line-height: 1;
- cursor: pointer;
- white-space: nowrap;
- outline: 0;
- margin-right: 30px;
- }
-
- .el-radio__input.is-checked+.el-radio__label {
- color: #1294b5 !important;
- }
-
- .svg-icon {
- color: #fff;
- }
-
- .el-select-dropdown__item.hover {
- position: relative;
- height: 34px;
- padding: 0 20px;
- overflow: hidden;
- font-size: 14px;
- line-height: 34px;
- color: #fbfdff;
- text-overflow: ellipsis;
- white-space: nowrap;
- cursor: pointer;
- background: #0b405adb;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .el-select-dropdown__item.selected {
- color: #08c6d7 !important;
- }
-
- .el-select-dropdown.is-multiple .el-select-dropdown__item {
- padding-right: 40px;
- background: #044b73;
- }
-
- .el-select-dropdown.is-multiple .el-select-dropdown__item.hover {
- padding-right: 40px;
- background: #0b405adb;
- }
-
- .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
- color: #08c6d7;
- background-color: #0b405adb;
- }
-
- .el-range-editor.is-disabled {
- // top: -2px;
- // height: 36px;
- color: #C0C4CC;
- cursor: not-allowed;
- background: #044b73 !important;
- background-color: #044b73;
- border-color: #1294b5;
- }
-
- .el-range-editor.is-disabled .el-range-separator {
- margin-top: -4px;
- margin-right: 5px;
- margin-left: -3px;
- color: #C0C4CC;
- }
-
- .el-range-editor--small .el-range-separator {
- width: 14px !important;
- font-size: 13px;
- line-height: 24px;
- }
-
- .el-date-editor .el-range-separator {
- display: inline-block;
- width: 5%;
- height: 100%;
- //padding: 0px 0px;
- margin: 0;
- margin-top: -4px;
- margin-right: 5px;
- margin-left: -3px;
- font-size: 14px;
- line-height: 32px;
- color: #fff;
- text-align: center;
- }
-
- .el-date-editor .el-range__close-icon {
- display: inline-block;
- float: right;
- width: 1px;
- font-size: 14px;
- line-height: 32px;
- color: #C0C4CC;
- }
-
- .el-range-editor.is-disabled input {
- color: #ced0d4;
- cursor: not-allowed;
- background-color: #044b73 !important;
- }
-
- .el-date-editor .el-range-input {
- display: inline-block;
- width: 39%;
- height: 100%;
- padding: 0;
- margin: 0;
- font-size: 14px;
- color: #fff;
- text-align: center;
- background: #044b73;
- border: none;
- outline: 0;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- }
-
- .el-picker-panel__sidebar {
- position: absolute;
- top: 0;
- bottom: 0;
- width: 110px;
- padding-top: 6px;
- overflow: auto;
- color: #fff !important;
- background-color: #044b73;
- border-right: 1px solid #05afbf;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .el-date-range-picker__content.is-left {
- color: #fff;
- background: #044b73;
- border-right: 1px solid #037d92;
- }
-
- .el-date-range-picker__content.is-right {
- color: #fff;
- background: #044b73;
- border-right: 1px solid #037d92;
- }
-
- .el-picker-panel__shortcut {
- display: block;
- width: 100%;
- padding-left: 12px;
- font-size: 14px;
- line-height: 28px;
- color: #fff;
- text-align: left;
- cursor: pointer;
- background-color: transparent;
- border: 0;
- outline: 0;
- }
-
- .el-picker-panel__shortcut:hover {
- color: #07a1c8 !important;
- }
-
- .el-date-table th {
- padding: 5px;
- font-weight: 400;
- color: #f5f6f8;
- border-bottom: solid 1px #EBEEF5;
- }
-
- .el-picker-panel__icon-btn {
- margin-top: 8px;
- font-size: 12px;
- color: #f4f5f7;
- cursor: pointer;
- background: 0 0;
- border: 0;
- outline: 0;
- }
-
- .el-picker-panel__icon-btn:hover {
- margin-top: 8px;
- font-size: 12px;
- color: #07a1c8 !important;
- cursor: pointer;
- background: 0 0;
- border: 0;
- outline: 0;
- }
-
- .el-date-table td.in-range div,
- .el-date-table td.in-range div:hover,
- .el-date-table.is-week-mode .el-date-table__row.current div,
- .el-date-table.is-week-mode .el-date-table__row:hover div {
- background-color: #0726418e;
- }
-
- .el-range-editor--small.el-input__inner {
- // top: -2px;
- // height: 36px;
- color: #fff;
- background: #044b73 !important;
- }
-
- .el-form-item--mini.el-form-item,
- .el-form-item--small.el-form-item {
- margin-bottom: 10px !important;
- }
-
- .el-form-item--mini.el-form-item,
- .el-form-item--small.el-form-item {
- height: 36px !important;
- padding: 0 !important;
- margin-bottom: 10px !important;
- }
-
- //测试
- .el-form--inline .el-form-item {
- display: inline-block;
- margin-right: 2px;
- vertical-align: top;
- }
-
- .el-form--inline .el-form-item__label {
- display: inline-block;
- float: none;
- color: #fff !important;
- }
-
- .el-form-item__label {
- font-family: '微软雅黑';
- font-size: 14px;
- color: #fff !important;
- }
-
- .el-checkbox__input.is-checked .el-checkbox__inner,
- .el-checkbox__input.is-indeterminate .el-checkbox__inner {
- width: 16px;
- height: 16px;
- background-color: #1294b5;
- border-color: #1294b5;
- }
-
- .el-checkbox__inner {
- position: relative;
- z-index: 1;
- display: inline-block;
- background-color: #FFF;
- border: 1px solid #1294b5;
- border-radius: 2px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
- transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
- }
-
- .el-checkbox__input.is-checked .el-checkbox__inner,
- .el-checkbox__input.is-indeterminate .el-checkbox__inner {
- background-color: #1294b5;
- border-color: #fcfcfc !important;
- }
-
- .el-table {
- background: #03182b;
- }
-
- .el-table__body,
- .el-table__footer,
- .el-table__header {
- height: 40px;
- font-size: 16px;
- border-collapse: separate;
- table-layout: fixed;
- }
-
- .table_header {
- height: 40px;
- font-size: 16px;
- color: #fff !important;
- background-color: #044b73 !important;
- }
-
- .el-table--border,
- .el-table--group {
- //border: 1px solid #c1c2c5;
- }
-
- .el-table--small .el-table__cell {
- padding: 0;
- font-size: 14px;
- color: #fff;
- }
-
- .el-table th,
- .el-table tr {
- height: 40px;
- background-color: #072641;
- }
-
- .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
- background-color: #062f4e !important;
- }
-
- .el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
- background-color: #03182b !important;
- }
-
- .el-table__body tr.hover-row.current-row>td.el-table__cell,
- .el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,
- .el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,
- .el-table__body tr.hover-row>td.el-table__cell {
- background-color: #03182b !important;
- }
-
- .el-table--border .el-table__cell:first-child .cell {
- padding-left: 10px;
- color: aliceblue;
- }
-
- .el-icon-arrow-right::before {
- color: rgb(255, 255, 255);
- content: "\E6E0";
- }
-
- .el-button--mini,
- .el-button--mini.is-round {
- padding: 7px 15px;
- }
-
- .el-button--mini {
- height: 28px !important;
- font-size: 12px;
- border-radius: 3px;
- }
-
- .el-button--small {
- height: 36px !important;
- font-size: 12px;
- border-radius: 3px;
- }
-
- .el-pagination__total {
- margin-right: 10px;
- font-weight: 400;
- color: #fff;
- }
-
- .spanColor[data-v-10ef34c8] {
- color: #fff !important;
- }
-
- .el-pagination__jump {
- margin-left: 24px;
- font-weight: 400;
- color: #f3f4f6;
- }
-
- .el-pagination .el-select .el-input .el-input__inner {
- padding-right: 25px;
- color: #fff;
- background: #044b73;
- border: 1px solid #1294b5;
- border-radius: 3px;
- }
-
- .el-pagination.is-background .el-pager li:not(.disabled).active {
- color: #fff !important;
- background-color: #044b73 !important;
- }
-
- .el-pagination.is-background .btn-next,
- .el-pagination.is-background .btn-prev,
- .el-pagination.is-background .el-pager li {
- min-width: 30px;
- margin: 0 5px;
- color: #f4f6fb;
- background-color: #02425ec8;
- border-radius: 2px;
- }
-
- .el-icon-arrow-left::before {
- color: #acabab !important;
- }
-
- .el-pager li:hover {
- color: #fff !important;
- }
-
- .el-pager li,
- .el-pager li.btn-quicknext:hover,
- .el-pager li.btn-quickprev:hover {
- color: #fff !important;
- cursor: pointer;
- }
-
- .spanColor {
- color: #fff !important;
- }
-
- .el-table.el-table--enable-row-hover .el-table__body tr:hover>td {
- color: aliceblue;
- background: $hoverf !important;
- //opacity: 0.5;
- }
-
- .el-table__body-wrapper::-webkit-scrollbar-track {
- background-color: #e8eaeccb !important;
- }
-
- ::-webkit-scrollbar-track {
- background-color: transparent;
- }
-
- .el-tabs--border-card>.el-tabs__content {
- padding: 10px !important;
- background: #03182b !important;
- }
-
- .el-tabs__header {
- position: relative;
- padding: 0;
- margin: 0 0 10px !important;
- }
-
- .el-tabs--border-card {
- background: #024754b6 !important;
- }
-
- .el-tabs__active-bar {
- //color: #fff !important;
- background: #247598 !important;
- }
-
- .el-tabs__item {
- position: relative;
- display: inline-block;
- height: 40px;
- padding: 0 20px;
- font-size: 14px;
- font-weight: 500;
- line-height: 40px;
- color: #1ba1b9 !important;
- list-style: none;
- border-radius: 20px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .el-tabs__item.is-active {
- color: #fff9f9 !important;
- }
-
- .el-tabs__item:hover {
- color: #fff !important;
- }
-
- .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
- font-size: 16px;
- font-weight: bold;
- color: #08afc9 !important;
- background: linear-gradient(#012b39, #09b3cdc3) !important;
- border: 0.5px solid #03c5fb !important;
- border-color: #03dafb;
- }
-
- .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
- font-size: 16px;
- font-weight: bold;
- color: #fcfefd !important;
- background: linear-gradient(#2d8fa3, #004358);
- border: 0.5px solid #03cdfb !important;
- border-color: #03b5fb;
- }
-
- .el-tabs__nav-scroll {
- overflow: hidden;
- background: #023f57df !important;
- }
-
- .el-loading-mask {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 2000;
- margin: 0;
- background-color: rgba(15, 48, 56, 0.71) !important;
- -webkit-transition: opacity 0.3s;
- transition: opacity 0.3s;
- }
-
- .el-tree {
- position: relative;
- color: #fff;
- cursor: default;
- background: #044b73;
- }
-
- .el-tree .el-tree-node:focus>.el-tree-node__content {
- color: #1294b5 !important;
- background-color: #4aa1b526 !important;
- }
-
- .el-tree-node__content:hover,
- .el-upload-list__item:hover {
- color: #57d4db !important;
- background-color: #133a34eb !important;
- }
-
- .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
- color: #06cdf0 !important;
- background: #132320 !important;
- }
-
- .el-tree-node__expand-icon {
- font-size: 20px;
- color: #1294b5;
- cursor: pointer;
- -webkit-transform: rotate(0);
- transform: rotate(0);
- -webkit-transition: -webkit-transform 0.3s ease-in-out;
- transition: -webkit-transform 0.3s ease-in-out;
- transition: transform 0.3s ease-in-out;
- transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
- }
-
- .el-tree-node__expand-icon.expanded {
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- }
-
- .el-tree-node__expand-icon.is-leaf {
- color: transparent;
- cursor: default;
- }
-
- .el-tree-node__label {
- font-size: 16px;
- }
-
- .el-tree-node__loading-icon {
- margin-right: 8px;
- font-size: 20px;
- color: #1294b5;
- }
-
- .el-tree-node>.el-tree-node__children {
- overflow: hidden;
- color: rgb(252, 252, 252);
- background-color: transparent;
- }
-
- .el-tree-node.is-expanded>.el-tree-node__children {
- display: block;
- }
-
- // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
- // background-color:#f0f7ff
- // }
- .el-tree-node__label {
- font-size: 16px;
- }
-
- ::-webkit-scrollbar-thumb {
- width: 12px !important;
- cursor: pointer !important;
- background-color: #246298 !important;
- border-radius: 10px !important;
- }
-
- ::-webkit-scrollbar-track {
- width: 12px !important;
- cursor: pointer !important;
- background-color: #8b8989;
- border: #d2d0d0;
- }
-
- .el-tree {
- width: 100%;
- overflow: scroll;
- }
-
- .el-tree>.el-tree-node {
- display: inline-block;
- min-width: 100%;
- }
-
- .el-dialog__body {
- padding: 10px 10px !important;
- /* color: #6e87ba; */
- font-size: 14px;
- word-break: break-all;
- background: #034565f0 !important;
- }
-
- .el-dialog .el-dialog__header {
- height: 36px;
- padding: 0 10px !important;
- line-height: 36px;
- background: #044267 !important;
- }
-
- .el-dialog .el-dialog__header .el-dialog__headerbtn {
- top: 5px !important;
- font-size: 24px;
- }
-
- .el-dialog .el-dialog__footer {
- height: 40px !important;
- padding: 0 10px !important;
- line-height: 40px !important;
- background: #034565f0 !important;
- border-top: 1px solid #DCDFE6;
- }
-
- .el-dialog {
- position: absolute !important;
- top: 50% !important;
- left: 50% !important;
- display: flex !important;
- max-width: calc(100% - 30px) !important;
- max-height: calc(100% - 30px) !important;
- margin: 0 !important;
- transform: translate(-50%, -50%) !important;
- flex-direction: column !important;
- }
-
- .el-dialog .el-dialog__body {
- flex: 1 !important;
- overflow: auto !important;
- }
-
- .el-card {
- overflow: hidden;
- color: #fbfbfb;
- background-color: #052542;
- border: 1px solid #EBEEF5;
- border-radius: 4px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
-
- //弹窗样式
- .vxe-table .cell {
- text-align: center !important;
- }
-
- //vxe表格ui全局样式
- .vxe-table--render-default .vxe-cell {
- align-items: center !important;
- height: 40px !important;
- line-height: 40px !important;
- white-space: nowrap !important;
- }
-
- .vxe-table--render-default .vxe-table--body-wrapper,
- .vxe-table--render-default .vxe-table--footer-wrapper {
- background-color: #03182b;
- }
-
- .vxe-table--render-default.size--mini .vxe-body--column:not(.col--ellipsis),
- .vxe-table--render-default.size--mini .vxe-footer--column:not(.col--ellipsis),
- .vxe-table--render-default.size--mini .vxe-header--column:not(.col--ellipsis) {
- padding: 2px 0 !important;
- font-size: 14px;
- }
-
- .vxe-body--row.row--hover {
- color: #FFF;
- background-color: $themeColor !important;
- }
-
-
- /* 表格滚动条样式 */
-
- .vxe-table--body-wrapper::-webkit-scrollbar {
- width: 12px !important;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
- height: 8px;
- background-color: #246298 !important;
- border-radius: 5px;
- border-radius: 30px !important;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-track {
- background: rgb(235, 233, 233);
- border-radius: 2px;
- box-shadow: inset 0 0 5px rgb(174, 173, 173);
- }
-
- .vxe-body--row.row--current {
- color: #fff !important;
- background-color: rgb(8, 82, 118) !important;
- }
-
- // 斑马纹样式
- .vxe-body--row.row--stripe {
- color: #fff;
- background-color: #062f4e !important;
- }
-
- .vxe-body--row {
- font-size: 14px !important;
- font-weight: 400 !important;
- color: #fff;
- background-color: #072641 !important;
- }
-
- .vxe-button.type--button {
- margin-top: -1% !important;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
- background: #1c90b6 !important;
- }
-
- .vxe-table--body-wrapper::-webkit-scrollbar-track {
- background: #ebe9e9 !important;
- border-radius: 2px;
- -webkit-box-shadow: inset 0 0 5px #aeadad;
- box-shadow: inset 0 0 5px #aeadad;
- }
-
- .vxe-button.type--button.theme--primary:not(.is--disabled):hover {
- background-color: rgb(13, 98, 115) !important;
- border-color: rgb(13, 100, 115) !important;
- }
-
- .vxe-icon-checkbox-indeterminate:before {
- content: "\E8C4";
- color: #fff !important;
- font-size: 12px;
- }
-
- .vxe-checkbox .vxe-checkbox--icon,
- .vxe-custom--option .vxe-checkbox--icon,
- .vxe-export--panel-column-option .vxe-checkbox--icon,
- .vxe-table--filter-option .vxe-checkbox--icon,
- .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon {
- font-size: 14px;
- background: #04315e !important;
- vertical-align: middle;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
-
- .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon {
- color: #0f669a;
- border-radius: 2px;
- }
-
- .vxe-icon-checkbox-checked {
- color: #073c60 !important;
- }
-
- .zt[data-v-74e2aa8a] {
- color: #0ebbce;
- }
-
- .el-header,
- .el-main {
- padding: 0;
- }
-
- .el-main {
- background-color: #011d2d !important;
- padding: 0px;
- }
-
- .el-breadcrumb__inner,
- .el-breadcrumb__inner a {
- font-weight: 400 !important;
- }
-
- .el-upload {
- input[type="file"] {
- display: none !important;
- }
- }
-
- .el-upload__input {
- display: none;
- }
-
- // to fixed https://github.com/ElemeFE/element/issues/2461
- .el-dialog {
- position: relative;
- left: 0;
- margin: 0 auto;
- transform: none;
- .el-dialog__body {
- max-height: 70vh;
- padding: 20px;
- overflow-y: auto;
- }
- .el-dialog__header {
- height: 36px;
- padding: 0 20px;
- line-height: 36px;
- background: $themeColor;
- .el-dialog__title {
- font-size: 16px;
- font-weight: bold;
- color: #FFF;
- }
- .el-dialog__headerbtn {
- top: 6px;
- font-size: 24px;
- i {
- color: #fff;
- }
- }
- }
- .el-dialog__footer {
- height: 36px;
- padding: 0 20px;
- line-height: 36px;
- border-top: 1px solid #DCDFE6;
- }
- }
-
- .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
- background-color: #196288;
- border-color: #1c90b6;
- }
-
- .el-checkbox__input.is-disabled .el-checkbox__inner {
- background-color: #2b618e;
- border-color: #1c90b6;
- cursor: not-allowed;
- }
-
- .el-checkbox__label {
- color: #d5e5ef !important;
- }
-
- .wr {
- margin-left: 0%;
- font-size: 14px;
- font-weight: bold;
- color: #fff;
- }
-
- .zd {
- color: #fff !important;
- background: #F30;
- }
-
- .zzd {
- color: #fff !important;
- background: #F90;
- }
-
- .qd {
- color: #fff !important;
- background: #FC0;
- }
-
- .qw {
- color: #fff !important;
- background: #39F;
- }
-
- .wd {
- color: #fff !important;
- background: #393;
- }
-
- .ws {
- color: #fff !important;
- background: #999;
- }
-
- .xshou {
- cursor: pointer;
- }
-
- .right-top {
- color: rgb(7, 131, 161);
- border: 1.5px solid rgb(7, 131, 161);
- border-style: solid hidden hidden hidden;
- }
-
- .xdf {
- margin-left: 2%;
- font-size: 12px;
- font-weight: bold;
- line-height: 0.6rem;
- color: #000;
- }
-
- .l1 {
- color: #fff;
- background: #999;
- }
-
- .l2 {
- color: #fff;
- background: #393;
- }
-
- .l3 {
- color: #fff;
- background: #39F;
- }
-
- .l4 {
- color: #fff;
- background: #F90;
- }
-
- .l5 {
- color: #fff;
- background: #FC0;
- }
-
- .l6 {
- color: #fff;
- background: #F30;
- }
-
- .jkl {
- height: 0.3%;
- margin-top: 1%;
- cursor: pointer;
- }
-
- .cvb {
- height: 20vh;
- overflow-x: hidden;
- overflow-y: auto;
- }
-
- .ll {
- font-weight: bold;
- color: #000;
- }
-
- .d1 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #999;
- }
-
- .d2 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #393;
- }
-
- .asd {
- float: right;
- font-size: 14px;
- font-weight: bold;
- line-height: 15px;
- color: #FFF;
- }
-
- .d3 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #39F;
- }
-
- .d4 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #F90;
- }
-
- .d5 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #FC0;
- }
-
- .d6 {
- padding: 1.5%;
- line-height: 10px;
- color: #fff;
- background: #F30;
- }
-
- .qwe {
- margin-top: 5px;
- }
-
- .fgh {
- height: 5vh;
- }
-
- .lf {
- float: left;
- }
-
- .spanfont {
- font-weight: bold;
- color: #fff;
- }
-
- // span {
- // color: #242323;
- // }
- .el-picker-panel [slot=sidebar]+.el-picker-panel__body,
- .el-picker-panel__sidebar+.el-picker-panel__body {
- margin-left: 110px;
- color: #fff;
- background: #044b73;
- }
-
- .el-date-picker__header {
- margin: 12px;
- text-align: center;
- color: #fff !important;
- background: #044b73;
- }
-
- .el-date-picker__header-label {
- font-size: 16px;
- font-weight: 500;
- padding: 0 5px;
- line-height: 22px;
- text-align: center;
- cursor: pointer;
- color: #fefefe;
- }
-
- .el-date-table td.disabled div {
- background-color: #043c52b4;
- opacity: 1;
- cursor: not-allowed;
- color: #C0C4CC;
- }
-
- .el-popper[x-placement^=bottom],
- .el-tooltip__popper[x-placement^=bottom] {
- margin-top: 12px;
- background: #044b73;
- }
-
- .el-month-table td.current:not(.disabled) .cell {
- color: #0793be !important;
- }
-
- .el-month-table td .cell {
- width: 60px;
- height: 36px;
- display: block;
- line-height: 36px;
- color: #ffffff;
- margin: 0 auto;
- border-radius: 18px;
- }
-
- .el-month-table td .cell:hover {
- width: 60px;
- height: 36px;
- display: block;
- line-height: 36px;
- color: #079fbe !important;
- margin: 0 auto;
- border-radius: 18px;
- }
-
- .fontColor {
- color: #fff !important;
- }
-
- .viewback {
- background: #011d30 !important;
- }
-
- .viewsback {
- background: #0c2e44 !important;
- }
+.element-uitwo{
+ .h3 {
+ color: #ffff !important
+ }
+
+ // cover some element-ui styles
+ .tableScopeSwitch .el-switch__label {
+ position: absolute;
+ display: none;
+ color: #fff !important;
+ }
+
+ .Inspection {
+ background: #011d30 !important;
+ }
+
+
+ /* 打开时文字位置设置 */
+
+ .tableScopeSwitch .el-switch__label--right {
+ z-index: 1;
+ /* 不同场景下可能不同,自行调整 */
+ }
+
+
+ /* 关闭时文字位置设置 */
+
+ .tableScopeSwitch .el-switch__label--left {
+ left: 20px;
+ /* 不同场景下可能不同,自行调整 */
+ z-index: 1;
+ }
+
+ .el-cascader-menu__list {
+ position: relative;
+ height: 250px;
+ margin: 0;
+ padding: 6px 0;
+ background: #044b73 !important;
+ color: #fff !important;
+ list-style: none;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+
+ .el-cascader-node:not(.is-disabled):focus,
+ .el-cascader-node:not(.is-disabled):hover {
+ background: #02324e !important;
+ color: #fff !important;
+ }
+
+ .el-cascader-node.in-active-path,
+ .el-cascader-node.is-active,
+ .el-cascader-node.is-selectable.in-checked-path {
+ color: #fff !important;
+ }
+
+
+ /* 显示文字 */
+
+ .tableScopeSwitch .el-switch__label.is-active {
+ display: block;
+ }
+
+ .tableScopeSwitch.el-switch .el-switch__core,
+ .el-switch .el-switch__label {
+ width: 60px !important;
+ /* 开关按钮的宽度大小 */
+ }
+
+ .el-dropdown-menu__item {
+ list-style: none;
+ line-height: 36px;
+ margin: 0;
+ color: #fff !important;
+ outline: 0;
+ }
+
+ .el-dropdown-menu__item:hover {
+ list-style: none;
+ line-height: 36px;
+ margin: 0;
+ background: #012f3d !important;
+ outline: 0;
+ }
+
+ body {
+ padding: 0 !important;
+ }
+
+ .spanColor {
+ color: #fff !important
+ }
+
+ .layout4 .needTagsView .app-header-in {
+ height: 33px !important;
+ overflow: hidden !important;
+ background: #013444 !important;
+ border-bottom: 0.5px solid #14527b;
+ }
+
+ .tags-view-container {
+ background: #01171e !important;
+ }
+
+ .tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64]:first-of-type {
+ margin-left: 10px !important;
+ }
+
+ .el-scrollbar__bar.is-horizontal {
+ height: 0px !important;
+ left: 1px !important;
+ top: 30px !important;
+ }
+
+ .layout4 .app-container .app-container-in .app-main .app-main-in {
+ position: relative;
+ height: 0%;
+ background: #03182b;
+ }
+
+ .el-button {
+ height: 36px;
+ border-radius: 3px;
+ // min-width: 80px;
+ }
+
+ .el-button--primary {
+ color: #0CF;
+ background-color: #044b73 !important;
+ border-color: #1294b5 !important;
+ }
+
+ .el-button--primary:hover {
+ color: #fefefe;
+ background-color: #0093cf !important;
+ border-color: #1294b5 !important;
+ }
+
+ .el-button--primary:focus {
+ color: #fefefe;
+ //cursor: wait;
+ background-color: #0093cf !important;
+ border-color: #1294b5 !important;
+ }
+
+ .tags-view-container .tags-view-wrapper .tags-view-item.active {
+ font-size: 14px;
+ font-weight: bold;
+ background-color: #1294b5;
+ border-color: #1294b5;
+ }
+
+ .el-button--primary.is-plain {
+ color: #f4f6f7 !important;
+ // background: #e6ecf0;
+ //border-color: #9bb3c2;
+ }
+
+ //input控件样式
+ .el-input--small .el-input__inner {
+ height: 36px;
+ line-height: 36px;
+ color: #fff;
+ background: #044b73;
+ border-color: #1294b5;
+ }
+
+ .el-input.is-disabled .el-input__inner {
+ color: #ccc;
+ cursor: not-allowed;
+ background-color: #4680a2a3;
+ border-color: #1294b5;
+ }
+
+ //input控件聚焦样式
+ .el-select .el-input.is-focus .el-input__inner {
+ color: #fff;
+ border-color: #1294b5;
+ }
+
+ .el-select {
+ width: 100%;
+ .el-select__tags {
+ overflow: hidden;
+ white-space: nowrap;
+ flex-wrap: nowrap;
+ .el-select__tags-text {
+ display: inline-block;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+ }
+ }
+
+ .el-select-dropdown__empty {
+ padding: 10px 0;
+ margin: 0;
+ font-size: 14px;
+ color: #bcbaba;
+ text-align: center;
+ background: #044b73;
+ }
+
+ .el-scrollbar__bar.is-vertical {
+ top: 2px;
+ width: 8px;
+ background: white;
+ background-color: #ececec;
+ }
+
+ .el-scrollbar__thumb {
+ position: relative;
+ display: block;
+ width: 0;
+ height: 0;
+ cursor: pointer;
+ background-color: #1294b5;
+ border-radius: inherit;
+ -webkit-transition: 0.3s background-color;
+ transition: 0.3s background-color;
+ }
+
+ .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
+ color: #08c2d0 !important;
+ text-overflow: ellipsis;
+ }
+
+ .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
+ color: #fff !important;
+ background-color: #044b73 !important;
+ }
+
+ .el-select-dropdown__list {
+ padding: 6px 0;
+ margin: 0;
+ color: #1294b5 !important;
+ list-style: none;
+ background: #044b73;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+
+ .el-select-dropdown__item {
+ position: relative;
+ height: 34px;
+ padding: 0 20px;
+ overflow: hidden;
+ font-size: 14px;
+ line-height: 34px;
+ color: #fbfdff;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ cursor: pointer;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+
+ //.el-form-inline demo-form-inline
+ .demo-form-inline {
+ height: 46px;
+ overflow-y: auto;
+ }
+
+ .el-form-item--small .el-form-item__content,
+ .el-form-item--small .el-form-item__label {
+ line-height: 36px;
+ color: #fff !important;
+ }
+
+ .el-input__inner {
+ max-width: 100% !important;
+ overflow: hidden !important;
+ text-overflow: ellipsis !important;
+ word-break: normal !important;
+ white-space: nowrap !important;
+ }
+
+ .el-textarea__inner {
+ display: block;
+ width: 100%;
+ padding: 5px 15px;
+ font-size: inherit;
+ line-height: 1.5;
+ color: #ffffff;
+ background-color: #044b73;
+ background-image: none;
+ border: 1px solid #1294b5;
+ border-radius: 4px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
+ transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
+ resize: vertical;
+ }
+
+ .el-radio {
+ color: #fbfcff;
+ font-weight: 500;
+ line-height: 1;
+ cursor: pointer;
+ white-space: nowrap;
+ outline: 0;
+ margin-right: 30px;
+ }
+
+ .el-radio__input.is-checked+.el-radio__label {
+ color: #1294b5 !important;
+ }
+
+ .svg-icon {
+ color: #fff;
+ }
+
+ .el-select-dropdown__item.hover {
+ position: relative;
+ height: 34px;
+ padding: 0 20px;
+ overflow: hidden;
+ font-size: 14px;
+ line-height: 34px;
+ color: #fbfdff;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ cursor: pointer;
+ background: #0b405adb;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+
+ .el-select-dropdown__item.selected {
+ color: #08c6d7 !important;
+ }
+
+ .el-select-dropdown.is-multiple .el-select-dropdown__item {
+ padding-right: 40px;
+ background: #044b73;
+ }
+
+ .el-select-dropdown.is-multiple .el-select-dropdown__item.hover {
+ padding-right: 40px;
+ background: #0b405adb;
+ }
+
+ .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
+ color: #08c6d7;
+ background-color: #0b405adb;
+ }
+
+ .el-range-editor.is-disabled {
+ // top: -2px;
+ // height: 36px;
+ color: #C0C4CC;
+ cursor: not-allowed;
+ background: #044b73 !important;
+ background-color: #044b73;
+ border-color: #1294b5;
+ }
+
+ .el-range-editor.is-disabled .el-range-separator {
+ margin-top: -4px;
+ margin-right: 5px;
+ margin-left: -3px;
+ color: #C0C4CC;
+ }
+
+ .el-range-editor--small .el-range-separator {
+ width: 14px !important;
+ font-size: 13px;
+ line-height: 24px;
+ }
+
+ .el-date-editor .el-range-separator {
+ display: inline-block;
+ width: 5%;
+ height: 100%;
+ //padding: 0px 0px;
+ margin: 0;
+ margin-top: -4px;
+ margin-right: 5px;
+ margin-left: -3px;
+ font-size: 14px;
+ line-height: 32px;
+ color: #fff;
+ text-align: center;
+ }
+
+ .el-date-editor .el-range__close-icon {
+ display: inline-block;
+ float: right;
+ width: 1px;
+ font-size: 14px;
+ line-height: 32px;
+ color: #C0C4CC;
+ }
+
+ .el-range-editor.is-disabled input {
+ color: #ced0d4;
+ cursor: not-allowed;
+ background-color: #044b73 !important;
+ }
+
+ .el-date-editor .el-range-input {
+ display: inline-block;
+ width: 39%;
+ height: 100%;
+ padding: 0;
+ margin: 0;
+ font-size: 14px;
+ color: #fff;
+ text-align: center;
+ background: #044b73;
+ border: none;
+ outline: 0;
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ }
+
+ .el-picker-panel__sidebar {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ width: 110px;
+ padding-top: 6px;
+ overflow: auto;
+ color: #fff !important;
+ background-color: #044b73;
+ border-right: 1px solid #05afbf;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+
+ .el-date-range-picker__content.is-left {
+ color: #fff;
+ background: #044b73;
+ border-right: 1px solid #037d92;
+ }
+
+ .el-date-range-picker__content.is-right {
+ color: #fff;
+ background: #044b73;
+ border-right: 1px solid #037d92;
+ }
+
+ .el-picker-panel__shortcut {
+ display: block;
+ width: 100%;
+ padding-left: 12px;
+ font-size: 14px;
+ line-height: 28px;
+ color: #fff;
+ text-align: left;
+ cursor: pointer;
+ background-color: transparent;
+ border: 0;
+ outline: 0;
+ }
+
+ .el-picker-panel__shortcut:hover {
+ color: #07a1c8 !important;
+ }
+
+ .el-date-table th {
+ padding: 5px;
+ font-weight: 400;
+ color: #f5f6f8;
+ border-bottom: solid 1px #EBEEF5;
+ }
+
+ .el-picker-panel__icon-btn {
+ margin-top: 8px;
+ font-size: 12px;
+ color: #f4f5f7;
+ cursor: pointer;
+ background: 0 0;
+ border: 0;
+ outline: 0;
+ }
+
+ .el-picker-panel__icon-btn:hover {
+ margin-top: 8px;
+ font-size: 12px;
+ color: #07a1c8 !important;
+ cursor: pointer;
+ background: 0 0;
+ border: 0;
+ outline: 0;
+ }
+
+ .el-date-table td.in-range div,
+ .el-date-table td.in-range div:hover,
+ .el-date-table.is-week-mode .el-date-table__row.current div,
+ .el-date-table.is-week-mode .el-date-table__row:hover div {
+ background-color: #0726418e;
+ }
+
+ .el-range-editor--small.el-input__inner {
+ // top: -2px;
+ // height: 36px;
+ color: #fff;
+ background: #044b73 !important;
+ }
+
+ .el-form-item--mini.el-form-item,
+ .el-form-item--small.el-form-item {
+ margin-bottom: 10px !important;
+ }
+
+ .el-form-item--mini.el-form-item,
+ .el-form-item--small.el-form-item {
+ height: 36px !important;
+ padding: 0 !important;
+ margin-bottom: 10px !important;
+ }
+
+ //测试
+ .el-form--inline .el-form-item {
+ display: inline-block;
+ margin-right: 2px;
+ vertical-align: top;
+ }
+
+ .el-form--inline .el-form-item__label {
+ display: inline-block;
+ float: none;
+ color: #fff !important;
+ }
+
+ .el-form-item__label {
+ font-family: '微软雅黑';
+ font-size: 14px;
+ color: #fff !important;
+ }
+
+ .el-checkbox__input.is-checked .el-checkbox__inner,
+ .el-checkbox__input.is-indeterminate .el-checkbox__inner {
+ width: 16px;
+ height: 16px;
+ background-color: #1294b5;
+ border-color: #1294b5;
+ }
+
+ .el-checkbox__inner {
+ position: relative;
+ z-index: 1;
+ display: inline-block;
+ background-color: #FFF;
+ border: 1px solid #1294b5;
+ border-radius: 2px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
+ transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
+ }
+
+ .el-checkbox__input.is-checked .el-checkbox__inner,
+ .el-checkbox__input.is-indeterminate .el-checkbox__inner {
+ background-color: #1294b5;
+ border-color: #fcfcfc !important;
+ }
+
+ .el-table {
+ background: #03182b;
+ }
+
+ .el-table__body,
+ .el-table__footer,
+ .el-table__header {
+ height: 40px;
+ font-size: 16px;
+ border-collapse: separate;
+ table-layout: fixed;
+ }
+
+ .table_header {
+ height: 40px;
+ font-size: 16px;
+ color: #fff !important;
+ background-color: #044b73 !important;
+ }
+
+ .el-table--border,
+ .el-table--group {
+ //border: 1px solid #c1c2c5;
+ }
+
+ .el-table--small .el-table__cell {
+ padding: 0;
+ font-size: 14px;
+ color: #fff;
+ }
+
+ .el-table th,
+ .el-table tr {
+ height: 40px;
+ background-color: #072641;
+ }
+
+ .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
+ background-color: #062f4e !important;
+ }
+
+ .el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
+ background-color: #03182b !important;
+ }
+
+ .el-table__body tr.hover-row.current-row>td.el-table__cell,
+ .el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,
+ .el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,
+ .el-table__body tr.hover-row>td.el-table__cell {
+ background-color: #03182b !important;
+ }
+
+ .el-table--border .el-table__cell:first-child .cell {
+ padding-left: 10px;
+ color: aliceblue;
+ }
+
+ .el-icon-arrow-right::before {
+ color: rgb(255, 255, 255);
+ content: "\E6E0";
+ }
+
+ .el-button--mini,
+ .el-button--mini.is-round {
+ padding: 7px 15px;
+ }
+
+ .el-button--mini {
+ height: 28px !important;
+ font-size: 12px;
+ border-radius: 3px;
+ }
+
+ .el-button--small {
+ height: 36px !important;
+ font-size: 12px;
+ border-radius: 3px;
+ }
+
+ .el-pagination__total {
+ margin-right: 10px;
+ font-weight: 400;
+ color: #fff;
+ }
+
+ .spanColor[data-v-10ef34c8] {
+ color: #fff !important;
+ }
+
+ .el-pagination__jump {
+ margin-left: 24px;
+ font-weight: 400;
+ color: #f3f4f6;
+ }
+
+ .el-pagination .el-select .el-input .el-input__inner {
+ padding-right: 25px;
+ color: #fff;
+ background: #044b73;
+ border: 1px solid #1294b5;
+ border-radius: 3px;
+ }
+
+ .el-pagination.is-background .el-pager li:not(.disabled).active {
+ color: #fff !important;
+ background-color: #044b73 !important;
+ }
+
+ .el-pagination.is-background .btn-next,
+ .el-pagination.is-background .btn-prev,
+ .el-pagination.is-background .el-pager li {
+ min-width: 30px;
+ margin: 0 5px;
+ color: #f4f6fb;
+ background-color: #02425ec8;
+ border-radius: 2px;
+ }
+
+ .el-icon-arrow-left::before {
+ color: #acabab !important;
+ }
+
+ .el-pager li:hover {
+ color: #fff !important;
+ }
+
+ .el-pager li,
+ .el-pager li.btn-quicknext:hover,
+ .el-pager li.btn-quickprev:hover {
+ color: #fff !important;
+ cursor: pointer;
+ }
+
+ .spanColor {
+ color: #fff !important;
+ }
+
+ .el-table.el-table--enable-row-hover .el-table__body tr:hover>td {
+ color: aliceblue;
+ background: $hoverf !important;
+ //opacity: 0.5;
+ }
+
+ .el-table__body-wrapper::-webkit-scrollbar-track {
+ background-color: #e8eaeccb !important;
+ }
+
+ ::-webkit-scrollbar-track {
+ background-color: transparent;
+ }
+
+ .el-tabs--border-card>.el-tabs__content {
+ padding: 10px !important;
+ background: #03182b !important;
+ }
+
+ .el-tabs__header {
+ position: relative;
+ padding: 0;
+ margin: 0 0 10px !important;
+ }
+
+ .el-tabs--border-card {
+ background: #024754b6 !important;
+ }
+
+ .el-tabs__active-bar {
+ //color: #fff !important;
+ background: #247598 !important;
+ }
+
+ .el-tabs__item {
+ position: relative;
+ display: inline-block;
+ height: 40px;
+ padding: 0 20px;
+ font-size: 14px;
+ font-weight: 500;
+ line-height: 40px;
+ color: #1ba1b9 !important;
+ list-style: none;
+ border-radius: 20px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+
+ .el-tabs__item.is-active {
+ color: #fff9f9 !important;
+ }
+
+ .el-tabs__item:hover {
+ color: #fff !important;
+ }
+
+ .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
+ font-size: 16px;
+ font-weight: bold;
+ color: #08afc9 !important;
+ background: linear-gradient(#012b39, #09b3cdc3) !important;
+ border: 0.5px solid #03c5fb !important;
+ border-color: #03dafb;
+ }
+
+ .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
+ font-size: 16px;
+ font-weight: bold;
+ color: #fcfefd !important;
+ background: linear-gradient(#2d8fa3, #004358);
+ border: 0.5px solid #03cdfb !important;
+ border-color: #03b5fb;
+ }
+
+ .el-tabs__nav-scroll {
+ overflow: hidden;
+ background: #023f57df !important;
+ }
+
+ .el-loading-mask {
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 2000;
+ margin: 0;
+ background-color: rgba(15, 48, 56, 0.71) !important;
+ -webkit-transition: opacity 0.3s;
+ transition: opacity 0.3s;
+ }
+
+ .el-tree {
+ position: relative;
+ color: #fff;
+ cursor: default;
+ background: #044b73;
+ }
+
+ .el-tree .el-tree-node:focus>.el-tree-node__content {
+ color: #1294b5 !important;
+ background-color: #4aa1b526 !important;
+ }
+
+ .el-tree-node__content:hover,
+ .el-upload-list__item:hover {
+ color: #57d4db !important;
+ background-color: #133a34eb !important;
+ }
+
+ .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
+ color: #06cdf0 !important;
+ background: #132320 !important;
+ }
+
+ .el-tree-node__expand-icon {
+ font-size: 20px;
+ color: #1294b5;
+ cursor: pointer;
+ -webkit-transform: rotate(0);
+ transform: rotate(0);
+ -webkit-transition: -webkit-transform 0.3s ease-in-out;
+ transition: -webkit-transform 0.3s ease-in-out;
+ transition: transform 0.3s ease-in-out;
+ transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
+ }
+
+ .el-tree-node__expand-icon.expanded {
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
+ }
+
+ .el-tree-node__expand-icon.is-leaf {
+ color: transparent;
+ cursor: default;
+ }
+
+ .el-tree-node__label {
+ font-size: 16px;
+ }
+
+ .el-tree-node__loading-icon {
+ margin-right: 8px;
+ font-size: 20px;
+ color: #1294b5;
+ }
+
+ .el-tree-node>.el-tree-node__children {
+ overflow: hidden;
+ color: rgb(252, 252, 252);
+ background-color: transparent;
+ }
+
+ .el-tree-node.is-expanded>.el-tree-node__children {
+ display: block;
+ }
+
+ // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
+ // background-color:#f0f7ff
+ // }
+ .el-tree-node__label {
+ font-size: 16px;
+ }
+
+ ::-webkit-scrollbar-thumb {
+ width: 12px !important;
+ cursor: pointer !important;
+ background-color: #246298 !important;
+ border-radius: 10px !important;
+ }
+
+ ::-webkit-scrollbar-track {
+ width: 12px !important;
+ cursor: pointer !important;
+ background-color: #8b8989;
+ border: #d2d0d0;
+ }
+
+ .el-tree {
+ width: 100%;
+ overflow: scroll;
+ }
+
+ .el-tree>.el-tree-node {
+ display: inline-block;
+ min-width: 100%;
+ }
+
+ .el-dialog__body {
+ padding: 10px 10px !important;
+ /* color: #6e87ba; */
+ font-size: 14px;
+ word-break: break-all;
+ background: #034565f0 !important;
+ }
+
+ .el-dialog .el-dialog__header {
+ height: 55px;
+ padding: 0 10px !important;
+ line-height: 55px;
+ background: #044267 !important;
+ }
+
+ .el-dialog .el-dialog__header .el-dialog__headerbtn {
+ top: 5px !important;
+ font-size: 24px;
+ }
+
+ .el-dialog .el-dialog__footer {
+ height: 40px !important;
+ padding: 0 10px !important;
+ line-height: 40px !important;
+ background: #034565f0 !important;
+ border-top: 1px solid #DCDFE6;
+ }
+
+ .el-dialog {
+ position: absolute !important;
+ top: 50% !important;
+ left: 50% !important;
+ display: flex !important;
+ max-width: calc(100% - 30px) !important;
+ max-height: calc(100% - 30px) !important;
+ margin: 0 !important;
+ transform: translate(-50%, -50%) !important;
+ flex-direction: column !important;
+ }
+
+ .el-dialog .el-dialog__body {
+ flex: 1 !important;
+ overflow: auto !important;
+ }
+
+ .el-card {
+ overflow: hidden;
+ color: #fbfbfb;
+ background-color: #052542;
+ border: 1px solid #EBEEF5;
+ border-radius: 4px;
+ -webkit-transition: 0.3s;
+ transition: 0.3s;
+ }
+
+ //弹窗样式
+ .vxe-table .cell {
+ text-align: center !important;
+ }
+
+ //vxe表格ui全局样式
+ .vxe-table--render-default .vxe-cell {
+ align-items: center !important;
+ height: 40px !important;
+ line-height: 40px !important;
+ white-space: nowrap !important;
+ }
+
+ .vxe-table--render-default .vxe-table--body-wrapper,
+ .vxe-table--render-default .vxe-table--footer-wrapper {
+ background-color: #03182b;
+ }
+
+ .vxe-table--render-default.size--mini .vxe-body--column:not(.col--ellipsis),
+ .vxe-table--render-default.size--mini .vxe-footer--column:not(.col--ellipsis),
+ .vxe-table--render-default.size--mini .vxe-header--column:not(.col--ellipsis) {
+ padding: 2px 0 !important;
+ font-size: 14px;
+ }
+
+ .vxe-body--row.row--hover {
+ color: #FFF;
+ background-color: $themeColor !important;
+ }
+
+
+ /* 表格滚动条样式 */
+
+ .vxe-table--body-wrapper::-webkit-scrollbar {
+ width: 12px !important;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
+ height: 8px;
+ background-color: #246298 !important;
+ border-radius: 5px;
+ border-radius: 30px !important;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-track {
+ background: rgb(235, 233, 233);
+ border-radius: 2px;
+ box-shadow: inset 0 0 5px rgb(174, 173, 173);
+ }
+
+ .vxe-body--row.row--current {
+ color: #fff !important;
+ background-color: rgb(8, 82, 118) !important;
+ }
+
+ // 斑马纹样式
+ .vxe-body--row.row--stripe {
+ color: #fff;
+ background-color: #062f4e !important;
+ }
+
+ .vxe-body--row {
+ font-size: 14px !important;
+ font-weight: 400 !important;
+ color: #fff;
+ background-color: #072641 !important;
+ }
+
+ .vxe-button.type--button {
+ margin-top: -1% !important;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
+ background: #1c90b6 !important;
+ }
+
+ .vxe-table--body-wrapper::-webkit-scrollbar-track {
+ background: #ebe9e9 !important;
+ border-radius: 2px;
+ -webkit-box-shadow: inset 0 0 5px #aeadad;
+ box-shadow: inset 0 0 5px #aeadad;
+ }
+
+ .vxe-button.type--button.theme--primary:not(.is--disabled):hover {
+ background-color: rgb(13, 98, 115) !important;
+ border-color: rgb(13, 100, 115) !important;
+ }
+
+ .vxe-icon-checkbox-indeterminate:before {
+ content: "\E8C4";
+ color: #fff !important;
+ font-size: 12px;
+ }
+
+ .vxe-checkbox .vxe-checkbox--icon,
+ .vxe-custom--option .vxe-checkbox--icon,
+ .vxe-export--panel-column-option .vxe-checkbox--icon,
+ .vxe-table--filter-option .vxe-checkbox--icon,
+ .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon {
+ font-size: 14px;
+ background: #04315e !important;
+ vertical-align: middle;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ }
+
+ .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon {
+ color: #0f669a;
+ border-radius: 2px;
+ }
+
+ .vxe-icon-checkbox-checked {
+ color: #073c60 !important;
+ }
+
+ .zt[data-v-74e2aa8a] {
+ color: #0ebbce;
+ }
+
+ .el-header,
+ .el-main {
+ padding: 0;
+ }
+
+ .el-main {
+ background-color: #011d2d !important;
+ padding: 0px;
+ }
+
+ .el-breadcrumb__inner,
+ .el-breadcrumb__inner a {
+ font-weight: 400 !important;
+ }
+
+ .el-upload {
+ input[type="file"] {
+ display: none !important;
+ }
+ }
+
+ .el-upload__input {
+ display: none;
+ }
+
+ // to fixed https://github.com/ElemeFE/element/issues/2461
+ .el-dialog {
+ position: relative;
+ left: 0;
+ margin: 0 auto;
+ transform: none;
+ .el-dialog__body {
+ max-height: 70vh;
+ padding: 20px;
+ overflow-y: auto;
+ }
+ .el-dialog__header {
+ height: 55px;
+ padding: 0 20px;
+ line-height: 55px;
+ background: $themeColor;
+ .el-dialog__title {
+ font-size: 16px;
+ font-weight: bold;
+ color: #FFF;
+ }
+ .el-dialog__headerbtn {
+ top: 6px;
+ font-size: 24px;
+ i {
+ color: #fff;
+ }
+ }
+ }
+ .el-dialog__footer {
+ height: 36px;
+ padding: 0 20px;
+ line-height: 36px;
+ border-top: 1px solid #DCDFE6;
+ }
+ }
+
+ .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
+ background-color: #196288;
+ border-color: #1c90b6;
+ }
+
+ .el-checkbox__input.is-disabled .el-checkbox__inner {
+ background-color: #2b618e;
+ border-color: #1c90b6;
+ cursor: not-allowed;
+ }
+
+ .el-checkbox__label {
+ color: #d5e5ef !important;
+ }
+
+ .wr {
+ margin-left: 0%;
+ font-size: 14px;
+ font-weight: bold;
+ color: #fff;
+ }
+
+ .zd {
+ color: #fff !important;
+ background: #F30;
+ }
+
+ .zzd {
+ color: #fff !important;
+ background: #F90;
+ }
+
+ .qd {
+ color: #fff !important;
+ background: #FC0;
+ }
+
+ .qw {
+ color: #fff !important;
+ background: #39F;
+ }
+
+ .wd {
+ color: #fff !important;
+ background: #393;
+ }
+
+ .ws {
+ color: #fff !important;
+ background: #999;
+ }
+
+ .xshou {
+ cursor: pointer;
+ }
+
+ .right-top {
+ color: rgb(7, 131, 161);
+ border: 1.5px solid rgb(7, 131, 161);
+ border-style: solid hidden hidden hidden;
+ }
+
+ .xdf {
+ margin-left: 2%;
+ font-size: 12px;
+ font-weight: bold;
+ line-height: 0.6rem;
+ color: #000;
+ }
+
+ .l1 {
+ color: #fff;
+ background: #999;
+ }
+
+ .l2 {
+ color: #fff;
+ background: #393;
+ }
+
+ .l3 {
+ color: #fff;
+ background: #39F;
+ }
+
+ .l4 {
+ color: #fff;
+ background: #F90;
+ }
+
+ .l5 {
+ color: #fff;
+ background: #FC0;
+ }
+
+ .l6 {
+ color: #fff;
+ background: #F30;
+ }
+
+ .jkl {
+ height: 0.3%;
+ margin-top: 1%;
+ cursor: pointer;
+ }
+
+ .cvb {
+ height: 20vh;
+ overflow-x: hidden;
+ overflow-y: auto;
+ }
+
+ .ll {
+ font-weight: bold;
+ color: #000;
+ }
+
+ .d1 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #999;
+ }
+
+ .d2 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #393;
+ }
+
+ .asd {
+ float: right;
+ font-size: 14px;
+ font-weight: bold;
+ line-height: 15px;
+ color: #FFF;
+ }
+
+ .d3 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #39F;
+ }
+
+ .d4 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #F90;
+ }
+
+ .d5 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #FC0;
+ }
+
+ .d6 {
+ padding: 1.5%;
+ line-height: 10px;
+ color: #fff;
+ background: #F30;
+ }
+
+ .qwe {
+ margin-top: 5px;
+ }
+
+ .fgh {
+ height: 5vh;
+ }
+
+ .lf {
+ float: left;
+ }
+
+ .spanfont {
+ font-weight: bold;
+ color: #fff;
+ }
+
+ // span {
+ // color: #242323;
+ // }
+ .el-picker-panel [slot=sidebar]+.el-picker-panel__body,
+ .el-picker-panel__sidebar+.el-picker-panel__body {
+ margin-left: 110px;
+ color: #fff;
+ background: #044b73;
+ }
+
+ .el-date-picker__header {
+ margin: 12px;
+ text-align: center;
+ color: #fff !important;
+ background: #044b73;
+ }
+
+ .el-date-picker__header-label {
+ font-size: 16px;
+ font-weight: 500;
+ padding: 0 5px;
+ line-height: 22px;
+ text-align: center;
+ cursor: pointer;
+ color: #fefefe;
+ }
+
+ .el-date-table td.disabled div {
+ background-color: #043c52b4;
+ opacity: 1;
+ cursor: not-allowed;
+ color: #C0C4CC;
+ }
+
+ .el-popper[x-placement^=bottom],
+ .el-tooltip__popper[x-placement^=bottom] {
+ margin-top: 12px;
+ background: #044b73;
+ }
+
+ .el-month-table td.current:not(.disabled) .cell {
+ color: #0793be !important;
+ }
+
+ .el-month-table td .cell {
+ width: 60px;
+ height: 36px;
+ display: block;
+ line-height: 36px;
+ color: #ffffff;
+ margin: 0 auto;
+ border-radius: 18px;
+ }
+
+ .el-month-table td .cell:hover {
+ width: 60px;
+ height: 36px;
+ display: block;
+ line-height: 36px;
+ color: #079fbe !important;
+ margin: 0 auto;
+ border-radius: 18px;
+ }
+
+ .fontColor {
+ color: #fff !important;
+ }
+
+ .viewback {
+ background: #011d30 !important;
+ }
+
+ .viewsback {
+ background: #0c2e44 !important;
+ }
}
\ No newline at end of file
diff --git a/src/views/BusinessAdministrator/setup/userLoginInformation.vue b/src/views/BusinessAdministrator/setup/userLoginInformation.vue
index 4a02d94..4497ce2 100644
--- a/src/views/BusinessAdministrator/setup/userLoginInformation.vue
+++ b/src/views/BusinessAdministrator/setup/userLoginInformation.vue
@@ -1,120 +1,120 @@
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Distributionnetwork-analysis/components/historicalTrendChart/StandingBook.vue b/src/views/Distributionnetwork-analysis/components/historicalTrendChart/StandingBook.vue
index 9f77894..54c037d 100644
--- a/src/views/Distributionnetwork-analysis/components/historicalTrendChart/StandingBook.vue
+++ b/src/views/Distributionnetwork-analysis/components/historicalTrendChart/StandingBook.vue
@@ -1,671 +1,671 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
- 导出历史数据
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ (form.pageNum - 1) * form.pageSize + scope.$index + 1 }}
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.isUpToGrid == 1 ? '是' : '否' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.ifSensitiveUser == 1 ? '是' : '否' }}
-
-
-
-
- {{ scope.row.ifPowerQuality == 1 ? '是' : '否' }}
-
-
-
-
- {{ scope.row.ifKeyCustomers == 1 ? '是' : '否' }}
-
-
-
-
-
-
-
- 历史趋势
-
-
- 准实时数据
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ (form.pageNum - 1) * form.pageSize + scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.isUpToGrid == 1 ? '是' : '否' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.ifSensitiveUser == 1 ? '是' : '否' }}
+
+
+
+
+ {{ scope.row.ifPowerQuality == 1 ? '是' : '否' }}
+
+
+
+
+ {{ scope.row.ifKeyCustomers == 1 ? '是' : '否' }}
+
+
+
+
+
+
+
+ 历史趋势
+
+
+ 准实时数据
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Event-boot/Advanced-analysis/components/boxi.vue b/src/views/Event-boot/Advanced-analysis/components/boxi.vue
index 8bee52b..4ad539f 100644
--- a/src/views/Event-boot/Advanced-analysis/components/boxi.vue
+++ b/src/views/Event-boot/Advanced-analysis/components/boxi.vue
@@ -1,431 +1,431 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Statistical-analysis/statisticalReport/components/reportForm.vue b/src/views/Statistical-analysis/statisticalReport/components/reportForm.vue
index 4695ae6..ef0abc3 100644
--- a/src/views/Statistical-analysis/statisticalReport/components/reportForm.vue
+++ b/src/views/Statistical-analysis/statisticalReport/components/reportForm.vue
@@ -1,448 +1,449 @@
-
-
-
- 返回
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
-
- 导出excel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 返回
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+ 导出excel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Statistical-analysis/statisticalReport/steadyState.vue b/src/views/Statistical-analysis/statisticalReport/steadyState.vue
index e579e70..da339b2 100644
--- a/src/views/Statistical-analysis/statisticalReport/steadyState.vue
+++ b/src/views/Statistical-analysis/statisticalReport/steadyState.vue
@@ -1,57 +1,57 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Statistical-analysis/steadyStateIndicators/components/TrendChart.vue b/src/views/Statistical-analysis/steadyStateIndicators/components/TrendChart.vue
index 6f750de..5b8ad29 100644
--- a/src/views/Statistical-analysis/steadyStateIndicators/components/TrendChart.vue
+++ b/src/views/Statistical-analysis/steadyStateIndicators/components/TrendChart.vue
@@ -1,1883 +1,1862 @@
-
-
-
- 返回
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 返回
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/cgy-components/abnormaldataalarm.vue b/src/views/cgy-components/abnormaldataalarm.vue
index 3fc1105..426ef32 100644
--- a/src/views/cgy-components/abnormaldataalarm.vue
+++ b/src/views/cgy-components/abnormaldataalarm.vue
@@ -1,1190 +1,1190 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- scope.row.number
- ? scope.row.number + `次 ` + scope.row.targetName
- : scope.row.targetName
- }}
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.maxData }}
-
-
- --
-
-
-
-
-
-
- {{ scope.row.minData }}
-
-
- --
-
-
-
-
-
-
- {{ scope.row.avgData }}
-
-
- --
-
-
-
-
-
-
- {{ scope.row.cp95Data }}
-
-
- --
-
-
-
-
-
-
-
-
-
-
-
-
-
- 返回
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row.number
+ ? scope.row.number + `次 ` + scope.row.targetName
+ : scope.row.targetName
+ }}
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.maxData }}
+
+
+ --
+
+
+
+
+
+
+ {{ scope.row.minData }}
+
+
+ --
+
+
+
+
+
+
+ {{ scope.row.avgData }}
+
+
+ --
+
+
+
+
+
+
+ {{ scope.row.cp95Data }}
+
+
+ --
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 返回
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/cgy-harmonic-boot/area/integralitytable.vue b/src/views/cgy-harmonic-boot/area/integralitytable.vue
index 5bd49c8..a9974ad 100644
--- a/src/views/cgy-harmonic-boot/area/integralitytable.vue
+++ b/src/views/cgy-harmonic-boot/area/integralitytable.vue
@@ -1,728 +1,704 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ data.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ data.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/cgy-harmonic-boot/detailed/exceedancedetails.vue b/src/views/cgy-harmonic-boot/detailed/exceedancedetails.vue
index 7be2e95..126f93b 100644
--- a/src/views/cgy-harmonic-boot/detailed/exceedancedetails.vue
+++ b/src/views/cgy-harmonic-boot/detailed/exceedancedetails.vue
@@ -1,886 +1,888 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ data.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ data.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/cgy-harmonic-boot/detailed/harmonictj.vue b/src/views/cgy-harmonic-boot/detailed/harmonictj.vue
index d679c8f..215269f 100644
--- a/src/views/cgy-harmonic-boot/detailed/harmonictj.vue
+++ b/src/views/cgy-harmonic-boot/detailed/harmonictj.vue
@@ -1,1063 +1,1064 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 排名前10监测点
-
-
-
-
-
-
-
-
-
-
-
- 超标占比描述:
-
- 优
- :优秀<60%
- 良
- :60%良好<90%
- 差
- :极差>90%
- 无
- :无数据
-
-
-
-
- {{ item.name }}
-
-
- 优
-
-
- 良
-
-
- 差
-
-
- 无
-
-
-
-
-
-
-
-
- {{ item1.name.substr(0, 6) }}
-
-
-
-
- 优
-
-
- 良
-
-
- 差
-
-
- 无
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.averageOverDay }}
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.lineRatio.toFixed(2) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无数据
- {{ scope.row.onlineCount }}
-
-
-
-
- 暂无数据
-
- {{ scope.row.overLineCount }}
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.averageOverDay }}
-
-
-
-
-
- 暂无数据
- {{ scope.row.lineRatio }}
-
-
-
-
- 暂无数据
- {{ scope.row.warningFreq }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.overThreeTimes }}
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.overFiveTimes }}
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.overSevenTimes }}
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.overElevenTimes }}
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.overThirteenTimes }}
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.overTwentyThreeTimes }}
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.overTwentyFiveTimes }}
-
-
-
-
-
- 暂无数据
- {{ scope.row.otherTimes }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 排名前10监测点
+
+
+
+
+
+
+
+
+
+
+
+ 超标占比描述:
+
+ 优
+ :优秀<60%
+ 良
+ :60%良好<90%
+ 差
+ :极差>90%
+ 无
+ :无数据
+
+
+
+
+ {{ item.name }}
+
+
+ 优
+
+
+ 良
+
+
+ 差
+
+
+ 无
+
+
+
+
+
+
+
+
+ {{ item1.name.substr(0, 6) }}
+
+
+
+
+ 优
+
+
+ 良
+
+
+ 差
+
+
+ 无
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.averageOverDay }}
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.lineRatio.toFixed(2) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无数据
+ {{ scope.row.onlineCount }}
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.overLineCount }}
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.averageOverDay }}
+
+
+
+
+
+ 暂无数据
+ {{ scope.row.lineRatio }}
+
+
+
+
+ 暂无数据
+ {{ scope.row.warningFreq }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.overThreeTimes }}
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.overFiveTimes }}
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.overSevenTimes }}
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.overElevenTimes }}
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.overThirteenTimes }}
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.overTwentyThreeTimes }}
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.overTwentyFiveTimes }}
+
+
+
+
+
+ 暂无数据
+ {{ scope.row.otherTimes }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/cgy-harmonic-boot/detailed/qypowerpollution.vue b/src/views/cgy-harmonic-boot/detailed/qypowerpollution.vue
index 2357199..d6456b9 100644
--- a/src/views/cgy-harmonic-boot/detailed/qypowerpollution.vue
+++ b/src/views/cgy-harmonic-boot/detailed/qypowerpollution.vue
@@ -1,1514 +1,1516 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 污染预警描述:
- 5级
- :重度污染
- 4级
- :中度污染
- 3级
- :轻度污染
- 2级
- :轻微污染
- 1级
- :无污染
- 无
- :无数据
-
-
-
-
- {{ item.name }}
-
-
- 无
-
-
- 1级
-
-
- 2级
-
-
- 3级
-
-
- 4级
-
-
- 5级
-
-
-
-
-
-
- 无
-
-
- 1级
-
-
- 2级
-
-
- 3级
-
-
- 4级
-
-
- 5级
-
-
-
-
- {{ item1.name.substr(0, 6) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无数据
-
-
- {{ scope.row.data.toFixed(2) }}
-
-
-
-
-
-
- 无污染
-
-
- 轻微污染
-
-
- 轻度污染
-
-
- 中度污染
-
-
- 重度污染
-
-
- 暂无评估
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.data.toFixed(2) }}
-
-
-
-
-
- 暂无评估
-
- 无污染
-
-
- 轻微污染
-
-
- 轻度污染
-
-
- 中度污染
-
-
- 重度污染
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.data.toFixed(2) }}
-
-
-
-
-
- 暂无评估
-
- 无污染
-
-
- 轻微污染
-
-
- 轻度污染
-
-
- 中度污染
-
-
- 重度污染
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 污染预警描述:
+ 5级
+ :重度污染
+ 4级
+ :中度污染
+ 3级
+ :轻度污染
+ 2级
+ :轻微污染
+ 1级
+ :无污染
+ 无
+ :无数据
+
+
+
+
+ {{ item.name }}
+
+
+ 无
+
+
+ 1级
+
+
+ 2级
+
+
+ 3级
+
+
+ 4级
+
+
+ 5级
+
+
+
+
+
+
+ 无
+
+
+ 1级
+
+
+ 2级
+
+
+ 3级
+
+
+ 4级
+
+
+ 5级
+
+
+
+
+ {{ item1.name.substr(0, 6) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无数据
+
+
+ {{ scope.row.data.toFixed(2) }}
+
+
+
+
+
+
+ 无污染
+
+
+ 轻微污染
+
+
+ 轻度污染
+
+
+ 中度污染
+
+
+ 重度污染
+
+
+ 暂无评估
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.data.toFixed(2) }}
+
+
+
+
+
+ 暂无评估
+
+ 无污染
+
+
+ 轻微污染
+
+
+ 轻度污染
+
+
+ 中度污染
+
+
+ 重度污染
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.data.toFixed(2) }}
+
+
+
+
+
+ 暂无评估
+
+ 无污染
+
+
+ 轻微污染
+
+
+ 轻度污染
+
+
+ 中度污染
+
+
+ 重度污染
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/cgy-harmonic-boot/runmange/devicemessage.vue b/src/views/cgy-harmonic-boot/runmange/devicemessage.vue
index 2ee3663..5d35a98 100644
--- a/src/views/cgy-harmonic-boot/runmange/devicemessage.vue
+++ b/src/views/cgy-harmonic-boot/runmange/devicemessage.vue
@@ -1,910 +1,910 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ data.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 正常
- 中断
-
-
-
-
-
-
-
- 投运
- 热备用
- 停运
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ data.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 正常
+ 中断
+
+
+
+
+
+
+
+ 投运
+ 热备用
+ 停运
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/cgy-harmonic-boot/runmange/terminalmessage.vue b/src/views/cgy-harmonic-boot/runmange/terminalmessage.vue
index ab5f908..0750cf0 100644
--- a/src/views/cgy-harmonic-boot/runmange/terminalmessage.vue
+++ b/src/views/cgy-harmonic-boot/runmange/terminalmessage.vue
@@ -1,405 +1,423 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ data.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
- 在线率≦60% 差 60%<在线率≦90% 良 90%≦在线率 优
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ data.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+ 在线率≦60%
+ 差
+ 60%<在线率≦90%
+ 良
+ 90%≦在线率
+ 优
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/components/TimePicker/index4.vue b/src/views/components/TimePicker/index4.vue
index abf47c6..54a2daa 100644
--- a/src/views/components/TimePicker/index4.vue
+++ b/src/views/components/TimePicker/index4.vue
@@ -1,866 +1,866 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 当前
-
-
-
- 同比
- 环比
- 导出文件
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 当前
+
+
+
+ 同比
+ 环比
+ 导出文件
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/device-boot/device/diviceindex.vue b/src/views/device-boot/device/diviceindex.vue
index 6a03401..3c9a29b 100644
--- a/src/views/device-boot/device/diviceindex.vue
+++ b/src/views/device-boot/device/diviceindex.vue
@@ -1,3219 +1,3219 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 新 增
-
-
- 修 改
-
-
- 删 除
-
-
-
- 下一步
-
-
-
-
- 撤 销
-
-
-
-
- 确认提交
-
-
-
-
- 修改提交
-
-
-
-
-
- 当前操作节点:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ data.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 新 增
+
+
+ 修 改
+
+
+ 删 除
+
+
+
+ 下一步
+
+
+
+
+ 撤 销
+
+
+
+
+ 确认提交
+
+
+
+
+ 修改提交
+
+
+
+
+
+ 当前操作节点:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ data.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/energy-system/advancedanalysis/airanalysisstrategy.vue b/src/views/energy-system/advancedanalysis/airanalysisstrategy.vue
index 2f3a484..6ae791e 100644
--- a/src/views/energy-system/advancedanalysis/airanalysisstrategy.vue
+++ b/src/views/energy-system/advancedanalysis/airanalysisstrategy.vue
@@ -1,1191 +1,1191 @@
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
-
-
-
-
-
-
-
-
- 开机策略
- 关机策略
-
-
-
-
-
- {{
- modeFormat(scope.row.mode)
- }}
-
-
-
-
-
- {{
- windFormat(scope.row.wind)
- }}
-
-
-
-
-
- 查看
- 修改
- 停止
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开机策略
+ 关机策略
+
+
+
+
+
+ {{
+ modeFormat(scope.row.mode)
+ }}
+
+
+
+
+
+ {{
+ windFormat(scope.row.wind)
+ }}
+
+
+
+
+
+ 查看
+ 修改
+ 停止
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/energy-system/deviceCenter/devicejk.vue b/src/views/energy-system/deviceCenter/devicejk.vue
index 3ccfb4e..1b8700c 100644
--- a/src/views/energy-system/deviceCenter/devicejk.vue
+++ b/src/views/energy-system/deviceCenter/devicejk.vue
@@ -1,2269 +1,2274 @@
-
-
-
返回
-
-
-
-
-
-
-
-
-
-
-

-
-
- {{ devInfo.name }}
-
-
- {{ this.lineName }}
-
- {{
- devInfo.did
- }}
- {{
- devInfo.netDevName
- }}
- {{
- devInfo.address
- }}
- {{
- devInfo.createTime
- }}
-
- {{
- devInfo.state == 0 ? "离线" : "在线"
- }}
-
-
-
-
-
-
-
-
- {{ item.anotherName }}
-
-
-
-
-
-
-
-
-
-
-
- {{ dataItem.name }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- (temItem.phase !== "M"
- ? temItem.phase !== "T"
- ? temItem.phase + "相"
- : "总"
- : "") +
- temItem.anotherName +
- " " +
- (temItem.dataValue == null
- ? 0
- : toChange(temItem.dataValue)) +
- " " +
- (temItem.unit === null ? "" : temItem.unit)
- }}
-
-
-
-
-
-
-
-
- 统计时间:{{ dataItem.children[0].time }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ dataItem.name }}
-
-
-
-
-
-
-
-
-
-
-
- {{
- (temItem.phase !== "M"
- ? temItem.phase !== "T"
- ? temItem.phase + "相"
- : "总"
- : "") +
- temItem.anotherName +
- " " +
- (temItem.dataValue == null
- ? 0
- : Number(temItem.dataValue).toFixed(3)) +
- " " +
- (temItem.unit === null ? "" : temItem.unit)
- }}
-
-
-
-
-
-
-
- 统计时间:{{ dataItem.children[0].time }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ dataItem.name }}
-
-
-
-
-
-
-
-
-
-
-
- {{
- temItem.anotherName +
- " " +
- (temItem.dataValue == null
- ? 0
- : toChange(temItem.dataValue)) +
- " " +
- (temItem.unit === null ? "" : temItem.unit)
- }}
-
-
-
-
-
-
-
- 统计时间:{{ dataItem.children[0].time }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ dataItem.name }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- (temItem.phase !== "M"
- ? temItem.phase + "相"
- : "") +
- temItem.anotherName +
- " " +
- (temItem.dataValue == null
- ? 0
- : temItem.dataValue) +
- " " +
- (temItem.unit === null ? "" : temItem.unit)
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ dataItem.name }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- (temItem.phase !== "M"
- ? temItem.phase + "相"
- : "") +
- temItem.anotherName +
- " " +
- (temItem.dataValue == null
- ? 0
- : temItem.dataValue) +
- " " +
- (temItem.unit === null ? "" : temItem.unit)
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ dataItem.name }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- temItem.anotherName +
- " " +
- (temItem.dataValue == null
- ? 0
- : temItem.dataValue) +
- " " +
- (temItem.unit === null ? "" : temItem.unit)
- }}
-
-
-
-
-
-
- 查看详情
-
-
-
-
-
-
-
-
-
- 查看详情
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ dataItem.name }}
-
-
-
-
-
-
-
-
-
- {{
- (it.phase !== "M"
- ? it.phase !== "T"
- ? it.phase + "相"
- : "总"
- : "") + it.anotherName
- }}
-
- MAX
- {{
- Number(it.maxValue).toFixed(3) +
- " " +
- (it.unit == null ? "" : it.unit)
- }}
-
-
-
- MIN
- {{
- Number(it.minValue).toFixed(3) +
- " " +
- (it.unit == null ? "" : it.unit)
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ dataItem.name }}
-
-
-
-
-
-
-
-
-
- {{
- (it.phase !== "M"
- ? it.phase !== "T"
- ? it.phase + "相"
- : "总"
- : "") + it.anotherName
- }}
-
- MAX
- {{
- Number(it.maxValue).toFixed(3) +
- " " +
- (it.unit == null ? "" : it.unit)
- }}
-
-
-
- MIN
- {{
- Number(it.minValue).toFixed(3) +
- " " +
- (it.unit == null ? "" : it.unit)
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ dataItem.name }}
-
-
-
-
-
-
-
-
-
- {{
- (it.phase !== "M"
- ? it.phase !== "T"
- ? it.phase + "相"
- : "总"
- : "") + it.anotherName
- }}
-
- MAX
- {{
- Number(it.maxValue).toFixed(3) +
- " " +
- (it.unit == null ? "" : it.unit)
- }}
-
-
-
- MIN
- {{
- Number(it.minValue).toFixed(3) +
- " " +
- (it.unit == null ? "" : it.unit)
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ dataItem.name }}
-
-
-
-
-
-
-
-
- {{
- temItem.anotherName +
- " " +
- toChange(
- temItem.dataValue == null
- ? "null"
- : temItem.dataValue
- )
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 趋势曲线
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 确认
-
-
-
-
-
-
-
-
-
+
+
+
返回
+
+
+
+
+
+
+
+
+
+
+

+
+
+ {{ devInfo.name }}
+
+
+ {{ this.lineName }}
+
+ {{
+ devInfo.did
+ }}
+ {{
+ devInfo.netDevName
+ }}
+ {{
+ devInfo.address
+ }}
+ {{
+ devInfo.createTime
+ }}
+
+ {{
+ devInfo.state == 0 ? "离线" : "在线"
+ }}
+
+
+
+
+
+
+
+
+ {{ item.anotherName }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ dataItem.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ (temItem.phase !== "M"
+ ? temItem.phase !== "T"
+ ? temItem.phase + "相"
+ : "总"
+ : "") +
+ temItem.anotherName +
+ " " +
+ (temItem.dataValue == null
+ ? 0
+ : toChange(temItem.dataValue)) +
+ " " +
+ (temItem.unit === null ? "" : temItem.unit)
+ }}
+
+
+
+
+
+
+
+
+ 统计时间:{{ dataItem.children[0].time }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dataItem.name }}
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ (temItem.phase !== "M"
+ ? temItem.phase !== "T"
+ ? temItem.phase + "相"
+ : "总"
+ : "") +
+ temItem.anotherName +
+ " " +
+ (temItem.dataValue == null
+ ? 0
+ : Number(temItem.dataValue).toFixed(3)) +
+ " " +
+ (temItem.unit === null ? "" : temItem.unit)
+ }}
+
+
+
+
+
+
+
+ 统计时间:{{ dataItem.children[0].time }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dataItem.name }}
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ temItem.anotherName +
+ " " +
+ (temItem.dataValue == null
+ ? 0
+ : toChange(temItem.dataValue)) +
+ " " +
+ (temItem.unit === null ? "" : temItem.unit)
+ }}
+
+
+
+
+
+
+
+ 统计时间:{{ dataItem.children[0].time }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dataItem.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ (temItem.phase !== "M"
+ ? temItem.phase + "相"
+ : "") +
+ temItem.anotherName +
+ " " +
+ (temItem.dataValue == null
+ ? 0
+ : temItem.dataValue) +
+ " " +
+ (temItem.unit === null ? "" : temItem.unit)
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dataItem.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ (temItem.phase !== "M"
+ ? temItem.phase + "相"
+ : "") +
+ temItem.anotherName +
+ " " +
+ (temItem.dataValue == null
+ ? 0
+ : temItem.dataValue) +
+ " " +
+ (temItem.unit === null ? "" : temItem.unit)
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dataItem.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ temItem.anotherName +
+ " " +
+ (temItem.dataValue == null
+ ? 0
+ : temItem.dataValue) +
+ " " +
+ (temItem.unit === null ? "" : temItem.unit)
+ }}
+
+
+
+
+
+
+ 查看详情
+
+
+
+
+
+
+
+
+
+ 查看详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dataItem.name }}
+
+
+
+
+
+
+
+
+
+ {{
+ (it.phase !== "M"
+ ? it.phase !== "T"
+ ? it.phase + "相"
+ : "总"
+ : "") + it.anotherName
+ }}
+
+ MAX
+ {{
+ Number(it.maxValue).toFixed(3) +
+ " " +
+ (it.unit == null ? "" : it.unit)
+ }}
+
+
+
+ MIN
+ {{
+ Number(it.minValue).toFixed(3) +
+ " " +
+ (it.unit == null ? "" : it.unit)
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dataItem.name }}
+
+
+
+
+
+
+
+
+
+ {{
+ (it.phase !== "M"
+ ? it.phase !== "T"
+ ? it.phase + "相"
+ : "总"
+ : "") + it.anotherName
+ }}
+
+ MAX
+ {{
+ Number(it.maxValue).toFixed(3) +
+ " " +
+ (it.unit == null ? "" : it.unit)
+ }}
+
+
+
+ MIN
+ {{
+ Number(it.minValue).toFixed(3) +
+ " " +
+ (it.unit == null ? "" : it.unit)
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dataItem.name }}
+
+
+
+
+
+
+
+
+
+ {{
+ (it.phase !== "M"
+ ? it.phase !== "T"
+ ? it.phase + "相"
+ : "总"
+ : "") + it.anotherName
+ }}
+
+ MAX
+ {{
+ Number(it.maxValue).toFixed(3) +
+ " " +
+ (it.unit == null ? "" : it.unit)
+ }}
+
+
+
+ MIN
+ {{
+ Number(it.minValue).toFixed(3) +
+ " " +
+ (it.unit == null ? "" : it.unit)
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dataItem.name }}
+
+
+
+
+
+
+
+
+ {{
+ temItem.anotherName +
+ " " +
+ toChange(
+ temItem.dataValue == null
+ ? "null"
+ : temItem.dataValue
+ )
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 趋势曲线
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确认
+
+
+
+
+
+
+
+
+
diff --git a/src/views/harmonic-boot/area/qypowerment.vue b/src/views/harmonic-boot/area/qypowerment.vue
index 339feff..d13c8fd 100644
--- a/src/views/harmonic-boot/area/qypowerment.vue
+++ b/src/views/harmonic-boot/area/qypowerment.vue
@@ -1,874 +1,874 @@
-
-
-
-
-
-
-
- 查询
-
-
-
-
-
-
-
-
- 5级
- :优秀--(4.5,5]
- 4级
- :良好--(4,4.5]
- 3级
- :合格--(3,4]
- 2级
- :较差--(2,3]
- 1级
- :极差--[1,2]
-
-
-
-
-
-
-
- {{ item.name }}
-
-
- 无
-
-
- 5级
-
-
- 4级
-
-
- 3级
-
-
- 2级
-
-
- 1级
-
-
-
-
-
-
- 无
-
-
- 5级
-
-
- 4级
-
-
- 3级
-
-
- 2级
-
-
- 1级
-
-
-
-
- {{ item1.name.substr(0, 6) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无数据
-
-
- {{ scope.row.data }}
-
- /
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.data }}
-
-
-
-
-
- 暂无评估
-
- 无污染
-
-
- 轻微污染
-
-
- 轻度污染
-
-
- 中度污染
-
-
- 重度污染
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无数据
-
- {{ scope.row.data }}
-
-
-
-
-
- 暂无评估
-
- 无污染
-
-
- 轻微污染
-
-
- 轻度污染
-
-
- 中度污染
-
-
- 重度污染
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+ 5级
+ :优秀--(4.5,5]
+ 4级
+ :良好--(4,4.5]
+ 3级
+ :合格--(3,4]
+ 2级
+ :较差--(2,3]
+ 1级
+ :极差--[1,2]
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+ 无
+
+
+ 5级
+
+
+ 4级
+
+
+ 3级
+
+
+ 2级
+
+
+ 1级
+
+
+
+
+
+
+ 无
+
+
+ 5级
+
+
+ 4级
+
+
+ 3级
+
+
+ 2级
+
+
+ 1级
+
+
+
+
+ {{ item1.name.substr(0, 6) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无数据
+
+
+ {{ scope.row.data }}
+
+ /
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.data }}
+
+
+
+
+
+ 暂无评估
+
+ 无污染
+
+
+ 轻微污染
+
+
+ 轻度污染
+
+
+ 中度污染
+
+
+ 重度污染
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无数据
+
+ {{ scope.row.data }}
+
+
+
+
+
+ 暂无评估
+
+ 无污染
+
+
+ 轻微污染
+
+
+ 轻度污染
+
+
+ 中度污染
+
+
+ 重度污染
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/sys/user-boot/dictype/treetable.vue b/src/views/sys/user-boot/dictype/treetable.vue
index 8e0ae9e..01b4d3d 100644
--- a/src/views/sys/user-boot/dictype/treetable.vue
+++ b/src/views/sys/user-boot/dictype/treetable.vue
@@ -1,1149 +1,1149 @@
-
-
-
-
-
-
- 新增字典树类型
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 正常
- 停用
- 删除
-
-
-
-
-
- 新增
-
-
- 修改
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ name }}:
-
- 未绑定
-
-
- 其他绑定
-
-
-
-
-
- {{ data.label }}
-
-
-
-
-
-
-
-
- {{ data.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 进行绑定 》
-
-
-
-
- 《 解除绑定
-
-
-
-
-
- 目标监测点:
-
-
-
-
-
- {{ data.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ 新增字典树类型
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 正常
+ 停用
+ 删除
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ name }}:
+
+ 未绑定
+
+
+ 其他绑定
+
+
+
+
+
+ {{ data.label }}
+
+
+
+
+
+
+
+
+ {{ data.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 进行绑定 》
+
+
+
+
+ 《 解除绑定
+
+
+
+
+
+ 目标监测点:
+
+
+
+
+
+ {{ data.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/terminal/account/index.vue b/src/views/terminal/account/index.vue
index 92ae191..f35934c 100644
--- a/src/views/terminal/account/index.vue
+++ b/src/views/terminal/account/index.vue
@@ -1,2298 +1,2298 @@
-
-
-
-
- 模板下载
- 导入
- 导出
-
-
-
-
-
-
-
- {{ node.label }}
-
-
-
-
-
-
-
-
-
-
新 增
-
修 改
-
删 除
-
下一步
-
撤 销
-
确认提交
-
修改提交
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 模板下载
+ 导入
+ 导出
+
+
+
+
+
+
+
+ {{ node.label }}
+
+
+
+
+
+
+
+
+
+
新 增
+
修 改
+
删 除
+
下一步
+
撤 销
+
确认提交
+
修改提交
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vue.config.js b/vue.config.js
index f943cff..c9241b1 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -39,7 +39,7 @@ module.exports = {
// target: 'http://192.168.120.210:10215', //hsw
// target: 'http://192.168.1.28:10215', //超高压
// target: "'https://pqmcn.com:8092/api", //治理
- target: 'http://192.168.1.24:10215', // 河北
+ target: 'http://192.168.1.67:10215', // 河北
// target: "http://192.168.1.31:10215", // 海南
// target: "http://192.168.1.29:10215", // 冀北
changeOrigin: true,