Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
TokenVaultManagement
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jasonwai
TokenVaultManagement
Commits
a2d14cf6
Commit
a2d14cf6
authored
Jun 09, 2023
by
alicewang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加上版本號
parent
94a484f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
_Layout.cshtml
...en Vault Management/backstage/Views/Shared/_Layout.cshtml
+3
-0
style.css
...nt Token Vault Management/backstage/wwwroot/css/style.css
+12
-1
No files found.
Merchant Token Vault Management/backstage/Views/Shared/_Layout.cshtml
View file @
a2d14cf6
...
...
@@ -181,6 +181,9 @@
<div
class=
"container-fluid page-body-wrapper"
>
<!-- partial:./partials/_sidebar.html -->
<nav
class=
"sidebar sidebar-offcanvas"
id=
"sidebar"
>
<div
class=
"versionNo"
>
版本: v1.23
</div>
<ul
class=
"nav "
>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
data-toggle=
"collapse"
href=
"#Member"
aria-expanded=
"false"
aria-controls=
"Member"
>
...
...
Merchant Token Vault Management/backstage/wwwroot/css/style.css
View file @
a2d14cf6
...
...
@@ -19272,4 +19272,15 @@ tbody {
.departmentRow
,
.userRow
{
cursor
:
pointer
;
}
\ No newline at end of file
}
/*版本號樣式*/
.versionNo
{
color
:
#f2f2f2
;
font-size
:
0.825rem
;
padding
:
20px
16px
10px
16px
}
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