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

自适应样式

上级 9d5c63d1
...@@ -156,7 +156,7 @@ export default { ...@@ -156,7 +156,7 @@ export default {
.course-list-wrapper { .course-list-wrapper {
padding: 0 30px; padding: 0 30px;
min-width: 1180px; min-width: 1180px;
max-width: 1600px; // max-width: 1600px;
.course-header { .course-header {
// position: relative; // position: relative;
// top: 0; // top: 0;
...@@ -182,14 +182,10 @@ export default { ...@@ -182,14 +182,10 @@ export default {
} }
} }
.order { .order {
// position: absolute; margin-right: 40px;
// top: 0;
// left: 880px;
// width: 200px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
// margin-right: 20px;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
img { img {
......
...@@ -409,6 +409,6 @@ export default { ...@@ -409,6 +409,6 @@ export default {
flex-direction: row; flex-direction: row;
justify-content: flex-end; justify-content: flex-end;
margin-top: 20px; margin-top: 20px;
margin-right: 20px; margin-right: 60px;
} }
</style> </style>
\ No newline at end of file
...@@ -817,7 +817,7 @@ export default { ...@@ -817,7 +817,7 @@ export default {
.el-form-item__content { .el-form-item__content {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: red; // background: red;
} }
.popover-content { .popover-content {
position: relative; position: relative;
......
此差异已折叠。
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
<el-step title="选择学员范围">3</el-step> <el-step title="选择学员范围">3</el-step>
</el-steps> </el-steps>
</el-col> </el-col>
<el-col style="margin-left: 236px; width: 200px;margin-top: 2px;"> <div style="flex: 1;"></div>
<el-col style="margin-left: 236px; width: 160px;margin-top: 2px;">
<!-- <el-col :span="5" :offset="5"> --> <!-- <el-col :span="5" :offset="5"> -->
<div v-if="!canNext" class="dis-btn">下一步</div> <div v-if="!canNext" class="dis-btn">下一步</div>
<el-button class="dis-btn-b" v-if="active != 0 && projectStatus == 1 && isPreview != 1" size="small" @click="save">暂存</el-button> <el-button class="dis-btn-b" v-if="active != 0 && projectStatus == 1 && isPreview != 1" size="small" @click="save">暂存</el-button>
...@@ -539,28 +540,28 @@ export default { ...@@ -539,28 +540,28 @@ export default {
<style lang="scss"> <style lang="scss">
.edit-custom-wrap { .edit-custom-wrap {
::-webkit-scrollbar ::-webkit-scrollbar {
{ width: 10px;
width: 16px; height: 10px;
height: 16px; background-color: #fff;
background-color: #F5F5F5;
} }
/*定义滚动条轨道 内阴影+圆角*/ /*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track ::-webkit-scrollbar-track {
{ // box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); // -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
border-radius: 10px; border-radius: 10px;
background-color: #F5F5F5; background-color: #fff;
} }
/*定义滑块 内阴影+圆角*/ /*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb ::-webkit-scrollbar-thumb {
{ border-radius: 6px;
border-radius: 10px; // box-shadow: inset 0 0 3px rgba(0,0,0,.3);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); // -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
background-color: #555; background-color: #C7C8C9;
} }
.el-step.is-simple:not(:last-of-type) .el-step__title { .el-step.is-simple:not(:last-of-type) .el-step__title {
max-width: 100%; max-width: 100%;
} }
...@@ -574,21 +575,17 @@ export default { ...@@ -574,21 +575,17 @@ export default {
top: 125px; top: 125px;
} }
.step-content-new { .step-content-new {
min-width: 1300px; min-width: 1200px;
display: flex;
justify-content: space-between;
// min-width: 1300px;
background: #fff; background: #fff;
// z-index: 1001;
background: #fff; background: #fff;
// position: fixed;
// right: 30px;
// left: 285px;
overflow: hidden; overflow: hidden;
// height: 60px;
height: 54px; height: 54px;
line-height: 54px; line-height: 54px;
// margin-top: 66px;
padding: 15px 0 50px 0; padding: 15px 0 50px 0;
border-bottom: 1px solid #efefef; border-bottom: 1px solid #efefef;
// margin-bottom: 20px;
background: #fff; background: #fff;
.is-text { .is-text {
display: none; display: none;
...@@ -610,7 +607,6 @@ export default { ...@@ -610,7 +607,6 @@ export default {
} }
.step-num { .step-num {
display: block; display: block;
// margin-top: 1.5px;
font-size: 12px; font-size: 12px;
border: 1px solid #999 !important; border: 1px solid #999 !important;
border-radius: 50%; border-radius: 50%;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册