bkui-vue 0.0.1-beta.447 → 0.0.1-beta.448
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/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/card/card.css +2 -2
- package/lib/card/card.less +2 -2
- package/lib/card/card.variable.css +2 -2
- package/lib/sideslider/sideslider.css +1 -0
- package/lib/sideslider/sideslider.less +1 -0
- package/lib/sideslider/sideslider.variable.css +1 -0
- package/package.json +1 -1
package/lib/card/card.css
CHANGED
@@ -81,7 +81,7 @@
|
|
81
81
|
border-radius: 2px;
|
82
82
|
}
|
83
83
|
.bk-card:hover {
|
84
|
-
box-shadow:
|
84
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
85
85
|
}
|
86
86
|
.bk-card .bk-card-head {
|
87
87
|
position: relative;
|
@@ -113,7 +113,7 @@
|
|
113
113
|
}
|
114
114
|
.bk-card .bk-card-head .bk-card-icon {
|
115
115
|
position: absolute;
|
116
|
-
top:
|
116
|
+
top: 2px;
|
117
117
|
font-size: 18px;
|
118
118
|
color: #979ba5;
|
119
119
|
cursor: pointer;
|
package/lib/card/card.less
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
border-radius: @border-radius-base;
|
15
15
|
|
16
16
|
&:hover {
|
17
|
-
box-shadow:
|
17
|
+
box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
|
18
18
|
}
|
19
19
|
.@{bk-prefix}-card-head {
|
20
20
|
position: relative;
|
@@ -45,7 +45,7 @@
|
|
45
45
|
}
|
46
46
|
.@{bk-prefix}-card-icon {
|
47
47
|
position: absolute;
|
48
|
-
top:
|
48
|
+
top: 2px;
|
49
49
|
font-size: 18px;
|
50
50
|
color: #979ba5;
|
51
51
|
cursor: pointer;
|
@@ -203,7 +203,7 @@
|
|
203
203
|
border-radius: 2px;
|
204
204
|
}
|
205
205
|
.bk-card:hover {
|
206
|
-
box-shadow:
|
206
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
207
207
|
}
|
208
208
|
.bk-card .bk-card-head {
|
209
209
|
position: relative;
|
@@ -235,7 +235,7 @@
|
|
235
235
|
}
|
236
236
|
.bk-card .bk-card-head .bk-card-icon {
|
237
237
|
position: absolute;
|
238
|
-
top:
|
238
|
+
top: 2px;
|
239
239
|
font-size: 18px;
|
240
240
|
color: #979ba5;
|
241
241
|
cursor: pointer;
|