BUG 28275

This commit is contained in:
aixianling
2022-03-21 17:41:09 +08:00
parent 7a5882c618
commit 27920b8638

View File

@@ -56,7 +56,6 @@ export default {
data() {
return {
showPage: false,
name: '',
list: [
{
name: '全部',
@@ -166,6 +165,8 @@ export default {
<style scoped lang="scss">
.integralapply {
width: 100vw;
overflow-x: hidden;
height: 100%;
::v-deep .u-tabs {
padding-right: 326px;
@@ -174,8 +175,8 @@ export default {
}
.middle {
padding: 0 32px;
padding-bottom: 112px;
padding: 0 32px 112px;
.nav {
display: flex;
justify-content: space-between;
@@ -205,7 +206,7 @@ export default {
.cards {
padding: 32px;
background: #fff;
border-radius: 16px 16px 0px 0px;
border-radius: 16px 16px 0 0;
box-shadow: inset 0px -1px 0px 0px #dddddd;
.cont {
line-height: 50px;
@@ -245,7 +246,7 @@ export default {
padding: 32px 0 32px 32px;
background: #fff;
box-shadow: inset 0px -1px 0px 0px #dddddd;
border-radius: 0px 0px 16px 16px;
border-radius: 0 0 16px 16px;
.status {
font-size: 28px;
}