拆分详情鼠标悬停展示
This commit is contained in:
@@ -265,7 +265,7 @@
|
||||
</a-form>
|
||||
<div class="split-form-footer">
|
||||
<a-button type="primary" class="footer-btn-save" @click="splitSave">{{$t('preservation')}}</a-button>
|
||||
<a-button type="primary" @click="splitCancel">{{$t('cancel')}}</a-button>
|
||||
<a-button @click="splitCancel">{{$t('cancel')}}</a-button>
|
||||
</div>
|
||||
</a-spin>
|
||||
<!-- 图片预览-->
|
||||
@@ -1113,6 +1113,12 @@
|
||||
.split-form-footer{
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
bottom:0px;
|
||||
right: 0;
|
||||
width: 900px;
|
||||
padding-bottom:10px;
|
||||
background: #FFFFFF;
|
||||
.footer-btn-save{
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user