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