|
|
|
@ -717,7 +717,6 @@ defineExpose({
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="bottom">
|
|
|
|
|
<!-- <div class="reset_action">重置审批</div> -->
|
|
|
|
|
<div
|
|
|
|
|
v-show="item.states != 2"
|
|
|
|
|
class="resovle_action"
|
|
|
|
@ -755,16 +754,6 @@ defineExpose({
|
|
|
|
|
|
|
|
|
|
<style scoped lang="less">
|
|
|
|
|
.wrapper {
|
|
|
|
|
// display: flex;
|
|
|
|
|
// flex-flow: row wrap;
|
|
|
|
|
// align-items: center;
|
|
|
|
|
// justify-content: flex-start;
|
|
|
|
|
// flex: 1;
|
|
|
|
|
// box-sizing: border-box;
|
|
|
|
|
// margin-left: 16px;
|
|
|
|
|
//width: 100%;
|
|
|
|
|
//background: #fff;
|
|
|
|
|
// padding: 0px 24px 24px 24px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex: 1;
|
|
|
|
|
overflow: hidden;
|
|
|
|
@ -807,7 +796,6 @@ defineExpose({
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.xjcc {
|
|
|
|
|
//width: 226px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #507afd;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
@ -826,7 +814,6 @@ defineExpose({
|
|
|
|
|
background: url(/src/assets/images/pocitypass.png) no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
border-radius: 17px;
|
|
|
|
|
// box-shadow: 0px 2px 6px 0px rgba(116, 153, 253, 0.3);
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|