tianheng-ui 0.1.68 → 0.1.69

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ export const init = baseConfig => {
13
13
  // 添加请求拦截器
14
14
  Axios.interceptors.request.use(
15
15
  config => {
16
- const info = sessionStorage.getItem("th_oauth_info");
16
+ const info = sessionStorage.getItem("_TH_OauthConfig");
17
17
  if (info) {
18
18
  const oauthInfo = JSON.parse(info)
19
19
  config.baseURL = oauthInfo.baseUrl
@@ -2,9 +2,15 @@
2
2
 
3
3
  [class*="th-icon-"],
4
4
  [class^="th-icon-"] {
5
- font-family: "th-icons" !important;
6
- font-size: 16px;
5
+ font-family: th-icons !important;
6
+ speak: none;
7
7
  font-style: normal;
8
+ font-weight: 400;
9
+ font-variant: normal;
10
+ text-transform: none;
11
+ line-height: 1;
12
+ vertical-align: baseline;
13
+ display: inline-block;
8
14
  -webkit-font-smoothing: antialiased;
9
15
  -moz-osx-font-smoothing: grayscale;
10
16
  }