Commit 3456d778 authored by miaojiale's avatar miaojiale

校正ui图

parent 1bd9d0f8
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</vab-keel> --> </vab-keel> -->
<transition mode="out-in" name="fade-transform"> <transition mode="out-in" name="fade-transform">
<keep-alive v-if="routerView" :include="cachedRoutes" :max="10"> <keep-alive v-if="routerView" :include="cachedRoutes" :max="10">
<router-view :key="key" style="min-height: 86vh" /> <router-view :key="key" style="min-height: 84vh" />
</keep-alive> </keep-alive>
</transition> </transition>
</section> </section>
......
...@@ -504,7 +504,6 @@ export default { ...@@ -504,7 +504,6 @@ export default {
margin-left: $base-left-menu-width; margin-left: $base-left-menu-width;
background: #f6f8f9; background: #f6f8f9;
transition: $base-transition; transition: $base-transition;
::v-deep { ::v-deep {
.nav-bar-container { .nav-bar-container {
position: relative; position: relative;
......
...@@ -271,6 +271,7 @@ export default { ...@@ -271,6 +271,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.container { .container {
padding: 24px; padding: 24px;
padding-bottom: 0px;
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -3,7 +3,11 @@ ...@@ -3,7 +3,11 @@
id="publicContent" id="publicContent"
:class="[ :class="[
activeName == 'index0' && formClass ? formClass : '', activeName == 'index0' && formClass ? formClass : '',
$route.path === '/screening/draft' ? 'p_padding' : '', $route.path === '/screening/draft'
? 'p_padding'
: $route.path === '/screening/add'
? 'add_padding'
: '',
]" ]"
> >
<div <div
...@@ -63,10 +67,10 @@ ...@@ -63,10 +67,10 @@
</transition> </transition>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
<div <!-- <div
class="bottom_line" class="bottom_line"
:style="{ width: contrast ? 'calc(100% - 200px)' : '100%' }" :style="{ width: contrast ? 'calc(100% - 200px)' : '100%' }"
></div> ></div> -->
<el-aside v-if="contrast" :width="'200px'"> <el-aside v-if="contrast" :width="'200px'">
<div class="side-content"> <div class="side-content">
<ul class="list"> <ul class="list">
...@@ -429,7 +433,7 @@ export default { ...@@ -429,7 +433,7 @@ export default {
} }
#publicContent { #publicContent {
position: relative; position: relative;
padding: 32px 24px 32px; padding: 10px 24px 0px;
.draftButton { .draftButton {
position: absolute; position: absolute;
top: 12px; top: 12px;
...@@ -447,7 +451,10 @@ export default { ...@@ -447,7 +451,10 @@ export default {
} }
} }
#publicContent.p_padding { #publicContent.p_padding {
padding: 10px 24px 17px; padding: 10px 24px 0px;
}
#publicContent.add_padding {
padding: 20px 24px 0px;
} }
::v-deep .el-dialog__body { ::v-deep .el-dialog__body {
.title { .title {
...@@ -593,11 +600,11 @@ export default { ...@@ -593,11 +600,11 @@ export default {
border: 1px solid #4e68ff; border: 1px solid #4e68ff;
color: #4e68ff; color: #4e68ff;
} }
.bottom_line { // .bottom_line {
// width: 100%; // // width: 100%;
position: absolute; // position: absolute;
bottom: 0px; // bottom: 0px;
height: 3px; // height: 3px;
box-shadow: 0px 3px 4px rgb(0 21 41 / 8%); // box-shadow: 0px 3px 4px rgb(0 21 41 / 8%);
} // }
</style> </style>
...@@ -48,10 +48,10 @@ ...@@ -48,10 +48,10 @@
:style="{ :style="{
height: height:
$route.path == '/screening/index' $route.path == '/screening/index'
? 'calc(100vh - 310px)' ? 'calc(100vh - 245px)'
: $route.path == '/screening/draft' : $route.path == '/screening/draft'
? 'calc(100vh - 270px)' ? 'calc(100vh - 249px)'
: 'calc(100vh - 230px)', : 'calc(100vh - 203px)',
}" }"
:class="externalScroll ? 'no-scroll' : ''" :class="externalScroll ? 'no-scroll' : ''"
> >
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</div> </div>
<div v-if="isDetail"> <div v-if="isDetail">
<div> <div style="margin-left: 24px">
<el-button icon="el-icon-back" @click="backInfoce">返 回</el-button> <el-button icon="el-icon-back" @click="backInfoce">返 回</el-button>
</div> </div>
<ConfigForms <ConfigForms
...@@ -385,4 +385,9 @@ export default { ...@@ -385,4 +385,9 @@ export default {
} }
</script> </script>
<style lang="scss" scoped></style> <style lang="scss" scoped>
.container {
padding: 20px;
padding-bottom: 0px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment