diff --git a/src/renderer/components/TimelineSpace/Contents/SideBar/AccountProfile.vue b/src/renderer/components/TimelineSpace/Contents/SideBar/AccountProfile.vue index bd18ca8a..75c748e6 100644 --- a/src/renderer/components/TimelineSpace/Contents/SideBar/AccountProfile.vue +++ b/src/renderer/components/TimelineSpace/Contents/SideBar/AccountProfile.vue @@ -21,6 +21,21 @@
+
+ +
+ +
+ + + + +
+
@@ -134,6 +149,9 @@ export default { }, changeTab (index) { this.activeTab = index + }, + openBrowser (account) { + shell.openExternal(account.url) } } } @@ -194,6 +212,30 @@ function findLink (target) { cursor: pointer; } } + + .more { + float: right; + + .menu-list { + padding: 0; + font-size: 0.8em; + list-style-type: none; + line-height: 20px; + text-align: left; + color: #303133; + + li { + box-sizing: border-box; + padding-left: 0.5em; + padding-bottom: 0.5em; + + &:hover { + background-color: #f2f6fc; + cursor: pointer; + } + } + } + } } .icon {