|
|
|
@ -1,5 +1,6 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="mybill-container f40 w">
|
|
|
|
<div class="mybill-container f40 w" style="background-color: #f0f0f0;width: 100vw;min-width: 100vw;">
|
|
|
|
|
|
|
|
<div class=" " style="width: 800px;min-width: 800px;margin: 20px auto 20px;background-color: #fff;border-radius: 6px;padding: 20px;">
|
|
|
|
<div class="contenttitle">
|
|
|
|
<div class="contenttitle">
|
|
|
|
<ul @click="resetpag">
|
|
|
|
<ul @click="resetpag">
|
|
|
|
<li @click="pagination.status = -1" :class="{ townsmanactive: pagination.status === -1 }">
|
|
|
|
<li @click="pagination.status = -1" :class="{ townsmanactive: pagination.status === -1 }">
|
|
|
|
@ -284,6 +285,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</a-modal>
|
|
|
|
</a-modal>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
@ -1105,12 +1107,12 @@ export default {
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
> div {
|
|
|
|
> div {
|
|
|
|
margin-left: 50px;
|
|
|
|
margin-left: 10px;
|
|
|
|
width: 70px;
|
|
|
|
width: 70px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ant-input {
|
|
|
|
.ant-input {
|
|
|
|
width: 400px;
|
|
|
|
width: 348px;
|
|
|
|
// width: 300px;
|
|
|
|
// width: 300px;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
height: 32px;
|
|
|
|
height: 32px;
|
|
|
|
@ -1174,7 +1176,7 @@ export default {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
// margin-left: 20px;
|
|
|
|
// margin-left: 20px;
|
|
|
|
width: 260px;
|
|
|
|
width: 180px;
|
|
|
|
border-color: #ccc;
|
|
|
|
border-color: #ccc;
|
|
|
|
// border-radius: 4px;
|
|
|
|
// border-radius: 4px;
|
|
|
|
// border: none;
|
|
|
|
// border: none;
|
|
|
|
@ -1182,14 +1184,14 @@ export default {
|
|
|
|
border-color: #1890ff;
|
|
|
|
border-color: #1890ff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ant-calendar-range-picker-input {
|
|
|
|
.ant-calendar-range-picker-input {
|
|
|
|
width: 95px;
|
|
|
|
width: 78px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ant-calendar-range-picker-separator {
|
|
|
|
.ant-calendar-range-picker-separator {
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ant-calendar-picker-clear {
|
|
|
|
.ant-calendar-picker-clear {
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1228,11 +1230,11 @@ export default {
|
|
|
|
// li {
|
|
|
|
// li {
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
li:first-child {
|
|
|
|
li:first-child {
|
|
|
|
width: 263px;
|
|
|
|
width: 188px;
|
|
|
|
padding-left: 60px;
|
|
|
|
padding-left: 60px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
li:nth-child(2) {
|
|
|
|
li:nth-child(2) {
|
|
|
|
width: 246px;
|
|
|
|
width: 220px;
|
|
|
|
// line-height: 100px;
|
|
|
|
// line-height: 100px;
|
|
|
|
// background-color: red;
|
|
|
|
// background-color: red;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1305,14 +1307,20 @@ export default {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 6px 6px 0 0;
|
|
|
|
border-radius: 6px 6px 0 0;
|
|
|
|
li {
|
|
|
|
li {
|
|
|
|
flex: 1;
|
|
|
|
width: 25%;
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
text-align: center !important;
|
|
|
|
|
|
|
|
&:nth-child(1) {
|
|
|
|
|
|
|
|
width: 23%;
|
|
|
|
|
|
|
|
}
|
|
|
|
&:nth-child(2) {
|
|
|
|
&:nth-child(2) {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:nth-child(3) {
|
|
|
|
&:nth-child(3) {
|
|
|
|
// margin-left: 100px;
|
|
|
|
// margin-left: 100px;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
transform: translateX(52px);
|
|
|
|
transform: translateX(0px);
|
|
|
|
|
|
|
|
width: 27%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:last-child {
|
|
|
|
&:last-child {
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
|