Commit 1a1ebc8d authored by Mac's avatar Mac

1

parent eaa47caf
......@@ -6,6 +6,9 @@
<li :class="{cked:liCkedIndex==3}" @click="goUrl('myApprovalList')">我发起的</li>
<li :class="{cked:liCkedIndex==4}" @click="goUrl('sendToMeApproval')">抄送我的</li>
</div>
<div style="text-align: right">
<input type="button" class="hollowFixedBtn" value="查询" @click="resetPageIndex(),getList()"/>
</div>
<div class="query-box" style="border-bottom: none;">
<ul>
<li>
......@@ -28,7 +31,7 @@
<el-option v-for='item in appAuditStatusList' :label='item.label' :value='item.value' :key='item.value'></el-option>
</el-select></span>
</li>
<li><input type="button" class="hollowFixedBtn" value="查询" @click="resetPageIndex(),getList()"/></li>
<li></li>
</ul>
</div>
......@@ -673,7 +676,7 @@
.forMyApprovalLayercontentDiv .myApprovalTable tr td:nth-child(1){text-align: right; color: #666; }
.forMyApprovalLayerBtn{position: fixed; bottom: 0; background: #fff; width: 100%; height: 40px; line-height: 40px; padding: 0 30px; border-top:1px solid #F0F3FA}
.forMyApprovalLayerBtn input{margin-right: 10px;}
.myApprovalMenu{width: 100%; height: 40px; text-align: center; line-height: 40px; background: #fff; border-radius: 4px; margin: 30px 0;}
.myApprovalMenu{width: 100%; height: 40px; text-align: center; line-height: 40px; background: #fff; border-radius: 4px; margin: 10px 0;}
.myApprovalMenu li{float: left; width:25%; font-size: 14px; color: #666; cursor: pointer;}
.myApprovalMenu li:hover{border-bottom: 2px solid #E95252;}
.myApprovalMenu li.cked{border-bottom: 2px solid #E95252; font-size: 16px; color:#E95252;}
......
......@@ -6,6 +6,9 @@
<li :class="{cked:liCkedIndex==3}">我发起的</li>
<li :class="{cked:liCkedIndex==4}" @click="goUrl('sendToMeApproval')">抄送我的</li>
</div>
<div style="text-align: right">
<input type="button" class="hollowFixedBtn" value="查询" @click="resetPageIndex(),getList()"/>
</div>
<div class="query-box" style="border-bottom: none;">
<ul>
<li>
......@@ -21,7 +24,7 @@
<el-option v-for='item in appAuditStatusList' :label='item.label' :value='item.value' :key='item.value'></el-option>
</el-select></span>
</li>
<li><input type="button" class="hollowFixedBtn" value="查询" @click="resetPageIndex(),getList()"/></li>
<li></li>
</ul>
</div>
<div class="appListparent" v-loading='loading'>
......@@ -663,7 +666,7 @@
.forMyApprovalLayercontentDiv .myApprovalTable tr td:nth-child(1){text-align: right; color: #666;}
.forMyApprovalLayerBtn{position: fixed; bottom: 0; background: #fff; width: 100%; height: 40px; line-height: 40px; padding: 0 30px; border-top:1px solid #F0F3FA}
.forMyApprovalLayerBtn input{margin-right: 10px;}
.myApprovalMenu{width: 100%; height: 40px; text-align: center; line-height: 40px; background: #fff; border-radius: 4px; margin: 30px 0;}
.myApprovalMenu{width: 100%; height: 40px; text-align: center; line-height: 40px; background: #fff; border-radius: 4px; margin: 10px 0;}
.myApprovalMenu li{float: left; width:25%; font-size: 14px; color: #666; cursor: pointer;}
.myApprovalMenu li:hover{border-bottom: 2px solid #E95252;}
.myApprovalMenu li.cked{border-bottom: 2px solid #E95252; font-size: 16px; color:#E95252;}
......
......@@ -6,6 +6,9 @@
<li :class="{cked:liCkedIndex==3}" @click="goUrl('myApprovalList')">我发起的</li>
<li :class="{cked:liCkedIndex==4}">抄送我的</li>
</div>
<div style="text-align: right">
<input type="button" class="hollowFixedBtn" value="查询" @click="resetPageIndex(),getList()"/>
</div>
<div class="query-box" style="border-bottom: none;">
<ul>
<li>
......@@ -28,7 +31,7 @@
</el-select>
</span>
</li>
<li style="top:-155px!important"><input type="button" class="hollowFixedBtn" value="查询" @click="resetPageIndex(),getList()"/></li>
<li style="top:-155px!important"></li>
</ul>
</div>
<div class="appListparent" v-loading='loading'>
......@@ -666,7 +669,7 @@
.forMyApprovalLayercontentDiv .myApprovalTable tr td:nth-child(1){text-align: right; color: #666;}
.forMyApprovalLayerBtn{position: fixed; bottom: 0; background: #fff; width: 100%; height: 40px; line-height: 40px; padding: 0 30px; border-top:1px solid #F0F3FA}
.forMyApprovalLayerBtn input{margin-right: 10px;}
.myApprovalMenu{width: 100%; height: 40px; text-align: center; line-height: 40px; background: #fff; border-radius: 4px; margin: 30px 0;}
.myApprovalMenu{width: 100%; height: 40px; text-align: center; line-height: 40px; background: #fff; border-radius: 4px; margin: 10px 0;}
.myApprovalMenu li{float: left; width:25%; font-size: 14px; color: #666; cursor: pointer;}
.myApprovalMenu li:hover{border-bottom: 2px solid #E95252;}
.myApprovalMenu li.cked{border-bottom: 2px solid #E95252; font-size: 16px; color:#E95252;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment