单选人员控件选择后覆盖
This commit is contained in:
+8
-18
@@ -26,7 +26,8 @@
|
||||
:url="url"
|
||||
:standardContentQuery="queryProject"
|
||||
/>
|
||||
<div :class="{'circulationHistory':this.queryData.isDisplay,'circulationHistoryOne':!this.queryData.isDisplay}">
|
||||
<!-- :class="{'circulationHistory':this.queryData.isDisplay,'circulationHistoryOne':!this.queryData.isDisplay}"-->
|
||||
<div>
|
||||
<circulationHistory
|
||||
v-if="isDisplay"
|
||||
:title="$t('Processhistory')"
|
||||
@@ -34,17 +35,16 @@
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
<div :class="{'drawer-review':isDrawerClass,
|
||||
'drawer-review-One':!isDrawerClass}"
|
||||
v-if="this.queryData.isDisplay">
|
||||
<!--:class="{'drawer-review':isDrawerClass,
|
||||
'drawer-review-One':!isDrawerClass}"-->
|
||||
<div v-if="this.queryData.isDisplay" class="drawer-review">
|
||||
<reviewedByThePersonInCharge
|
||||
v-if="isDisplay"
|
||||
ref="reviewedByThePersonInChargeRef"
|
||||
:query="queryData"
|
||||
:queryBy="queryBy"
|
||||
:queryPersonInCharge="queryPersonInCharge"/>
|
||||
|
||||
</div>
|
||||
<div class="drawer-bootom-button">
|
||||
<footerProcess
|
||||
v-if="isDisplay"
|
||||
@@ -54,8 +54,6 @@
|
||||
@confirm="confirm"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</a-drawer>
|
||||
|
||||
</div>
|
||||
@@ -289,7 +287,7 @@
|
||||
<style scoped>
|
||||
|
||||
.drawer-bootom-button {
|
||||
position: sticky;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: 1002;
|
||||
width: 100%;
|
||||
@@ -302,15 +300,7 @@
|
||||
}
|
||||
|
||||
.drawer-review {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: 1001;
|
||||
height: 404px;
|
||||
width: 100%;
|
||||
border-top: 1px solid #e8e8e8;
|
||||
left: 0;
|
||||
background: #fff;
|
||||
border-radius: 0 0 2px 2px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.drawer-review-One{
|
||||
position: absolute;
|
||||
|
||||
+1
-1
@@ -251,7 +251,7 @@
|
||||
|
||||
<style scoped lang="less">
|
||||
.box {
|
||||
padding: 24px 24px 24px 24px;
|
||||
padding: 0 0 24px 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user