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
82639926376bb5bd2086c2b474953b9297bca374
Authored by
fengwotao
2023-09-12 19:11:16 +0800
1 parent
4b6aab9a
perf: 优化首页登录图标显示
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/sys/login/MobileForm.vue
src/views/sys/login/MobileForm.vue
View file @
8263992
...
...
@@ -108,6 +108,7 @@
108
108
</script>
109
109
<style lang="less" scoped>
110
110
.icon-button {
111
+
cursor: pointer;
111
112
align-items: center;
112
113
border-radius: 50%;
113
114
// background-color: #f7f7f7;
...
...