提交 c5b43d92 编写于 作者: guangjun.yang's avatar guangjun.yang

最小屏幕大小

上级 931bc6e5
...@@ -156,6 +156,9 @@ export default { ...@@ -156,6 +156,9 @@ export default {
min-width: 1180px; min-width: 1180px;
max-width: 1600px; max-width: 1600px;
.course-header { .course-header {
position: relative;
top: 0;
left: 0;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
height: 78px; height: 78px;
...@@ -177,6 +180,10 @@ export default { ...@@ -177,6 +180,10 @@ export default {
} }
} }
.order { .order {
position: absolute;
// top: 0;
left: 880px;
width: 200px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
......
<template> <template>
<div class="custom-select-wrapper" style="width: 1300px;overflow:auto;"> <div>
<div class="custom-select-wrapper" style="overflow:auto;">
<div class="department-label"> <div class="department-label" style="width: 1200px;">
<span <span
v-for="(item, index) in allLabelList" v-for="(item, index) in allLabelList"
:key="index" :key="index"
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
{{item.name}} {{item.name}}
</span> </span>
</div> </div>
</div>
<div class="custom-select-wrapper">
<!-- 课程分类 --> <!-- 课程分类 -->
<div class="course-class"> <div class="course-class">
<div class="title">课程分类</div> <div class="title">课程分类</div>
...@@ -54,6 +55,7 @@ ...@@ -54,6 +55,7 @@
<el-button class="add-button" size="small" type="primary" @click="search">查 询</el-button> <el-button class="add-button" size="small" type="primary" @click="search">查 询</el-button>
</div> </div>
</div> </div>
</div>
</template> </template>
<script> <script>
import { mapGetters, mapActions } from 'vuex' import { mapGetters, mapActions } from 'vuex'
...@@ -257,6 +259,7 @@ export default { ...@@ -257,6 +259,7 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.custom-select-wrapper { .custom-select-wrapper {
width: 1090px;
user-select: none; user-select: none;
.department-label { .department-label {
display: flex; display: flex;
...@@ -372,7 +375,7 @@ export default { ...@@ -372,7 +375,7 @@ export default {
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 14px; margin-top: 14px;
margin-right: 80px; margin-right: 40px;
flex: 1; flex: 1;
.sub-item { .sub-item {
cursor: pointer; cursor: pointer;
...@@ -402,8 +405,8 @@ export default { ...@@ -402,8 +405,8 @@ export default {
.button-wrapper { .button-wrapper {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: flex-end; // justify-content: flex-end;
margin-top: 20px; margin-top: 20px;
margin-right: 140px; margin-left: 956px;
} }
</style> </style>
\ No newline at end of file
...@@ -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 {
width: 1300px; // width: 1300px;
.top-line { .top-line {
// width: 120%; // width: 120%;
height: 10px; height: 10px;
......
...@@ -539,7 +539,7 @@ export default { ...@@ -539,7 +539,7 @@ export default {
top: 125px; top: 125px;
} }
.step-content { .step-content {
min-width: 1300px; // min-width: 1300px;
background: #fff; background: #fff;
z-index: 1001; z-index: 1001;
background: #fff; background: #fff;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册