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