@litianxiang/portal-ui 0.1.5 → 0.1.6

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
@@ -3271,7 +3271,7 @@ const Ct = { class: "page-pagination" }, xt = /* @__PURE__ */ ee({
3271
3271
  })) : W("", !0)
3272
3272
  ]),
3273
3273
  n(D, {
3274
- type: "primary",
3274
+ type: "custom",
3275
3275
  onClick: se
3276
3276
  }, {
3277
3277
  default: u(() => [...R[6] || (R[6] = [
@@ -3480,7 +3480,7 @@ const Ct = { class: "page-pagination" }, xt = /* @__PURE__ */ ee({
3480
3480
  _: 1
3481
3481
  }),
3482
3482
  n(oe, {
3483
- type: "primary",
3483
+ type: "custom",
3484
3484
  onClick: s
3485
3485
  }, {
3486
3486
  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.6",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",