+
复制账号
@@ -40,9 +56,21 @@
请申请后查看
{{ dataFrom.password }}
- {{ dataFrom.password }}
+
+ {{ dataFrom.password }}
+
-
+
复制密码
@@ -51,185 +79,185 @@
diff --git a/front/src/views/newHome/components/Carousel.vue b/front/src/views/newHome/components/Carousel.vue
new file mode 100644
index 00000000..05f676c0
--- /dev/null
+++ b/front/src/views/newHome/components/Carousel.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/front/src/views/newHome/index.vue b/front/src/views/newHome/index.vue
index fc959896..27d091fa 100644
--- a/front/src/views/newHome/index.vue
+++ b/front/src/views/newHome/index.vue
@@ -2,12 +2,13 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-23 16:41:49
* @LastEditors: Light
- * @LastEditTime: 2022-10-13 16:40:15
+ * @LastEditTime: 2022-11-30 17:55:43
* @Description: 告诉大家这是什么
-->
+
@@ -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;
}
}