+
@@ -21,6 +22,7 @@
diff --git a/front/src/views/personalCenter/components/MyApply.vue b/front/src/views/personalCenter/components/MyApply.vue
index 40531283..dfbe4efe 100644
--- a/front/src/views/personalCenter/components/MyApply.vue
+++ b/front/src/views/personalCenter/components/MyApply.vue
@@ -117,7 +117,7 @@
item.ended
? '审核完成'
: item.backToFirst
- ? '审核中(被驳回,请修改申请或终止流程)'
+ ? '审核中(请修改被驳回内容)'
: '审核中'
}}
diff --git a/front/src/views/personalCenter/components/MyPublish.vue b/front/src/views/personalCenter/components/MyPublish.vue
index da96d546..cd87a772 100644
--- a/front/src/views/personalCenter/components/MyPublish.vue
+++ b/front/src/views/personalCenter/components/MyPublish.vue
@@ -272,6 +272,7 @@
function handlecancel() {
abilityToTypeFunctionData.value = '组件服务'
componentTypeValue.value = ''
+ visible2.value = false
}
function abilityToTypeFunction(item) {
abilityToTypeFunctionData.value = item
@@ -291,6 +292,7 @@
if (abilityToTypeFunctionData.value == '组件服务') {
if (!componentTypeValue.value || componentTypeValue.value == '') {
message.error('请选择组件类型!')
+ componentTypeValueOld.value = ''
return
} else if (
componentTypeValue.value === '智能算法' ||
@@ -316,10 +318,10 @@
query: snum.value,
})
window.open(applypage.href, '_blank')
- visible.value = false
+ visible2.value = false
abilityToTypeFunctionData.value = '组件服务'
componentTypeValue.value = ''
- console.log(e)
+ visible2.value = false
}
let abilityToType = ref(['组件服务', '应用资源'])
let componentType = ref([
@@ -687,61 +689,95 @@
margin-top: -1.44rem;
font-size: 0.14rem;
font-weight: 500;
+ .ant-modal-footer {
+ border: 0;
+ text-align: center;
+ margin-top: 24px;
+ padding-bottom: 24px;
+ .shenqing {
+ background: #0058e1;
+ color: #ffffff;
+ width: 90px;
+ height: 32px;
+ border-radius: 2px;
+ border: 1px #0058e1 solid;
+ }
+ .quxiao {
+ width: 90px;
+ height: 32px;
+ background: #ffffff;
+ color: #0058e1;
+ border-radius: 2px;
+ border: 1px #0058e1 solid;
+ }
+ }
+ .ant-modal-body {
+ padding: 0px !important;
+ }
.ant-radio-inner {
height: 0.16rem;
width: 0.16rem;
}
-
.ant-radio-inner::after {
background-color: unset;
background: url('~@/assets/personalCenter/xuanzhong.png') no-repeat;
background-size: cover;
background-position: center;
}
-
.ant-modal-content {
- border-radius: 0.1rem;
-
+ border-radius: 2px;
+ border: 1px #e6e9ed solid;
+ width: 690px;
+ box-shadow: 0px 4px 20px rgb(0, 0, 0, 0.5);
.ability-to-type,
.component-type {
display: flex;
- margin-top: 0.2rem;
-
+ margin-top: 24px;
+ margin-left: 24px;
.title {
white-space: nowrap;
- margin-right: 0.2rem;
display: flex;
align-items: center;
height: 0.26rem;
+ font-size: 16px;
}
-
- .content {
+ .component-type-content {
width: 100%;
-
+ height: unset;
+ border: unset;
+ background: unset;
.ant-radio-group {
display: grid;
- grid-template-columns: 1fr 1fr 1fr;
+ grid-template-columns: auto auto auto auto;
grid-gap: 0.15rem;
}
}
}
.ability-to-type {
- .content {
+ .ability-to-type-content {
display: grid;
- grid-template-columns: 1fr 1fr 1fr;
-
+ grid-template-columns: auto auto auto auto;
+ height: unset;
+ border: unset;
+ background: unset;
+ margin-left: 20px;
div {
- margin-right: 0.15rem;
+ &:hover {
+ background: #0058e1;
+ cursor: pointer;
+ color: #ffffff;
+ }
+ margin-right: 16px;
cursor: pointer;
- font-size: 0.14rem;
- width: 0.9rem;
- height: 0.26rem;
- border-radius: 0.13rem;
- color: #333333;
- background: #f5f5f5;
- border: 0.01rem #cccccc solid;
+ font-size: 16px;
+ width: 90px;
+ height: 32px;
+ border-radius: 2px;
+ color: #0058e1;
+ background: #ffffff;
+ border: 1px #0058e1 solid;
display: flex;
justify-content: center;
align-items: center;
@@ -749,7 +785,7 @@
}
.ability-to-type-down {
- background: #0087ff;
+ background: #0058e1;
color: #fff;
}
}
@@ -759,16 +795,25 @@
.ant-modal-title {
display: flex;
align-items: center;
+ display: flex;
+ align-items: center;
+ margin: 0px 24px;
+ padding-top: 24px;
+ padding-bottom: 22px;
+ color: #212121;
+ font-weight: bold;
+ font-size: 20px;
+ border-bottom: 2px solid #ebeced;
}
.ant-modal-footer {
border: 0;
text-align: center;
padding-bottom: 0.2rem;
-
+ margin-top: 50px;
button {
- margin-right: 0.2rem;
- border-radius: 0.08rem;
+ margin-right: 12px;
+ border-radius: 2px;
}
}
From beb0455e3d13d9d5447f9df495b46ca8e0dfda10 Mon Sep 17 00:00:00 2001
From: a0049873 <79py69t9wb@privaterelay.appleid.com>
Date: Fri, 2 Dec 2022 15:09:07 +0800
Subject: [PATCH 2/3] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9=20=E5=BA=94=E7=94=A8?=
=?UTF-8?q?=E8=B5=84=E6=BA=90=20=E6=A8=A1=E7=B3=8A=E5=88=A4=E6=96=AD?=
=?UTF-8?q?=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Application/ApplicationAbilityTrial.vue | 366 ++++++++++--------
1 file changed, 197 insertions(+), 169 deletions(-)
diff --git a/front/src/views/detailsAll/components/Application/ApplicationAbilityTrial.vue b/front/src/views/detailsAll/components/Application/ApplicationAbilityTrial.vue
index 78f62ff3..15871d0f 100644
--- a/front/src/views/detailsAll/components/Application/ApplicationAbilityTrial.vue
+++ b/front/src/views/detailsAll/components/Application/ApplicationAbilityTrial.vue
@@ -1,8 +1,8 @@
@@ -16,8 +16,14 @@
-
+
{{ dataFrom.link }}
@@ -27,10 +33,20 @@
请申请后查看
- {{ dataFrom.number
- }}
+
+ {{ dataFrom.number }}
+
-
+
复制账号
@@ -40,9 +56,21 @@
请申请后查看
{{ dataFrom.password }}
- {{ dataFrom.password }}
+
+ {{ dataFrom.password }}
+
-
+
复制密码
@@ -51,185 +79,185 @@
From 3af92de1ec248d2e0ac28fb41c38417acc2585ac Mon Sep 17 00:00:00 2001
From: a0049873 <79py69t9wb@privaterelay.appleid.com>
Date: Fri, 2 Dec 2022 16:02:45 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
front/src/views/newHome/components/Carousel.vue | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/front/src/views/newHome/components/Carousel.vue b/front/src/views/newHome/components/Carousel.vue
index a5a8213c..05f676c0 100644
--- a/front/src/views/newHome/components/Carousel.vue
+++ b/front/src/views/newHome/components/Carousel.vue
@@ -2,7 +2,7 @@
* @Author: Light
* @Date: 2022-11-30 17:43:43
* @LastEditors: Light
- * @LastEditTime: 2022-12-02 11:53:46
+ * @LastEditTime: 2022-12-02 16:02:26
* @Description: 告诉大家这是什么
-->
@@ -117,7 +117,7 @@
justify-content: center;
align-items: center;
// background: #364d79;
- color: #d81e06;
+ color: #fff;
position: absolute;
top: 60px;
left: 0;
@@ -141,4 +141,7 @@
}
}
}
+ marquee {
+ font-weight: 600;
+ }