@litianxiang/portal-ui 0.1.14 → 0.1.16

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/dist/index.js CHANGED
@@ -1021,6 +1021,7 @@ function fo(e) {
1021
1021
  baseURL: e.baseURL || "",
1022
1022
  getUserStore: e.getUserStore,
1023
1023
  getLoadingStore: e.getLoadingStore,
1024
+ refreshUrl: "/proxy/sys/auth/api/token/refresh",
1024
1025
  onShowError: e.onShowError
1025
1026
  });
1026
1027
  return window[Te] = E, window[Ge] = T, { http: E, logoutToAuth: T };
@@ -1162,13 +1162,6 @@
1162
1162
  .cell {
1163
1163
  font-size: var(--el-font-size) !important;
1164
1164
  }
1165
-
1166
- // 最后一行不需要底边框(避免与外边框重叠)
1167
- &.el-table--border {
1168
- .el-table__body tr:last-child td.el-table__cell {
1169
- border-bottom: none !important;
1170
- }
1171
- }
1172
1165
 
1173
1166
  // 表头样式
1174
1167
  .el-table__header-wrapper {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litianxiang/portal-ui",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@litianxiang/portal-core": "^0.2.3",
31
+ "@litianxiang/portal-core": "^0.2.4",
32
32
  "@vue-office/docx": "^1.6.3",
33
33
  "@vue-office/excel": "^1.7.14",
34
34
  "@vue-office/pdf": "^2.0.10",