@opendesign-plus-test/components 0.0.1-rc.98 → 0.0.1-rc.99

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.
Files changed (55) hide show
  1. package/dist/components/header/OHeader.vue.d.ts +4 -1
  2. package/dist/components/header/OHeaderMobile.vue.d.ts +6 -14
  3. package/dist/components/header/components/HeaderFlatten.vue.d.ts +19 -0
  4. package/dist/components/header/components/HeaderNavMobile.vue.d.ts +0 -2
  5. package/dist/components/header/index.d.ts +13 -10
  6. package/dist/components/header/types.d.ts +6 -4
  7. package/dist/components/header-search/OHeaderSearch.vue.d.ts +3 -0
  8. package/dist/components/header-search/index.d.ts +3 -0
  9. package/dist/components.cjs.js +37 -37
  10. package/dist/components.css +1 -1
  11. package/dist/components.es.js +8957 -8697
  12. package/dist/treeshaking/_virtual/icon-avatar-line.mjs +0 -1
  13. package/dist/treeshaking/_virtual/icon-header-search.mjs +4 -10
  14. package/dist/treeshaking/_virtual/icon-moon.mjs +0 -1
  15. package/dist/treeshaking/_virtual/icon-sun.mjs +0 -1
  16. package/dist/treeshaking/components/header/OHeader.css +20 -14
  17. package/dist/treeshaking/components/header/OHeader.vue.d.ts +4 -1
  18. package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
  19. package/dist/treeshaking/components/header/OHeader.vue2.mjs +31 -8
  20. package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +6 -14
  21. package/dist/treeshaking/components/header/OHeaderMobile.vue2.mjs +2 -1
  22. package/dist/treeshaking/components/header/components/HeaderContent.css +173 -169
  23. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  24. package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +2 -2
  25. package/dist/treeshaking/components/header/components/HeaderFlatten.css +267 -0
  26. package/dist/treeshaking/components/header/components/HeaderFlatten.vue.d.ts +19 -0
  27. package/dist/treeshaking/components/header/components/HeaderFlatten.vue.mjs +7 -0
  28. package/dist/treeshaking/components/header/components/HeaderFlatten.vue2.mjs +298 -0
  29. package/dist/treeshaking/components/header/components/HeaderNav.css +49 -34
  30. package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
  31. package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +13 -6
  32. package/dist/treeshaking/components/header/components/HeaderNavMobile.css +73 -73
  33. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +0 -2
  34. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.mjs +1 -1
  35. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue2.mjs +2 -2
  36. package/dist/treeshaking/components/header/index.d.ts +13 -10
  37. package/dist/treeshaking/components/header/types.d.ts +6 -4
  38. package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.css +43 -36
  39. package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue.mjs +1 -1
  40. package/dist/treeshaking/components/header-search/OHeaderSearch.css +63 -41
  41. package/dist/treeshaking/components/header-search/OHeaderSearch.vue.d.ts +3 -0
  42. package/dist/treeshaking/components/header-search/OHeaderSearch.vue.mjs +1 -1
  43. package/dist/treeshaking/components/header-search/OHeaderSearch.vue2.mjs +21 -9
  44. package/dist/treeshaking/components/header-search/index.d.ts +3 -0
  45. package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.css +60 -53
  46. package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.vue.mjs +1 -1
  47. package/dist/treeshaking/components/header-user/OHeaderUser.css +97 -51
  48. package/dist/treeshaking/components/header-user/OHeaderUser.vue.mjs +1 -1
  49. package/dist/treeshaking/components/header-user/OHeaderUser2.css +5 -41
  50. package/dist/treeshaking/components/search/internal/SearchImageInput.css +66 -40
  51. package/dist/treeshaking/components/search/internal/SearchImageInput.vue.mjs +1 -1
  52. package/dist/treeshaking/components/search/internal/SearchPanel.css +108 -120
  53. package/dist/treeshaking/components/search/internal/SearchPanel.vue.mjs +1 -1
  54. package/dist/treeshaking/components/search/internal/SearchPanel.vue2.mjs +46 -34
  55. package/package.json +1 -1
