cyy-vue-material 1.0.55 → 1.0.56

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyy-vue-material",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -277,13 +277,14 @@ export default {
277
277
  </script>
278
278
 
279
279
  <style scoped lang="scss">
280
-
281
280
  .u-countdown {
281
+ display: flex;
282
282
  align-items: center;
283
283
  }
284
284
 
285
285
  .u-countdown-item {
286
- @include vue-flex;
286
+ display: flex;
287
+ flex-direction: row;
287
288
  align-items: center;
288
289
  justify-content: center;
289
290
  padding: 1px;
@@ -299,7 +300,8 @@ export default {
299
300
  }
300
301
 
301
302
  .u-countdown-colon {
302
- @include vue-flex;
303
+ display: flex;
304
+ flex-direction: row;
303
305
  justify-content: center;
304
306
  padding: 0 0.5px;
305
307
  line-height: 1;