Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
f4d5cc62
Commit
f4d5cc62
authored
Jul 16, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:证书提示弹窗添加申请证书链接跳转
parent
578a4a76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
3 deletions
+16
-3
portal-manager-ui/admin/src/components/licenseHint/LicenseHint.vue
...nager-ui/admin/src/components/licenseHint/LicenseHint.vue
+16
-3
No files found.
portal-manager-ui/admin/src/components/licenseHint/LicenseHint.vue
View file @
f4d5cc62
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment