|
@@ -1,7 +1,7 @@
|
|
<!--开发配置-->
|
|
<!--开发配置-->
|
|
<template>
|
|
<template>
|
|
- <div class="app-container public-config-page">
|
|
|
|
- <el-form :model="form" ref="form" :inline="true" :rules="rules" label-width="160px">
|
|
|
|
|
|
+ <div class="public-config-page">
|
|
|
|
+ <el-form class="public-form-box scrollbar-box" :model="form" ref="form" :inline="true" :rules="rules" label-width="160px">
|
|
<div class="title-box">
|
|
<div class="title-box">
|
|
<p>文件预览配置</p>
|
|
<p>文件预览配置</p>
|
|
</div>
|
|
</div>
|
|
@@ -159,7 +159,9 @@
|
|
|
|
|
|
</el-form>
|
|
</el-form>
|
|
<div class="sub_btn">
|
|
<div class="sub_btn">
|
|
|
|
+ <p class="null-p"></p>
|
|
<p class="inquire-button-one" @click="submitForm">保存</p>
|
|
<p class="inquire-button-one" @click="submitForm">保存</p>
|
|
|
|
+ <p class="null-p"></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -221,16 +223,29 @@
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
.public-config-page{
|
|
.public-config-page{
|
|
- padding-bottom: 200px !important;
|
|
|
|
|
|
+ flex:1;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ /*position: relative;*/
|
|
|
|
+ /*padding-bottom: 200px !important;*/
|
|
|
|
+ .public-form-box{
|
|
|
|
+ flex:1;
|
|
|
|
+ overflow-y: scroll;
|
|
|
|
+ overflow-x: hidden;
|
|
|
|
+ }
|
|
/*底部按钮弹框*/
|
|
/*底部按钮弹框*/
|
|
.sub_btn{
|
|
.sub_btn{
|
|
- position: fixed;
|
|
|
|
|
|
+ /*position: absolute;*/
|
|
|
|
+ display: flex;
|
|
right: 20px;
|
|
right: 20px;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
background: #fff;
|
|
background: #fff;
|
|
height: 112px;
|
|
height: 112px;
|
|
- width:84%;
|
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
+ .null-p{
|
|
|
|
+ flex:1;
|
|
|
|
+ }
|
|
.inquire-button-one{
|
|
.inquire-button-one{
|
|
cursor:pointer;
|
|
cursor:pointer;
|
|
display: inline-block;
|
|
display: inline-block;
|