支付接口页面样式调整

This commit is contained in:
xiaoyu 2023-02-16 09:23:37 +08:00
parent 2e2a78dcb7
commit 6c511ac26c
2 changed files with 16 additions and 4 deletions

View File

@ -117,7 +117,7 @@ export default {
}
.jeepay-card-add-text {
padding-top: 5px;
font-size: 16px;
font-size: 13px;
color: rgba(0, 0, 0, 0.35);
}
</style>

View File

@ -1,5 +1,17 @@
<template>
<page-header-wrapper>
<template>
<a-card style="width: calc(100% - 24px);margin-bottom: 20px;">
<a-alert message="" type="info">
<template #description>
<p style="display: flex; justify-content: space-between; margin: 0 0 4px;">
计全科技已开放支付接口购买渠道由官方团队开发质量有保障下载解压后直接使用接口下载接口安装说明
<a href="https://www.jeequan.com/goods/list.html" target="_blank">前往计全商城 ></a>
</p>
</template>
</a-alert>
</a-card>
</template>
<JeepayCard
ref="infoCard"
:reqCardListFunc="reqCardListFunc"
@ -53,8 +65,8 @@ export default {
return {
jeepayCard: {
name: '支付接口',
height: 300,
span: { xxl: 6, xl: 4, lg: 4, md: 3, sm: 2, xs: 1 },
height: 200,
span: { xxl: 8, xl: 4, lg: 4, md: 3, sm: 2, xs: 1 },
addAuthority: this.$access('ENT_PC_IF_DEFINE_ADD')
}
}
@ -118,7 +130,7 @@ export default {
align-items: center;
}
.title {
font-size: 16px;
font-size: 13px;
font-family: PingFang SC, PingFang SC-Bold;
font-weight: 700;
color: #1a1a1a;