Commit f4d5cc62 authored by “yiyousong”'s avatar “yiyousong”

feat:证书提示弹窗添加申请证书链接跳转

parent 578a4a76
......@@ -19,8 +19,14 @@
</div>
<p class="message">{{ licenseInfo.msg }}</p>
<div class="actions">
<a
class="apply"
href="https://license.scsmile.cn/#/login"
target="_blank"
>点击申请</a
>
<div class="read" @click="handleUpload">
<div class="loading-btn" v-if="loading">
<span>上传中</span><Loading></Loading>
......@@ -195,6 +201,9 @@ export default {
.actions {
margin-top: 20px;
display: flex;
flex-direction: column;
gap: 8px;
}
/deep/.ant-upload {
......@@ -202,7 +211,8 @@ export default {
}
.mark-as-read,
.read {
.read,
.apply {
width: 100%;
height: 44px;
display: flex;
......@@ -216,6 +226,10 @@ export default {
}
.read {
background-color: #1aa06d;
color: rgba(255, 255, 255, 1);
}
.apply {
background-color: #0857e8;
color: rgba(255, 255, 255, 1);
}
......@@ -225,7 +239,6 @@ export default {
gap: 10px;
}
.mark-as-read {
margin-top: 8px;
background-color: rgba(249, 250, 251, 1);
color: rgba(107, 114, 128, 1);
transition: all 0.15s ease;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment