提交 f6821933 编写于 作者: ping zhang's avatar ping zhang

样式优化

上级 cec503f4
...@@ -419,6 +419,8 @@ export default { ...@@ -419,6 +419,8 @@ export default {
flex-direction: row; flex-direction: row;
justify-content: flex-end; justify-content: flex-end;
margin-top: 20px; margin-top: 20px;
margin-right: 30px; // margin-right: 30px;
padding-right: 30px;
min-width: 1125px;
} }
</style> </style>
...@@ -12,7 +12,7 @@ import CourseList from '@/components/education/custom/course-list' ...@@ -12,7 +12,7 @@ import CourseList from '@/components/education/custom/course-list'
export default { export default {
data() { data() {
return { return {
} }
}, },
components: { components: {
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.select-course-wrapper { .select-course-wrapper {
min-width: 1200px; min-width: 1125px;
.top-line { .top-line {
// width: 120%; // width: 120%;
height: 10px; height: 10px;
...@@ -31,4 +31,4 @@ export default { ...@@ -31,4 +31,4 @@ export default {
} }
} }
</style> </style>
\ No newline at end of file
...@@ -573,7 +573,7 @@ export default { ...@@ -573,7 +573,7 @@ export default {
top: 125px; top: 125px;
} }
.step-content-new { .step-content-new {
min-width: 1200px; min-width: 1125px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册