待办中心-法规认证流程-办理-样式问题
This commit is contained in:
+12
-11
@@ -44,17 +44,18 @@
|
|||||||
:query="queryData"
|
:query="queryData"
|
||||||
:queryBy="queryBy"
|
:queryBy="queryBy"
|
||||||
:queryPersonInCharge="queryPersonInCharge"/>
|
:queryPersonInCharge="queryPersonInCharge"/>
|
||||||
|
|
||||||
|
<div class="drawer-bootom-button">
|
||||||
|
<footerProcess
|
||||||
|
v-if="isDisplay"
|
||||||
|
:is-cancel="isCancel"
|
||||||
|
:is-confirm="isConfirm"
|
||||||
|
@cancel="handleCancel"
|
||||||
|
@confirm="confirm"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="drawer-bootom-button">
|
|
||||||
<footerProcess
|
|
||||||
v-if="isDisplay"
|
|
||||||
:is-cancel="isCancel"
|
|
||||||
:is-confirm="isConfirm"
|
|
||||||
@cancel="handleCancel"
|
|
||||||
@confirm="confirm"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</a-drawer>
|
</a-drawer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -288,7 +289,7 @@
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
.drawer-bootom-button {
|
.drawer-bootom-button {
|
||||||
position: absolute;
|
position: sticky;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 1002;
|
z-index: 1002;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -302,7 +303,7 @@
|
|||||||
|
|
||||||
.drawer-review {
|
.drawer-review {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 40px;
|
bottom: 0;
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
height: 404px;
|
height: 404px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user