Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
26900f4a634d52b0e326e8083d8ceda6671cdd94
Authored by
ww
2023-04-25 20:54:17 +0800
1 parent
3016347c
fix: 修复分享页面访问令牌icon图标方向
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/sys/share/index.vue
src/views/sys/share/index.vue
View file @
26900f4
...
...
@@ -109,7 +109,7 @@
109
109
>
110
110
<svg
111
111
t="1682068997810"
112
-
class="icon"
112
+
class="icon
transform rotate-180
"
113
113
viewBox="0 0 1024 1024"
114
114
version="1.1"
115
115
xmlns="http://www.w3.org/2000/svg"
...
...