quasar-ui-sellmate-ui-kit 3.0.4 → 3.0.6

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.6",
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
@@ -264,18 +264,33 @@
264
264
  min-height: 0;
265
265
  tr {
266
266
  height: 36px;
267
+ color: $Grey_Darken-5;
267
268
  th {
268
269
  padding: $table-th-padding;
269
270
  font-size: $default-font;
270
271
  font-weight: $font-weight-md;
271
272
  word-break: keep-all;
272
273
  white-space: nowrap;
274
+ &.sortable {
275
+ > .q-table__sort-icon {
276
+ display: none;
277
+ color: $Blue_B_Lighten-1;
278
+ font-size: 16px;
279
+ }
280
+ &:hover {
281
+ > .q-table__sort-icon {
282
+ display: inline-block;
283
+ opacity: 1;
284
+ }
285
+ }
286
+ }
273
287
  }
274
288
  }
275
289
  }
276
290
  tbody {
277
291
  tr {
278
292
  min-height: 0px;
293
+ color: $Grey_Darken-5;
279
294
  td {
280
295
  padding: $table-th-padding;
281
296
  font-size: $default-font;
@@ -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