Commit 825b5c02ab477bdaa8669510f8a3727eed4b0950

Authored by ly525
1 parent a5740d10

modify lang-select-activator class name for better semantization

front-end/h5/src/components/common/header/LangSelect.vue
1 1 <template>
2 2 <a-dropdown>
3   - <span class="action global-lang">
  3 + <span class="action lang-select-activator">
4 4 <!-- <a-icon type="global" style="font-size: 16px"/> -->
5 5 {{langFlag}}
6 6 </span>
... ...
front-end/h5/src/components/core/styles/index.scss
... ... @@ -41,6 +41,7 @@
41 41 font-size: 16px;
42 42 }
43 43  
  44 + .lang-select-activator,
44 45 .user-avatar-activator {
45 46 float: right;
46 47 background: transparent;
... ...