fix: BUG修改
This commit is contained in:
parent
3529d7fa6e
commit
e41df3ee6b
@ -6,12 +6,12 @@
|
|||||||
<SearchMenu id="searchMenu" />
|
<SearchMenu id="searchMenu" />
|
||||||
<ThemeSetting id="themeSetting" /> -->
|
<ThemeSetting id="themeSetting" /> -->
|
||||||
<div style="display: flex; align-items: center; cursor: pointer">
|
<div style="display: flex; align-items: center; cursor: pointer">
|
||||||
<Message id="message" />
|
<!-- <Message id="message" /> -->
|
||||||
<!-- <Fullscreen id="fullscreen" /> -->
|
<!-- <Fullscreen id="fullscreen" /> -->
|
||||||
<!-- <div class="messagetext">消息</div> -->
|
<!-- <div class="messagetext">消息</div> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span style="margin: 0 26px">|</span>
|
<!-- <span style="margin: 0 26px">|</span> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- <span class="username">Geeker</span> -->
|
<!-- <span class="username">Geeker</span> -->
|
||||||
<Avatar />
|
<Avatar />
|
||||||
@ -33,9 +33,10 @@ import Avatar from "./components/Avatar.vue";
|
|||||||
.tool-bar-ri {
|
.tool-bar-ri {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: flex-end !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
// margin: 0 30px 0 0;
|
// margin: 0 30px 0 0;
|
||||||
|
padding-right: 30px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user