@netang/quasar 0.2.23 → 0.2.25

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.
@@ -2,6 +2,7 @@
2
2
  <q-field
3
3
  :model-value="modelValue"
4
4
  :readonly="readonly"
5
+ for="field-date"
5
6
  @clear="onClear"
6
7
  v-bind="$attrs"
7
8
  >
@@ -19,6 +19,7 @@
19
19
  :disable="disable"
20
20
  :readonly="readonly"
21
21
  :clearable="clearable"
22
+ for="field-table"
22
23
  @focus="onFieldFocus"
23
24
  @blur="onFieldBlur"
24
25
  @clear="onFieldClear"
@@ -6,6 +6,7 @@
6
6
  :outlined="outlined"
7
7
  :dense="dense"
8
8
  :readonly="readonly"
9
+ for="field-text"
9
10
  v-bind="$attrs"
10
11
  >
11
12
  <template v-slot:control>
@@ -5,6 +5,7 @@
5
5
  :disable="disable"
6
6
  :readonly="readonly"
7
7
  :clearable="clearable"
8
+ for="field-tree"
8
9
  @focus="onFieldFocus"
9
10
  @blur="onFieldBlur"
10
11
  @clear="onFieldClear"
@@ -133,7 +133,11 @@ export default {
133
133
  <style lang="scss">
134
134
  .n-toolbar {
135
135
  &__body {
136
- .q-btn {
136
+ display: flex;
137
+ flex-direction: row;
138
+ align-items: center;
139
+
140
+ > * {
137
141
  margin-top: 7px;
138
142
 
139
143
  // 非第一个子节点
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.2.23",
3
+ "version": "0.2.25",
4
4
 
5
5
  "description": "netang-quasar",
6
6
  "scripts": {