ike-weblca-html 2.0.8 → 2.0.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ike-weblca-html",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "weblca-html-header&footer",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -127,7 +127,9 @@ export class IkeWebHeader extends LitElement {
127
127
  transition: opacity 0.3s ease;
128
128
  opacity: 0;
129
129
  }
130
-
130
+ .menu-sub-group-1{
131
+ width: 200%;
132
+ }
131
133
  .menu-sub-item{
132
134
  padding-bottom: 20px;
133
135
  color: #373737;
@@ -250,7 +252,8 @@ export class IkeWebHeader extends LitElement {
250
252
  '标准库':'标准库',
251
253
  '核算模版':'核算模版',
252
254
  '2025全生命周期创新大赛':'2025全生命周期创新大赛',
253
- '化工专题比赛':'化工专题比赛',
255
+
256
+ '化工专题比赛':'2025首届中国化工产品碳足迹数据库大赛',
254
257
  '登录':'登录',
255
258
  '个人中心':'个人中心',
256
259
 
@@ -268,7 +271,7 @@ export class IkeWebHeader extends LitElement {
268
271
  '标准库':'標準庫',
269
272
  '核算模版':'核算模版',
270
273
  '2025全生命周期创新大赛':'2025全生命週期創新大賽',
271
- '化工专题比赛':'化工專題比賽',
274
+ '化工专题比赛': '2025首届中國化工產品碳足迹資料庫大賽',
272
275
  '登录':'登录',
273
276
  '个人中心':'个人中心',
274
277
  }
@@ -285,7 +288,7 @@ export class IkeWebHeader extends LitElement {
285
288
  '标准库':'Standard Library',
286
289
  '核算模版':'Calculation Template',
287
290
  '2025全生命周期创新大赛':'2025 Life Cycle Innovation Competition',
288
- '化工专题比赛':'Chemical Industry Competition',
291
+ '化工专题比赛':'2025 First China Chemical Product Carbon Footprint Database Competition',
289
292
  '登录':'Login',
290
293
  '个人中心':'Personal Center',
291
294
  }
@@ -437,7 +440,7 @@ export class IkeWebHeader extends LitElement {
437
440
  style=" position: relative;color: ${this.hostName.includes('efootprint.net/contest') ? '#06AA3E' : this.isPlat ? '#fff' : '#373737'}"
438
441
  >
439
442
  ${this.i18n['LCA大赛'] }
440
- <div class="menu-sub-group">
443
+ <div class="menu-sub-group menu-sub-group-1">
441
444
  <div @click="${this._routerPush}" data-login-url="https://www.weblca.net/contest" data-url="https://www.weblca.net/contest" class="menu-sub-item">${this.i18n['2025全生命周期创新大赛'] }</div>
442
445
  <div @click="${this._routerPush}" data-login-url="https://www.weblca.net/contest/cccd" data-url="https://www.weblca.net/contest/cccd" class="menu-sub-item">${this.i18n['化工专题比赛'] }</div>
443
446
  </div>