|
@@ -1,8 +1,11 @@
|
|
|
<template>
|
|
|
<div class="header">
|
|
|
<div class="header-logo">
|
|
|
- <img src="@/assets/logo.png" slot="reference" />
|
|
|
- <h2 class="conversion">中能智能</h2>
|
|
|
+ <!-- 大唐logo -->
|
|
|
+ <img src="@/assets/datang.png" slot="reference" />
|
|
|
+ <!-- 中能 -->
|
|
|
+ <!-- <img src="@/assets/logo.png" slot="reference" />
|
|
|
+ <h2 class="conversion">中能智能</h2> -->
|
|
|
</div>
|
|
|
<div class="personalCenter">
|
|
|
<p class="current-time">{{ currentDate }}</p>
|
|
@@ -139,11 +142,16 @@ export default {
|
|
|
padding-left: 10px;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
-
|
|
|
+// 大唐
|
|
|
img {
|
|
|
- width: 40px;
|
|
|
+ width: 200px;
|
|
|
height: 40px;
|
|
|
}
|
|
|
+ // 中能
|
|
|
+ // img {
|
|
|
+ // width: 40px;
|
|
|
+ // height: 40px;
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
.el-breadcrumb {
|