分辨率兼容到1280

dev_2020-03-03
yujialong 3 years ago
parent 9d96324123
commit 48af284153
  1. 1
      src/layouts/header/index.vue
  2. 21
      src/pages/ass/list/index.vue
  3. 5
      src/pages/course/details/index.vue
  4. 12
      src/pages/record/show/index.vue
  5. 68
      src/pages/setting/person/index.vue
  6. 5
      src/pages/station/preview/index.vue

@ -90,6 +90,7 @@ $height: 64px;
top: 0;
left: 0;
width: 100%;
min-width: $min-width;
height: $height;
background-color: #fff;
box-shadow: 0px 0px 6px 0px rgba(178, 178, 178, 0.32);

@ -1,6 +1,6 @@
<template>
<!-- 考核列表 -->
<div>
<div class="wrap">
<div class="page">
<h6 class="p-title">筛选</h6>
<div class="tool mul">
@ -478,18 +478,27 @@ export default {
</script>
<style lang="scss" scoped>
.page .tool {
margin-bottom: 14px;
}
.filter {
flex-wrap: wrap;
li {
margin-bottom: 10px;
}
}
/deep/ .el-tabs__nav-wrap::after {
display: none;
}
.no-mb /deep/ .el-form-item {
margin-bottom: 0;
}
.el-radio.is-bordered + .el-radio.is-bordered {
margin-left: 0;
}
.el-radio-group {
white-space: nowrap;
}
@media (max-width: 1430px) {
.wrap {
padding: 12px 100px 20px;
}
}
</style>

@ -476,4 +476,9 @@ $height: 700px;
margin: 0 auto;
}
}
@media (max-width: 1430px) {
.wrap {
padding: 12px 100px 20px;
}
}
</style>

@ -132,8 +132,6 @@
</h6>
<quill v-if="editing" :border="true" v-model="form.summarize" :minHeight="150" :height="150" />
<div v-else class="pre-wrap" v-html="form.summarize"></div>
<!-- <el-input v-if="editing" type="textarea" v-model="form.summarize"></el-input>
<div v-else class="pre-wrap" v-html="form.summarize"></div> -->
</div>
</div>
</div>
@ -366,4 +364,14 @@ pre {
font-weight:400;
font-family:'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif
}
@media (max-width: 1650px) {
.wrap {
padding: 12px 200px 20px;
}
}
@media (max-width: 1430px) {
.wrap {
padding: 12px 100px 20px;
}
}
</style>

@ -81,39 +81,45 @@ export default {
</script>
<style lang="scss" scoped>
.wrap{
display: flex;
padding-bottom: 0;
.left{
margin-right: 12px;
background-color: #fff;
box-shadow: 2px 0px 6px 0px #EEEEEE;
.inner{
width: 170px;
padding: 20px 0;
}
.avatar{
width: 80px;
height: 80px;
border-radius: 50%;
}
.menu{
margin-top: 32px;
li{
padding: 0 20px;
color: #303133;
font-size: 14px;
line-height: 38px;
cursor: pointer;
&.active{
color: #fff;
background-color: #006EFF;
}
.wrap{
display: flex;
padding-bottom: 0;
.left{
margin-right: 12px;
background-color: #fff;
box-shadow: 2px 0px 6px 0px #EEEEEE;
.inner{
width: 170px;
padding: 20px 0;
}
.avatar{
width: 80px;
height: 80px;
border-radius: 50%;
}
.menu{
margin-top: 32px;
li{
padding: 0 20px;
color: #303133;
font-size: 14px;
line-height: 38px;
cursor: pointer;
&.active{
color: #fff;
background-color: #006EFF;
}
}
}
.right{
flex: 1;
}
}
.right{
flex: 1;
}
}
@media (max-width: 1750px) {
.wrap {
min-width: 1500px;
padding: 12px 100px 20px;
}
}
</style>

@ -546,4 +546,9 @@ $height: 700px;
margin: 0 auto;
}
}
@media (max-width: 1430px) {
.wrap {
padding: 12px 100px 20px;
}
}
</style>
Loading…
Cancel
Save