@mirweb/mir-web-components 2.9.6 → 2.9.8

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.
@@ -51,15 +51,24 @@ function setActiveTab(idx: number) {
51
51
  &__header {
52
52
  display: flex;
53
53
  justify-content: flex-start;
54
- gap: 16px;
54
+ gap: 15px;
55
55
  margin-bottom: 30px;
56
+ max-width: 100vw;
56
57
  position: relative;
57
58
  width: 100%;
58
- max-width: 100vw;
59
59
  overflow-x: auto;
60
- padding-bottom: 2px;
60
+ padding: 0px 30px 1px 30px;
61
61
  scrollbar-width: thin;
62
62
  -webkit-overflow-scrolling: touch;
63
+
64
+ @include sm {
65
+ gap: 30px;
66
+ justify-content: center;
67
+ max-width: $screen-lg-min;
68
+ overflow-x: visible;
69
+ padding-bottom: 0;
70
+ }
71
+
63
72
  &-line {
64
73
  position: absolute;
65
74
  left: 0;
@@ -70,14 +79,6 @@ function setActiveTab(idx: number) {
70
79
  z-index: 0;
71
80
  border-radius: 2px;
72
81
  }
73
-
74
- @include sm {
75
- gap: 30px;
76
- justify-content: center;
77
- max-width: $screen-lg-min;
78
- overflow-x: visible;
79
- padding-bottom: 0;
80
- }
81
82
  }
82
83
  &__tab {
83
84
  font-family: $font-opensans;
@@ -29,9 +29,11 @@
29
29
  >Mobile Industrial Robots A/S</span
30
30
  >
31
31
  <address>
32
- <span v-if="language === 'zh'">上海浦东新区金桥出口加工区</span>
32
+ <span v-if="language === 'zh'"
33
+ >上海市普陀区长寿路309弄10号旭辉企业大厦
34
+ </span>
33
35
  <span v-else>Energivej 51</span>
34
- <span v-if="language === 'zh'">桂桥路1201号10栋2楼</span>
36
+ <span v-if="language === 'zh'">19楼1901-1903</span>
35
37
  <span v-else>5260 Odense S</span>
36
38
  <span v-if="language !== 'zh'">Denmark</span>
37
39
  <span v-if="language !== 'zh'">CVR: 29138060</span>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mirweb/mir-web-components",
3
3
  "private": false,
4
- "version": "2.9.6",
4
+ "version": "2.9.8",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"