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/lib/card/card.css CHANGED
@@ -81,7 +81,7 @@
81
81
  border-radius: 2px;
82
82
  }
83
83
  .bk-card:hover {
84
- box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
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: -2px;
116
+ top: 2px;
117
117
  font-size: 18px;
118
118
  color: #979ba5;
119
119
  cursor: pointer;
@@ -14,7 +14,7 @@
14
14
  border-radius: @border-radius-base;
15
15
 
16
16
  &:hover {
17
- box-shadow: 0px 1px 2px 0px rgba(0,0,0,.2);
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: -2px;
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: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
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: -2px;
238
+ top: 2px;
239
239
  font-size: 18px;
240
240
  color: #979ba5;
241
241
  cursor: pointer;
@@ -102,6 +102,7 @@
102
102
  align-items: center;
103
103
  }
104
104
  .bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-title.right {
105
+ width: 100%;
105
106
  padding: 0 0 0 46px;
106
107
  }
107
108
  .bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-footer {
@@ -127,6 +127,7 @@
127
127
  align-items: center;
128
128
 
129
129
  &.right {
130
+ width: 100%;
130
131
  padding: 0 0 0 30+16px;
131
132
  }
132
133
  }
@@ -224,6 +224,7 @@
224
224
  align-items: center;
225
225
  }
226
226
  .bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-title.right {
227
+ width: 100%;
227
228
  padding: 0 0 0 46px;
228
229
  }
229
230
  .bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-footer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.447",
3
+ "version": "0.0.1-beta.448",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",