|
@@ -67,8 +67,10 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<div class="btns" v-if="!isDisabled">
|
|
<div class="btns" v-if="!isDisabled">
|
|
|
- <el-button @click="refresh()">重置</el-button>
|
|
|
|
|
- <el-button type="primary" @click="submitForm()">确定</el-button>
|
|
|
|
|
|
|
+ <div style="position: absolute; right: 0; bottom: 0">
|
|
|
|
|
+ <el-button @click="refresh()">重置</el-button>
|
|
|
|
|
+ <el-button type="primary" @click="submitForm()">确定</el-button>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="right">
|
|
<div class="right">
|
|
@@ -290,10 +292,13 @@ onMounted(() => {
|
|
|
height: calc(100vh - 64px - 18px - 50px);
|
|
height: calc(100vh - 64px - 18px - 50px);
|
|
|
padding: 0 30px 0 0;
|
|
padding: 0 30px 0 0;
|
|
|
.left {
|
|
.left {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
padding: 21px;
|
|
padding: 21px;
|
|
|
border-right: 1px solid rgba(0, 0, 0, 0.06);
|
|
border-right: 1px solid rgba(0, 0, 0, 0.06);
|
|
|
|
|
+ overflow-y: auto;
|
|
|
.el-form-outer {
|
|
.el-form-outer {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
@@ -306,9 +311,10 @@ onMounted(() => {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.btns {
|
|
.btns {
|
|
|
- position: absolute;
|
|
|
|
|
- right: 27px;
|
|
|
|
|
- bottom: 21px;
|
|
|
|
|
|
|
+ margin-top: 35px;
|
|
|
|
|
+ flex: 1;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ position: relative;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.right {
|
|
.right {
|
|
@@ -331,6 +337,7 @@ onMounted(() => {
|
|
|
}
|
|
}
|
|
|
.tabs {
|
|
.tabs {
|
|
|
margin-top: 14px;
|
|
margin-top: 14px;
|
|
|
|
|
+ overflow-y: auto;
|
|
|
:deep(.el-tabs__header) {
|
|
:deep(.el-tabs__header) {
|
|
|
margin: 0 0 22px;
|
|
margin: 0 0 22px;
|
|
|
}
|
|
}
|