@@ -1,17 +1,17 @@
1
- .hover-icon-rotate .o-icon[data-v-e5634f17] {
1
+ .hover-icon-rotate .o-icon[data-v-b9f5940a] {
2
2
  transition: all var(--o-duration-m1) var(--o-easing-standard-in);
3
3
  }
4
4
  @media (hover: hover) {
5
- .hover-icon-rotate:hover .o-icon[data-v-e5634f17] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-b9f5940a] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .source-code[data-v-e5634f17] {
9
+ .source-code[data-v-b9f5940a] {
10
10
  height: 100%;
11
11
  display: flex;
12
12
  align-items: center;
13
13
  }
14
- .source-code .info-wrap[data-v-e5634f17] {
14
+ .source-code .info-wrap[data-v-b9f5940a] {
15
15
  height: 100%;
16
16
  display: flex;
17
17
  align-items: center;
@@ -19,11 +19,11 @@
19
19
  cursor: pointer;
20
20
  }
21
21
  @media (hover: hover) {
22
- .source-code .info-wrap[data-v-e5634f17]:hover {
22
+ .source-code .info-wrap[data-v-b9f5940a]:hover {
23
23
  color: var(--o-color-primary1);
24
24
  }
25
25
  }
26
- .source-code .info-wrap .title[data-v-e5634f17] {
26
+ .source-code .info-wrap .title[data-v-b9f5940a] {
27
27
  display: flex;
28
28
  align-items: center;
29
29
  cursor: pointer;
@@ -32,60 +32,90 @@
32
32
  line-height: 22px;
33
33
  }
34
34
  @media (min-width: 1201px) and (max-width: 1680px) {
35
- .source-code .info-wrap .title[data-v-e5634f17] {
35
+ .source-code .info-wrap .title[data-v-b9f5940a] {
36
36
  font-size: 12px;
37
37
  line-height: 18px;
38
38
  }
39
39
  }
40
40
  @media (min-width: 841px) and (max-width: 1200px) {
41
- .source-code .info-wrap .title[data-v-e5634f17] {
41
+ .source-code .info-wrap .title[data-v-b9f5940a] {
42
42
  font-size: 12px;
43
43
  line-height: 18px;
44
44
  }
45
45
  }
46
46
  @media (min-width: 601px) and (max-width: 840px) {
47
- .source-code .info-wrap .title[data-v-e5634f17] {
47
+ .source-code .info-wrap .title[data-v-b9f5940a] {
48
48
  font-size: 12px;
49
49
  line-height: 18px;
50
50
  }
51
51
  }
52
52
  @media (max-width: 600px) {
53
- .source-code .info-wrap .title[data-v-e5634f17] {
53
+ .source-code .info-wrap .title[data-v-b9f5940a] {
54
54
  font-size: 12px;
55
55
  line-height: 18px;
56
56
  }
57
57
  }
58
58
  @media (min-width: 1201px) and (max-width: 1680px) {
59
- .source-code .info-wrap .title[data-v-e5634f17] {
59
+ .source-code .info-wrap .title[data-v-b9f5940a] {
60
60
  font-size: 16px;
61
61
  line-height: 24px;
62
62
  }
63
63
  }
64
64
  @media (min-width: 1201px) and (max-width: 1680px) and (min-width: 1201px) and (max-width: 1680px) {
65
- .source-code .info-wrap .title[data-v-e5634f17] {
65
+ .source-code .info-wrap .title[data-v-b9f5940a] {
66
66
  font-size: 14px;
67
67
  line-height: 22px;
68
68
  }
69
69
  }
70
70
  @media (min-width: 1201px) and (max-width: 1680px) and (min-width: 841px) and (max-width: 1200px) {
71
- .source-code .info-wrap .title[data-v-e5634f17] {
71
+ .source-code .info-wrap .title[data-v-b9f5940a] {
72
72
  font-size: 14px;
73
73
  line-height: 22px;
74
74
  }
75
75
  }
76
76
  @media (min-width: 1201px) and (max-width: 1680px) and (min-width: 601px) and (max-width: 840px) {
77
- .source-code .info-wrap .title[data-v-e5634f17] {
77
+ .source-code .info-wrap .title[data-v-b9f5940a] {
78
78
  font-size: 14px;
79
79
  line-height: 22px;
80
80
  }
81
81
  }
82
82
  @media (min-width: 1201px) and (max-width: 1680px) and (max-width: 600px) {
83
- .source-code .info-wrap .title[data-v-e5634f17] {
83
+ .source-code .info-wrap .title[data-v-b9f5940a] {
84
84
  font-size: 12px;
85
85
  line-height: 18px;
86
86
  }
87
87
  }
88
- .source-code .list[data-v-e5634f17] {
88
+ @media (max-width: 1200px) {
89
+ .source-code .info-wrap .title[data-v-b9f5940a] {
90
+ font-size: 18px;
91
+ line-height: 26px;
92
+ }
93
+ }
94
+ @media (max-width: 1200px) and (min-width: 1201px) and (max-width: 1680px) {
95
+ .source-code .info-wrap .title[data-v-b9f5940a] {
96
+ font-size: 16px;
97
+ line-height: 24px;
98
+ }
99
+ }
100
+ @media (max-width: 1200px) and (min-width: 841px) and (max-width: 1200px) {
101
+ .source-code .info-wrap .title[data-v-b9f5940a] {
102
+ font-size: 14px;
103
+ line-height: 22px;
104
+ }
105
+ }
106
+ @media (max-width: 1200px) and (min-width: 601px) and (max-width: 840px) {
107
+ .source-code .info-wrap .title[data-v-b9f5940a] {
108
+ font-size: 14px;
109
+ line-height: 22px;
110
+ }
111
+ }
112
+ @media (max-width: 1200px) and (max-width: 600px) {
113
+ .source-code .info-wrap .title[data-v-b9f5940a] {
114
+ font-size: 14px;
115
+ line-height: 22px;
116
+ }
117
+ }
118
+ .source-code .list[data-v-b9f5940a] {
89
119
  background: var(--o-color-control5-light);
90
120
  cursor: pointer;
91
121
  box-shadow: var(--o-shadow-1);
@@ -93,70 +123,47 @@
93
123
  padding: var(--o-gap-1);
94
124
  width: 144px;
95
125
  }
96
- .hover-icon-rotate .o-icon[data-v-e5634f17] {
126
+ .hover-icon-rotate .o-icon[data-v-b9f5940a] {
97
127
  transition: all var(--o-duration-m1) var(--o-easing-standard-in);
98
128
  }
99
129
  @media (hover: hover) {
100
- .hover-icon-rotate:hover .o-icon[data-v-e5634f17] {
130
+ .hover-icon-rotate:hover .o-icon[data-v-b9f5940a] {
101
131
  transform: rotate(-180deg);
102
132
  }
103
133
  }
104
- .icon[data-v-e5634f17] {
134
+ .icon[data-v-b9f5940a] {
105
135
  font-size: var(--o-icon_size_control-xs);
106
136
  margin-left: var(--o-gap-1);
107
137
  }
108
- .o-dropdown[data-v-e5634f17] {
138
+ .o-dropdown[data-v-b9f5940a] {
109
139
  height: 100%;
110
140
  }
111
- .dropdown-active .info-wrap[data-v-e5634f17] {
141
+ .dropdown-active .info-wrap[data-v-b9f5940a] {
112
142
  color: var(--o-color-primary1);
113
143
  }
114
- .dropdown-active .o-icon[data-v-e5634f17] {
144
+ .dropdown-active .o-icon[data-v-b9f5940a] {
115
145
  transform: rotate(-180deg);
116
146
  }
117
- .o-dropdown-item[data-v-e5634f17] {
147
+ .o-dropdown-item[data-v-b9f5940a] {
118
148
  background: var(--o-color-control5-light);
119
149
  cursor: pointer;
120
150
  border-radius: var(--o-radius_control-xs);
121
- padding: var(--o-gap-1) 12px;
151
+ padding: var(--o-gap-1) var(--o-gap-3);
122
152
  height: 32px;
123
- font-size: 14px;
124
- line-height: 22px;
125
- }
126
- @media (min-width: 1201px) and (max-width: 1680px) {
127
- .o-dropdown-item[data-v-e5634f17] {
128
- font-size: 12px;
129
- line-height: 18px;
130
- }
131
- }
132
- @media (min-width: 841px) and (max-width: 1200px) {
133
- .o-dropdown-item[data-v-e5634f17] {
134
- font-size: 12px;
135
- line-height: 18px;
136
- }
137
- }
138
- @media (min-width: 601px) and (max-width: 840px) {
139
- .o-dropdown-item[data-v-e5634f17] {
140
- font-size: 12px;
141
- line-height: 18px;
142
- }
143
- }
144
- @media (max-width: 600px) {
145
- .o-dropdown-item[data-v-e5634f17] {
146
- font-size: 12px;
147
- line-height: 18px;
148
- }
153
+ --dropdown-item-text-size: 14px;
154
+ --dropdown-item-text-height: 22px;
155
+ --dropdown-item-color: var(--o-color-info2);
149
156
  }
150
157
  @media (hover: hover) {
151
- .o-dropdown-item[data-v-e5634f17]:hover {
158
+ .o-dropdown-item[data-v-b9f5940a]:hover {
152
159
  background: var(--o-color-control2-light);
153
160
  }
154
161
  }
155
- .o-dropdown-item[data-v-e5634f17]:active {
162
+ .o-dropdown-item[data-v-b9f5940a]:active {
156
163
  color: var(--o-color-primary1);
157
164
  background: var(--o-color-control3-light);
158
165
  font-weight: 600;
159
166
  }
160
- .dropdown[data-v-e5634f17] {
167
+ .dropdown[data-v-b9f5940a] {
161
168
  --dropdown-list-radius: var(--o-radius-xs);
162
169
  }
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./OHeaderSourceCode.vue2.mjs";
2
2
  import './OHeaderSourceCode.css';
3
3
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const _OHeaderSourceCode = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e5634f17"]]);
4
+ const _OHeaderSourceCode = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b9f5940a"]]);
5
5
  export {
6
6
  _OHeaderSourceCode as default
7
7
  };
@@ -1,12 +1,12 @@
1
- .hover-icon-rotate .o-icon[data-v-9829302b] {
1
+ .hover-icon-rotate .o-icon[data-v-ecfe3e64] {
2
2
  transition: all var(--o-duration-m1) var(--o-easing-standard-in);
3
3
  }
4
4
  @media (hover: hover) {
5
- .hover-icon-rotate:hover .o-icon[data-v-9829302b] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-ecfe3e64] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .header-user[data-v-9829302b] {
9
+ .header-user[data-v-ecfe3e64] {
10
10
  display: flex;
11
11
  align-items: center;
12
12
  height: 100%;
@@ -14,70 +14,56 @@
14
14
  opacity: 1;
15
15
  transition: opacity 0.15s;
16
16
  }
17
- .user-info[data-v-9829302b] {
17
+ .user-info[data-v-ecfe3e64] {
18
18
  height: 100%;
19
19
  min-width: 32px;
20
20
  display: flex;
21
21
  cursor: pointer;
22
22
  }
23
- .info-wrap[data-v-9829302b] {
23
+ .info-wrap[data-v-ecfe3e64] {
24
24
  height: calc(100% - 10px);
25
25
  margin: 5px 0;
26
26
  display: flex;
27
27
  align-items: center;
28
28
  }
29
- .info-wrap .icon[data-v-9829302b] {
29
+ .info-wrap .icon[data-v-ecfe3e64] {
30
30
  margin-left: 4px;
31
31
  }
32
- .user-avatar[data-v-9829302b] {
32
+ .user-avatar[data-v-ecfe3e64] {
33
33
  margin-right: 4px;
34
34
  }
35
- .user-avatar[data-v-9829302b] .o-badge-content {
35
+ .user-avatar[data-v-ecfe3e64] .o-badge-content {
36
36
  --badge-dot-size: 6px;
37
37
  right: 7px;
38
38
  top: 2px;
39
39
  }
40
- .o-dropdown-item[data-v-9829302b] {
41
- white-space: nowrap;
42
- --dropdown-item-color: var(--o-color-info1);
43
- --dropdown-item-padding: 5px 12px;
44
- font-size: 14px;
45
- line-height: 22px;
46
- }
47
- @media (min-width: 1201px) and (max-width: 1680px) {
48
- .o-dropdown-item[data-v-9829302b] {
49
- font-size: 12px;
50
- line-height: 18px;
51
- }
52
- }
53
- @media (min-width: 841px) and (max-width: 1200px) {
54
- .o-dropdown-item[data-v-9829302b] {
55
- font-size: 12px;
56
- line-height: 18px;
57
- }
58
- }
59
- @media (min-width: 601px) and (max-width: 840px) {
60
- .o-dropdown-item[data-v-9829302b] {
61
- font-size: 12px;
62
- line-height: 18px;
63
- }
64
- }
65
- @media (max-width: 600px) {
66
- .o-dropdown-item[data-v-9829302b] {
67
- font-size: 12px;
68
- line-height: 18px;
40
+ .o-badge[data-v-ecfe3e64] {
41
+ display: flex;
69
42
  }
43
+ .o-dropdown-item[data-v-ecfe3e64] {
44
+ white-space: nowrap;
45
+ background: var(--o-color-control5-light);
46
+ --dropdown-item-color: var(--o-color-info2);
47
+ border-radius: var(--o-radius_control-xs);
48
+ padding: var(--o-gap-1) var(--o-gap-3);
49
+ height: 32px;
50
+ --dropdown-item-text-size: 14px;
51
+ --dropdown-item-text-height: 22px;
70
52
  }
71
53
  @media (hover: hover) {
72
- .o-dropdown-item[data-v-9829302b]:hover {
73
- color: var(--o-color-primary1);
54
+ .o-dropdown-item[data-v-ecfe3e64]:hover {
74
55
  background: var(--o-color-control2-light);
75
56
  }
76
57
  }
77
- .notice-not[data-v-9829302b] .o-badge-content {
58
+ .o-dropdown-item[data-v-ecfe3e64]:active {
59
+ color: var(--o-color-primary1);
60
+ background: var(--o-color-control3-light);
61
+ font-weight: 600;
62
+ }
63
+ .notice-not[data-v-ecfe3e64] .o-badge-content {
78
64
  display: none;
79
65
  }
80
- .user-account[data-v-9829302b] {
66
+ .user-account[data-v-ecfe3e64] {
81
67
  color: var(--o-color-info1);
82
68
  max-width: 96px;
83
69
  font-weight: 500;
@@ -85,30 +71,30 @@
85
71
  line-height: 22px;
86
72
  }
87
73
  @media (min-width: 1201px) and (max-width: 1680px) {
88
- .user-account[data-v-9829302b] {
74
+ .user-account[data-v-ecfe3e64] {
89
75
  font-size: 12px;
90
76
  line-height: 18px;
91
77
  }
92
78
  }
93
79
  @media (min-width: 841px) and (max-width: 1200px) {
94
- .user-account[data-v-9829302b] {
80
+ .user-account[data-v-ecfe3e64] {
95
81
  font-size: 12px;
96
82
  line-height: 18px;
97
83
  }
98
84
  }
99
85
  @media (min-width: 601px) and (max-width: 840px) {
100
- .user-account[data-v-9829302b] {
86
+ .user-account[data-v-ecfe3e64] {
101
87
  font-size: 12px;
102
88
  line-height: 18px;
103
89
  }
104
90
  }
105
91
  @media (max-width: 600px) {
106
- .user-account[data-v-9829302b] {
92
+ .user-account[data-v-ecfe3e64] {
107
93
  font-size: 12px;
108
94
  line-height: 18px;
109
95
  }
110
96
  }
111
- .user-account[data-v-9829302b] {
97
+ .user-account[data-v-ecfe3e64] {
112
98
  overflow: hidden;
113
99
  text-overflow: ellipsis;
114
100
  word-break: break-all;
@@ -116,20 +102,80 @@
116
102
  -webkit-box-orient: vertical;
117
103
  -webkit-line-clamp: 1;
118
104
  }
105
+ @media (min-width: 1201px) and (max-width: 1680px) {
106
+ .user-account[data-v-ecfe3e64] {
107
+ font-size: 16px;
108
+ line-height: 24px;
109
+ }
110
+ }
111
+ @media (min-width: 1201px) and (max-width: 1680px) and (min-width: 1201px) and (max-width: 1680px) {
112
+ .user-account[data-v-ecfe3e64] {
113
+ font-size: 14px;
114
+ line-height: 22px;
115
+ }
116
+ }
117
+ @media (min-width: 1201px) and (max-width: 1680px) and (min-width: 841px) and (max-width: 1200px) {
118
+ .user-account[data-v-ecfe3e64] {
119
+ font-size: 14px;
120
+ line-height: 22px;
121
+ }
122
+ }
123
+ @media (min-width: 1201px) and (max-width: 1680px) and (min-width: 601px) and (max-width: 840px) {
124
+ .user-account[data-v-ecfe3e64] {
125
+ font-size: 14px;
126
+ line-height: 22px;
127
+ }
128
+ }
129
+ @media (min-width: 1201px) and (max-width: 1680px) and (max-width: 600px) {
130
+ .user-account[data-v-ecfe3e64] {
131
+ font-size: 12px;
132
+ line-height: 18px;
133
+ }
134
+ }
135
+ @media (max-width: 1200px) {
136
+ .user-account[data-v-ecfe3e64] {
137
+ font-size: 18px;
138
+ line-height: 26px;
139
+ }
140
+ }
141
+ @media (max-width: 1200px) and (min-width: 1201px) and (max-width: 1680px) {
142
+ .user-account[data-v-ecfe3e64] {
143
+ font-size: 16px;
144
+ line-height: 24px;
145
+ }
146
+ }
147
+ @media (max-width: 1200px) and (min-width: 841px) and (max-width: 1200px) {
148
+ .user-account[data-v-ecfe3e64] {
149
+ font-size: 14px;
150
+ line-height: 22px;
151
+ }
152
+ }
153
+ @media (max-width: 1200px) and (min-width: 601px) and (max-width: 840px) {
154
+ .user-account[data-v-ecfe3e64] {
155
+ font-size: 14px;
156
+ line-height: 22px;
157
+ }
158
+ }
159
+ @media (max-width: 1200px) and (max-width: 600px) {
160
+ .user-account[data-v-ecfe3e64] {
161
+ font-size: 14px;
162
+ line-height: 22px;
163
+ }
164
+ }
119
165
  @media (max-width: 840px) {
120
- .header-user[data-v-9829302b] {
166
+ .header-user[data-v-ecfe3e64] {
121
167
  min-width: auto;
122
168
  }
123
- .header-user .user-info[data-v-9829302b] {
169
+ .header-user .user-info[data-v-ecfe3e64] {
124
170
  min-width: 24px;
125
171
  }
126
- .header-user .user-info .info-wrap .user-avatar[data-v-9829302b] {
172
+ .header-user .user-info .info-wrap .user-avatar[data-v-ecfe3e64] {
127
173
  margin-right: 0;
128
174
  }
129
- .header-user .user-info .info-wrap .user-account[data-v-9829302b] {
175
+ .header-user .user-info .info-wrap .user-account[data-v-ecfe3e64] {
130
176
  display: none;
131
177
  }
132
- .header-user .user-info .info-wrap .icon[data-v-9829302b] {
178
+ .header-user .user-info .info-wrap .icon[data-v-ecfe3e64] {
133
179
  display: none;
134
180
  }
135
181
  }
@@ -2,7 +2,7 @@ import _sfc_main from "./OHeaderUser.vue2.mjs";
2
2
  import './OHeaderUser.css';
3
3
  import './OHeaderUser2.css';
4
4
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
5
- const _OHeaderUser = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9829302b"]]);
5
+ const _OHeaderUser = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ecfe3e64"]]);
6
6
  export {
7
7
  _OHeaderUser as default
8
8
  };
@@ -6,54 +6,18 @@
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .user-dropdown {
10
- --dropdown-list-radius: var(--o-radius-xs);
11
- }
12
- .user-dropdown .o-dropdown-item {
13
- padding-left: 12px;
14
- padding-right: 12px;
15
- font-size: 14px;
16
- line-height: 22px;
17
- }
18
- @media (max-width: 840px) {
19
- .user-dropdown .o-dropdown-item {
20
- font-size: 14px;
21
- line-height: 22px;
22
- }
23
- }
24
- @media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
25
- .user-dropdown .o-dropdown-item {
26
- font-size: 12px;
27
- line-height: 18px;
28
- }
29
- }
30
- @media (max-width: 840px) and (min-width: 841px) and (max-width: 1200px) {
31
- .user-dropdown .o-dropdown-item {
32
- font-size: 12px;
33
- line-height: 18px;
34
- }
35
- }
36
- @media (max-width: 840px) and (min-width: 601px) and (max-width: 840px) {
37
- .user-dropdown .o-dropdown-item {
38
- font-size: 12px;
39
- line-height: 18px;
40
- }
41
- }
42
- @media (max-width: 840px) and (max-width: 600px) {
43
- .user-dropdown .o-dropdown-item {
44
- font-size: 12px;
45
- line-height: 18px;
46
- }
47
- }
48
9
  .avatar-icon {
49
10
  font-size: 24px;
50
- color: var(--o-color-info1);
11
+ color: var(--o-color-info2);
51
12
  cursor: pointer;
52
13
  }
53
14
  @media (hover: hover) {
54
15
  .avatar-icon:hover {
55
- color: var(--o-color-primary1);
16
+ color: var(--o-color-primary2);
17
+ }
56
18
  }
19
+ .avatar-icon:active {
20
+ color: var(--o-color-primary3);
57
21
  }
58
22
  @media (max-width: 1200px) {
59
23
  .avatar-icon {