feat_变更历史保存按钮统一悬浮 --story=1003793 --user=王孝刚 1.变更历史 保存按钮 参考功能用例的悬浮实现 包括接口自动化也统一 https://www.tapd.cn/55049933/s/1064051

This commit is contained in:
wxg0103 2021-11-04 14:18:31 +08:00 committed by 刘瑞斌
parent 862e790509
commit 45f1e9380a
4 changed files with 24 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<el-row>
<el-col>
<!--操作按钮-->
<div style="float: right;margin-right: 20px;margin-top: 20px">
<div style="float: right;margin-right: 20px;margin-top: 20px" class="ms-opt-btn">
<el-link type="primary" style="margin-right: 20px" @click="openHis" v-if="basisData.id">
{{ $t('operating_log.change_history') }}
</el-link>
@ -121,4 +121,9 @@
<style scoped>
.ms-opt-btn {
position: fixed;
right: 50px;
z-index: 1;
}
</style>

View File

@ -4,7 +4,7 @@
<el-card class="card-content" v-loading="httpForm.loading">
<el-form :model="httpForm" :rules="rule" ref="httpForm" label-width="80px" label-position="right">
<!-- 操作按钮 -->
<div style="float: right;margin-right: 20px">
<div style="float: right;margin-right: 20px" class="ms-opt-btn">
<el-link type="primary" style="margin-right: 20px" @click="openHis" v-if="httpForm.id">
{{ $t('operating_log.change_history') }}
</el-link>
@ -428,6 +428,11 @@
margin: 20px 45px;
}
.ms-opt-btn {
position: fixed;
right: 50px;
z-index: 1;
}
/*.base-info .el-form-item >>> .el-form-item__content {*/
/* width: 80%;*/
/*}*/

View File

@ -4,7 +4,7 @@
<el-row>
<el-col>
<!--操作按钮-->
<div style="float: right;margin-right: 20px;margin-top: 20px">
<div style="float: right;margin-right: 20px;margin-top: 20px" class="ms-opt-btn">
<el-link type="primary" style="margin-right: 20px" @click="openHis" v-if="basisData.id">
{{ $t('operating_log.change_history') }}
</el-link>
@ -118,5 +118,10 @@ export default {
</script>
<style scoped>
.ms-opt-btn {
position: fixed;
right: 50px;
z-index: 1;
}
</style>

View File

@ -4,7 +4,7 @@
<el-row>
<el-col>
<!--操作按钮-->
<div style="float: right;margin-right: 20px;margin-top: 20px">
<div style="float: right;margin-right: 20px;margin-top: 20px" class="ms-opt-btn">
<el-link type="primary" style="margin-right: 20px" @click="openHis" v-if="basisData.id">
{{ $t('operating_log.change_history') }}
</el-link>
@ -239,4 +239,9 @@ export default {
.mock-info {
margin: 20px 45px;
}
.ms-opt-btn {
position: fixed;
right: 50px;
z-index: 1;
}
</style>