quasar-ui-sellmate-ui-kit 3.0.4 → 3.0.5

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": "quasar-ui-sellmate-ui-kit",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "author": "Sellmate Dev Team <dev@sellmate.co.kr>",
5
5
  "description": "Sellmate UI Kit",
6
6
  "license": "MIT",
@@ -81,7 +81,7 @@
81
81
  <span v-else class="text-center text-Grey_Darken-4 date-str">{{
82
82
  dateValue.from
83
83
  }}</span>
84
- <span class="q-mx-sm" style="min-width: 0">~</span>
84
+ <span class="q-mx-xs" style="min-width: 0">~</span>
85
85
  <q-input
86
86
  v-if="useInput"
87
87
  dense
@@ -47,7 +47,7 @@
47
47
  @click="onClickDown('hh')"
48
48
  />
49
49
  </div>
50
- <div class="q-mx-sm">:</div>
50
+ <div class="q-mx-xs">:</div>
51
51
  <div class="flex column flex-center">
52
52
  <s-button
53
53
  flat
@@ -78,7 +78,7 @@
78
78
  @click="onClickDown('mm')"
79
79
  />
80
80
  </div>
81
- <div class="q-mx-sm" v-if="useSecond">:</div>
81
+ <div class="q-mx-xs" v-if="useSecond">:</div>
82
82
  <div class="flex column flex-center" v-if="useSecond">
83
83
  <s-button
84
84
  flat