Răsfoiți Sursa

feat: 修改物联概览页面样式

yanglzh 1 an în urmă
părinte
comite
34ebdc9d42
3 a modificat fișierele cu 19 adăugiri și 19 ștergeri
  1. 1 1
      src/assets/date.svg
  2. 4 4
      src/assets/today.svg
  3. 14 14
      src/views/iot/iotmanager/dashboard.vue

Fișier diff suprimat deoarece este prea mare
+ 1 - 1
src/assets/date.svg


+ 4 - 4
src/assets/today.svg

@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>shijian</title>
+<svg width="17px" height="18px" viewBox="0 0 17 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>shijian备份</title>
     <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="用户管理-企业审核备份-7" transform="translate(-1365, -235)" fill="#2441F9" fill-rule="nonzero">
-            <g id="shijian" transform="translate(1365, 235)">
+        <g id="用户管理-企业审核备份-7" transform="translate(-1779, -234)" fill="#FBBB04" fill-rule="nonzero">
+            <g id="shijian备份" transform="translate(1779, 234.5)">
                 <path d="M8.5,17 C13.1943375,17 17,13.1943375 17,8.5 C17,3.80566249 13.1943375,0 8.5,0 C3.80566251,0 0,3.80566251 0,8.5 C0,13.1943375 3.80566249,17 8.5,17 Z M4.8617875,11.2367875 L7.8625,8.23586249 L7.8625,4.675 C7.8625,4.32291848 8.14791847,4.0375 8.5,4.0375 C8.85208153,4.0375 9.1375,4.32291848 9.1375,4.675 L9.1375,8.5 C9.1375,8.66906169 9.07027523,8.83118588 8.9507125,8.9507125 L5.7632125,12.1382125 C5.60315253,12.3039348 5.36612785,12.370398 5.14323908,12.3120569 C4.92035032,12.2537158 4.74628416,12.0796497 4.68794307,11.8567609 C4.62960197,11.6338722 4.69606518,11.3968475 4.8617875,11.2367875 L4.8617875,11.2367875 Z" id="形状"></path>
             </g>
         </g>

+ 14 - 14
src/views/iot/iotmanager/dashboard.vue

@@ -195,8 +195,8 @@ export default defineComponent({
 					icoimg: 'dashboard-icon3.svg',
 					title1: '本月',
 					title2: '今日',
-					title1_bgcolor: '#5ECCFF',
-					title2_bgcolor: '#2441F9',
+					title1_bgcolor: '#4285F4',
+					title2_bgcolor: '#FFBB73',
 				},
 				{
 					allnum: 0,
@@ -211,7 +211,7 @@ export default defineComponent({
 					title1: '本月',
 					title2: '今日',
 					title1_bgcolor: '#5ECCFF',
-					title2_bgcolor: '#2441F9',
+					title2_bgcolor: '#FFBB73',
 				},
 			],
 			myCharts: [],
@@ -248,7 +248,7 @@ export default defineComponent({
 					{
 						type: 'value',
 						name: '条数',
-						splitLine: { show: true, lineStyle: { type: 'dashed', color: '#f5f5f5' } },
+						splitLine: { show: true, lineStyle: { type: 'dashed', color: 'rgba(0, 0, 0, 0.03)' } },
 						axisLabel: {
 							margin: 2,
 							formatter: function (value: any) {
@@ -270,12 +270,12 @@ export default defineComponent({
 						symbol: 'circle',
 						smooth: true,
 						data: state.lineChartMsgTotalData,
-						lineStyle: { color: '#6AE4F8', width: 3 },
-						itemStyle: { color: '#6AE4F8', borderColor: '#6AE4F8' },
+						lineStyle: { color: '#FBBB04', width: 3 },
+						itemStyle: { color: '#FBBB04', borderColor: '#FBBB04' },
 						areaStyle: {
 							color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-								{ offset: 0, color: 'rgba(106, 228, 248, 0.3)' },
-								{ offset: 1, color: 'rgba(106, 228, 248, 0)' },
+								{ offset: 0, color: 'rgba(251, 187, 4, 0.3)' },
+								{ offset: 1, color: 'rgba(251, 187, 4, 0)' },
 							]),
 						},
 					},
@@ -286,12 +286,12 @@ export default defineComponent({
 						symbol: 'circle',
 						smooth: true,
 						data: state.lineChartAlarmTotalData,
-						lineStyle: { color: '#3880F0', width: 3 },
-						itemStyle: { color: '#3880F0', borderColor: '#3880F0' },
+						lineStyle: { color: '#4285F4', width: 3 },
+						itemStyle: { color: '#4285F4', borderColor: '#4285F4' },
 						areaStyle: {
 							color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-								{ offset: 0, color: 'rgba(56, 128, 240, 0.3)' },
-								{ offset: 1, color: 'rgba(56, 128, 240, 0)' },
+								{ offset: 0, color: 'rgba(66, 133, 244, 0.3)' },
+								{ offset: 1, color: 'rgba(66, 133, 244, 0)' },
 							]),
 						},
 						emphasis: {
@@ -332,7 +332,7 @@ export default defineComponent({
 				data.push({ name: getname[i], value: getvalue[i] });
 			}
 
-			const colorList = ['#FF0000', '#FEC279', '#968AF5', '#51A3FC', '#669',];
+			const colorList = ['#FF0000', '#4285F4', '#FBBB04', '#34A853', '#669'];
 			const color = state.pieChartLevel.map(level => colorList[level - 1])
 
 			const option = {
@@ -659,7 +659,7 @@ $homeNavLengh: 8;
 		height: 54px;
 
 		.font30 {
-			color: #343EED;
+			color: #4285F4;
 			font-weight: bold;
 			font-size: 30px;
 		}

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff