|
|
@@ -2,7 +2,10 @@
|
|
|
<a-layout class="layout-top">
|
|
|
<a-layout-header class="m-layout-header"
|
|
|
@contextmenu.prevent>
|
|
|
- <div>深圳市多元世纪信息技术股份有限公司</div>
|
|
|
+ <div>
|
|
|
+ <img src="../assets/images/logoHeader.png"/>
|
|
|
+ <span>深圳市多元世纪信息技术股份有限公司</span>
|
|
|
+ </div>
|
|
|
<div class="m-layout-header-right">
|
|
|
<div>
|
|
|
<span>{{ username }},您好!</span>
|
|
|
@@ -277,6 +280,11 @@ export default defineComponent({
|
|
|
padding: 0 20px;
|
|
|
.flex();
|
|
|
justify-content: space-between;
|
|
|
+ img {
|
|
|
+ margin-right: 16px;
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ }
|
|
|
.searchInput.ant-input-affix-wrapper {
|
|
|
width: 240px;
|
|
|
height: 30px;
|