autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 63c69746e7
commit b74e66cfd7

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.8e09398a.js"></script>
<script src="/react/build/umi.6f55fe8d.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -293,7 +293,7 @@ button:active {
align-items: flex-end;
}
.homeEntrance___Tcz7q {
padding: 0px 40px;
padding: 40px 40px;
}
.bordercoent___lzkC7 {
padding: 20px 30px;

@ -763,7 +763,8 @@ var getOptionTypes = function getOptionTypes(personnelData) {
axisPointer: {
type: 'cross',
crossStyle: {
color: '#999'
// color: '#999'
color: "#ffffff"
}
}
},
@ -781,8 +782,24 @@ var getOptionTypes = function getOptionTypes(personnelData) {
xAxis: [{
type: 'category',
data: personnelData === null || personnelData === void 0 ? void 0 : personnelData.time,
color: "#ffffff",
axisPointer: {
type: 'shadow'
},
axisLabel: {
//坐标轴刻度标签
show: true,
textStyle: {
color: '#fff',
fontSize: '12',
lineHeight: 15
}
},
axisLine: {
show: false,
lineStyle: {
color: '#fff'
}
}
}],
yAxis: [{
@ -790,9 +807,27 @@ var getOptionTypes = function getOptionTypes(personnelData) {
name: '',
min: 0,
max: (personnelData === null || personnelData === void 0 ? void 0 : personnelData.max) || 100,
itemStyle: {
normal: {
color: function color(colors) {
return '#FFF';
}
}
},
interval: 50,
axisLabel: {
formatter: '{value} '
formatter: '{value} ',
textStyle: {
color: '#fff',
fontSize: '12',
lineHeight: 15
}
},
axisLine: {
show: true,
lineStyle: {
color: '#fff'
}
}
}],
series: [{
@ -860,13 +895,29 @@ var getOptionTypess = function getOptionTypess(personnelData) {
// }
},
legend: {
data: ['', '']
data: ['', ''],
color: "#ffffff"
},
xAxis: [{
type: 'category',
data: personnelData === null || personnelData === void 0 ? void 0 : personnelData.time,
axisPointer: {
type: 'shadow'
},
axisLabel: {
//坐标轴刻度标签
show: true,
textStyle: {
color: '#fff',
fontSize: '12',
lineHeight: 15
}
},
axisLine: {
show: true,
lineStyle: {
color: '#fff'
}
}
}],
yAxis: [{
@ -876,7 +927,19 @@ var getOptionTypess = function getOptionTypess(personnelData) {
max: (personnelData === null || personnelData === void 0 ? void 0 : personnelData.max) || 100,
interval: 50,
axisLabel: {
formatter: '{value} '
formatter: '{value} ',
show: true,
textStyle: {
color: '#fff',
fontSize: '12',
lineHeight: 15
}
},
axisLine: {
show: true,
lineStyle: {
color: '#fff'
}
}
}],
series: [{
@ -933,7 +996,8 @@ var getOptionTypesss = function getOptionTypesss(personnelData) {
trigger: 'axis'
},
legend: {
data: ['']
data: [''],
color: "#ffffff"
},
grid: {
left: '3%',
@ -949,10 +1013,40 @@ var getOptionTypesss = function getOptionTypesss(personnelData) {
xAxis: {
type: 'category',
boundaryGap: false,
data: personnelData === null || personnelData === void 0 ? void 0 : personnelData.time
data: personnelData === null || personnelData === void 0 ? void 0 : personnelData.time,
axisLabel: {
//坐标轴刻度标签
show: true,
textStyle: {
color: '#fff',
fontSize: '12',
lineHeight: 15
}
},
axisLine: {
show: true,
lineStyle: {
color: '#fff'
}
}
},
yAxis: {
type: 'value'
type: 'value',
axisLabel: {
//坐标轴刻度标签
show: true,
textStyle: {
color: '#fff',
fontSize: '12',
lineHeight: 15
}
},
axisLine: {
show: true,
lineStyle: {
color: '#fff'
}
}
},
series: [{
name: '课堂实验',
@ -1060,10 +1154,9 @@ var progress = __webpack_require__(93948);
var containerType = {
'ApplyReceive': '物资申请',
'ApplyPurchase': '物资申购',
'DeviceMessage': '设备监控',
'HomeworkCommon': '教学课堂',
'Receive': '物资申请',
'DeviceType': '设备类型',
'Device': '设备监控',
'Reservation': '实验室预约'
};
var NewHomeEntrance = function NewHomeEntrance(_ref) {
@ -1380,7 +1473,8 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
marginLeft: '1vw',
fontSize: '1rem'
fontSize: '1rem',
color: '#fff'
},
children: item === null || item === void 0 ? void 0 : item.count
})]
@ -1772,7 +1866,11 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Statisticsmodules.bordercoent1,
style: {},
style: {
width: '100%',
height: 265,
overflow: 'auto'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
fontSize: 14,
@ -1787,10 +1885,14 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
width: '90%'
width: '80%',
color: '#fff'
},
children: ["\u3010", item === null || item === void 0 ? void 0 : item.container_type, "\u3011 ", item === null || item === void 0 ? void 0 : item.content]
children: ["\u3010", containerType[item === null || item === void 0 ? void 0 : item.container_type], "\u3011 ", item === null || item === void 0 ? void 0 : item.content]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
color: '#fff'
},
children: item === null || item === void 0 ? void 0 : item.created_at
})]
});

@ -3928,13 +3928,6 @@ var Navigation = function Navigation(_ref) {
axisLine: {
show: false
},
splitLine: {
//坐标轴在grid区域中的分割线
lineStyle: {
type: 'dashed',
color: 'rgba(135,140,147,0.8)'
}
},
axisTick: {
//坐标轴刻度
show: false

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save