dashboard-shell-shell 3.0.5-test.2 → 3.0.5-test.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80,7 +80,7 @@ export default {
80
80
  ctx: this,
81
81
  showImportModal: false,
82
82
  showSearchModal: false,
83
- userIcon: require('~shell/assets/images/logo.png'),
83
+ userIcon: require('@shell/assets/images/logo.png'),
84
84
  };
85
85
  },
86
86
 
@@ -548,7 +548,6 @@ export default {
548
548
 
549
549
  <!-- ===== 左侧 logo 区域 ===== -->
550
550
  <div class="menu-spacer">
551
-
552
551
  <!-- 如果是单产品模式且不是 RancherInHarvester,就显示 logo 路由跳转 -->
553
552
  <router-link
554
553
  v-if="isSingleProduct && !isRancherInHarvester"
@@ -556,9 +555,9 @@ export default {
556
555
  >
557
556
 
558
557
  <!-- 显示用户头像或 logo 图片 -->
559
- <!-- <img
558
+ <img
560
559
  :src="userIcon"
561
- > -->
560
+ >
562
561
  </router-link>
563
562
  </div>
564
563
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "3.0.5-test.2",
3
+ "version": "3.0.5-test.3",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
@@ -227,8 +227,8 @@ $icon-size: 24px;
227
227
  }
228
228
 
229
229
  .info & {
230
- background: var(--info-banner-bg);
231
- // background: #f2f2f2;
230
+ // background: var(--info-banner-bg);
231
+ background: #f2f2f2;
232
232
  border-color: var(--info);
233
233
  }
234
234