|
|
@ -404,11 +404,11 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-form> |
|
|
|
<div class="btnList"> |
|
|
|
<el-button type="primary" @click="submitForm">确 定</el-button> |
|
|
|
<el-button @click="cancel">取 消</el-button> |
|
|
|
</div> |
|
|
|
</el-row> |
|
|
|
<div class="btnList"> |
|
|
|
<el-button type="primary" @click="submitForm">确 定</el-button> |
|
|
|
<el-button @click="cancel">取 消</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
@ -827,14 +827,10 @@ export default { |
|
|
|
// .app-container { |
|
|
|
// transform: scale(1); |
|
|
|
// } |
|
|
|
// .btnList { |
|
|
|
// padding: 10px 0; |
|
|
|
// background: #fff; |
|
|
|
// width: 100%; |
|
|
|
// display: flex; |
|
|
|
// justify-content: center; |
|
|
|
// position: fixed; |
|
|
|
// right: 10px; |
|
|
|
// bottom: 20px; |
|
|
|
// } |
|
|
|
.btnList { |
|
|
|
position: fixed; |
|
|
|
bottom: 20px; |
|
|
|
right: 20px; |
|
|
|
z-index: 1; |
|
|
|
} |
|
|
|
</style> |
|
|
|