kz-ui-base 1.0.80 → 1.0.82

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.
@@ -314,11 +314,11 @@
314
314
  style="cursor: pointer; padding-left: 20px"
315
315
  >
316
316
  <el-card shadow="always">
317
- <div slot="header" style="height: 20px; line-height: 20px">
317
+ <div slot="header" style="height: 20px; line-height: 20px;font-size: 14px;">
318
318
  <span>{{ item.text }}</span>
319
319
  </div>
320
320
  <div
321
- style="height: 20px; line-height: 20px"
321
+ style="height: 20px; line-height: 20px;font-size: 20px;"
322
322
  :style="{
323
323
  color: item.color ? item.color : '#303133',
324
324
  'font-weight': 700,
@@ -1525,21 +1525,7 @@ export default class listBasePage extends Vue {
1525
1525
  //{op:"EQ", text: `用户账号`, property: "userAccount", value: "", visible: true },
1526
1526
  ];
1527
1527
  statistics = [
1528
- // {
1529
- // text: `总数`,
1530
- // color: "#ccc",
1531
- // property: "userNo",
1532
- // value: "0",
1533
- // visible: true,
1534
- // },
1535
- // {
1536
- // text: `合格率`,
1537
- // color: "yellow",
1538
- // width: 3,
1539
- // property: "userNo",
1540
- // value: "111%",
1541
- // visible: true,
1542
- // },
1528
+
1543
1529
  ];
1544
1530
  //列表校验
1545
1531
  rules = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kz-ui-base",
3
- "version": "1.0.80",
3
+ "version": "1.0.82",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {