@litianxiang/portal-ui 0.1.5 → 0.1.7

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
@@ -115,7 +115,13 @@ const Bl = /* @__PURE__ */ ee({
115
115
  edit: "iconfont icon-edit",
116
116
  delete: "iconfont icon-delete",
117
117
  reset: "iconfont icon-shuaxin",
118
- filter: "iconfont icon-filter"
118
+ filter: "iconfont icon-filter",
119
+ publish: "iconfont icon-fabu",
120
+ download: "iconfont icon-xiazai",
121
+ upload: "iconfont icon-shangchuan",
122
+ export: "iconfont icon-export",
123
+ import: "iconfont icon-import",
124
+ form: "iconfont icon-biaodan1"
119
125
  }, o = ["custom"], c = e, i = z, v = q(() => c.icon ? t[c.icon] || c.icon : ""), g = q(() => c.type || ""), m = q(() => {
120
126
  const x = g.value;
121
127
  return x && o.includes(x) ? "" : x;
@@ -3271,7 +3277,7 @@ const Ct = { class: "page-pagination" }, xt = /* @__PURE__ */ ee({
3271
3277
  })) : W("", !0)
3272
3278
  ]),
3273
3279
  n(D, {
3274
- type: "primary",
3280
+ type: "custom",
3275
3281
  onClick: se
3276
3282
  }, {
3277
3283
  default: u(() => [...R[6] || (R[6] = [
@@ -3480,7 +3486,7 @@ const Ct = { class: "page-pagination" }, xt = /* @__PURE__ */ ee({
3480
3486
  _: 1
3481
3487
  }),
3482
3488
  n(oe, {
3483
- type: "primary",
3489
+ type: "custom",
3484
3490
  onClick: s
3485
3491
  }, {
3486
3492
  default: u(() => [...b[12] || (b[12] = [
@@ -30,6 +30,7 @@
30
30
  .el-dialog__footer {
31
31
  padding: 12px 16px;
32
32
  border-top: 1px solid #eee;
33
+ background-color: #fafafa;
33
34
  }
34
35
  }
35
36
 
@@ -2689,8 +2690,6 @@
2689
2690
  align-items: center;
2690
2691
  width: 100%;
2691
2692
  min-height: 40px;
2692
- border-top: 1px solid #eee;
2693
- background-color: #fafafa;
2694
2693
  }
2695
2694
 
2696
2695
  &__selected {
@@ -2915,6 +2914,8 @@
2915
2914
  display: flex;
2916
2915
  justify-content: flex-end;
2917
2916
  gap: 12px;
2917
+ border-top: 1px solid #eee;
2918
+ background-color: #fafafa;
2918
2919
  }
2919
2920
  }
2920
2921
 
@@ -3224,7 +3225,6 @@
3224
3225
  align-items: center;
3225
3226
  width: 100%;
3226
3227
  min-height: 40px;
3227
- background-color: #fff;
3228
3228
  }
3229
3229
 
3230
3230
  &__selected {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litianxiang/portal-ui",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",