提交 0e44d119 编写于 作者: 张平's avatar 张平

Merge branch 'dev-optimization-0105' into 'release'

格式化图表label、知识点页面样式调整  code reviewer:张平

格式化图表label、知识点页面样式调整  code reviewer:张平

See merge request !7
...@@ -197,7 +197,7 @@ export default { ...@@ -197,7 +197,7 @@ export default {
grid: { grid: {
left: "3%", left: "3%",
right: "6%", right: "6%",
bottom: "6%", bottom: "3%",
containLabel: true containLabel: true
}, },
lineStyle: { lineStyle: {
...@@ -213,7 +213,8 @@ export default { ...@@ -213,7 +213,8 @@ export default {
formatter: "{value}", formatter: "{value}",
textStyle: { textStyle: {
color: "#676869" color: "#676869"
} },
rotate: 45
}, },
axisLine: { axisLine: {
lineStyle: { lineStyle: {
......
<!-- 标题组件 --> <!-- 标题组件 -->
<template> <template>
<div class="common-title-wrapper"> <div class="common-title-wrapper-point">
<ul class="mini"> <ul class="mini">
<li class="left">{{title}}</li> <li class="left">{{title}}</li>
<li class="right"> <li class="right">
...@@ -21,11 +21,12 @@ export default { ...@@ -21,11 +21,12 @@ export default {
}; };
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.common-title-wrapper { .common-title-wrapper-point {
position: relative; position: fixed;
width: 100%;
left: 0; left: 0;
top: 0; top: 73px;
z-index: 1; z-index: 1;
height: 44px; height: 44px;
line-height: 44px; line-height: 44px;
......
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
}; };
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.common-title-wrapper { .common-title-wrapper {
position: fixed; position: fixed;
width: 100%; width: 100%;
......
...@@ -504,7 +504,6 @@ export default { ...@@ -504,7 +504,6 @@ export default {
// 上面三个图标数据 // 上面三个图标数据
getGeneralExam(queryData).then(res => { getGeneralExam(queryData).then(res => {
if (res.code === "000000") { if (res.code === "000000") {
debugger
this.generalExamData = res.data; this.generalExamData = res.data;
this.setExamTimesList(res.data.examTimesList) this.setExamTimesList(res.data.examTimesList)
this.setExamScoreList(res.data.examScoreList) this.setExamScoreList(res.data.examScoreList)
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册