提交 77d03505 authored 作者: lihuihui's avatar lihuihui

update

上级 1ddb3ed2
<template> <template>
<div class="score-range-box"> <div class="score-range-box">
<el-card class="box-card" style="height: 450px"> <el-card class="box-card" style="height: 450px">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<h1 style="color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px">考分区间</h1> <h1 style="color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px">考分区间</h1>
<el-button type="text" style="font-size: 16px; color: #aa1941; float: right; margin-top: -35px">设置</el-button> <el-button type="text" style="font-size: 16px; color: #aa1941; float: right; margin-top: -35px">设置</el-button>
</div> </div>
<div style="height: 400px; width: 90%; margin: 0 auto"> <div style="height: 400px; width: 90%; margin: 0 auto">
<div id="score" style="width: 100%; height: 90%"></div> <div id="score" style="width: 100%; height: 90%"></div>
</div> </div>
</el-card> </el-card>
<set-score-range class="pop"></set-score-range> <set-score-range class="pop"></set-score-range>
</div> </div>
</template> </template>
...@@ -75,7 +75,6 @@ export default { ...@@ -75,7 +75,6 @@ export default {
} }
} }
</script> </script>
<<<<<<< HEAD
<style lang="scss" scoped> <style lang="scss" scoped>
.score-range-box{ .score-range-box{
...@@ -89,5 +88,3 @@ export default { ...@@ -89,5 +88,3 @@ export default {
} }
} }
</style> </style>
=======
>>>>>>> 21fd47ec6e436a323257a3f4bb63e4971b1987b1
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论