@vipl520/dk-ui 1.0.77 → 1.0.78

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,19 +54,19 @@
54
54
  height: 100%;
55
55
  overflow: hidden;
56
56
  table-layout: fixed;
57
- border: 1px solid #EBEEF5;
57
+ border: 1px solid #ebeef5;
58
58
  border-bottom: 0 none;
59
59
 
60
60
  thead {
61
61
  tr {
62
62
  th {
63
63
  border: 0 none;
64
- border-bottom: 1px solid #EBEEF5;
64
+ border-bottom: 1px solid #ebeef5;
65
65
  height: 40px;
66
66
  font-weight: 500;
67
67
 
68
68
  &:not(:first-child) {
69
- border-left: 1px solid #EBEEF5;
69
+ border-left: 1px solid #ebeef5;
70
70
  }
71
71
  }
72
72
  }
@@ -91,10 +91,10 @@
91
91
  // white-space: nowrap;
92
92
  overflow: hidden;
93
93
  border: 0 none;
94
- border-bottom: 1px solid #EBEEF5;
94
+ border-bottom: 1px solid #ebeef5;
95
95
 
96
96
  &:not(:first-child) {
97
- border-left: 1px solid #EBEEF5;
97
+ border-left: 1px solid #ebeef5;
98
98
  }
99
99
 
100
100
  .el-input-number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vipl520/dk-ui",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "description": "多客怪兽框架核心组件,支持diy、crud动态表格、上传组件等",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",