mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 16:56:46 +08:00
-- fix bug
This commit is contained in:
@@ -274,14 +274,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footbtn">
|
||||
<div class="footbtn footBox">
|
||||
<div class="btnbox">
|
||||
<a-button class="btn btn2" @click="temporaryStorage" :loading="confirmLoading">暂存</a-button>
|
||||
<a-button class="btn btn2" @click="submitStorage" :loading="confirmLoading">确定</a-button>
|
||||
<a-button class="btn btn1" @click="cancelStorage" :loading="cancleLoading">取消</a-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div><div style="height:80px;width:100%;" /></div>
|
||||
<!-- 添加阶段弹窗 -->
|
||||
<a-modal v-model:visible="stage" :title="null" @ok="closeModal" :footer="null" :closable="false"
|
||||
wrapClassName="addstage" width="624px" height="388px" :centered="true" @cancel="closeModal">
|
||||
@@ -1617,7 +1617,7 @@ const cancelStorage = async () => {
|
||||
|
||||
.btnbox {
|
||||
display: flex;
|
||||
margin-right: 36px;
|
||||
margin-right: 275px;
|
||||
height: 80px;
|
||||
|
||||
.btn {
|
||||
@@ -1661,4 +1661,9 @@ const cancelStorage = async () => {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footBox {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user