@litianxiang/portal-ui 0.1.15 → 0.1.17

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.
@@ -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.15",
3
+ "version": "0.1.17",
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.4",
31
+ "@litianxiang/portal-core": "^0.2.5",
32
32
  "@vue-office/docx": "^1.6.3",
33
33
  "@vue-office/excel": "^1.7.14",
34
34
  "@vue-office/pdf": "^2.0.10",