This commit is contained in:
rustdesk
2022-01-02 14:23:32 +08:00
parent 241623c406
commit 042114ae37
3 changed files with 5 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ class SessionStyle: Reactor.Component {
function render() {
var sessionsStyle = getSessionsStyle(this.type);
return <div .sessions-style>
return <div .sessions-tab style="margin-left: 0.5em">
<span class={sessionsStyle == "tile" ? "active" : "inactive"}>{svg_tile}</span>
<span class={sessionsStyle != "tile" ? "active" : "inactive"}>{svg_list}</span>
</div>;