@netang/quasar 0.2.49 → 0.2.50

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.
@@ -267,7 +267,7 @@
267
267
  >
268
268
  <q-item-section>
269
269
  <q-input
270
- class="n-field-fieldset"
270
+ class="n-field-fieldset n-field--console"
271
271
  v-model="formData.requestQuery.list[itemIndex]"
272
272
  placeholder="请输入参数"
273
273
  outlined
@@ -301,7 +301,7 @@
301
301
  >
302
302
  <q-item-section>
303
303
  <q-input
304
- class="n-field-fieldset"
304
+ class="n-field-fieldset n-field--console"
305
305
  v-model="formData.requestQuery.query[itemIndex]"
306
306
  placeholder="请输入参数"
307
307
  outlined
@@ -331,7 +331,7 @@
331
331
  <div class="col-xs-12">
332
332
  <q-input
333
333
  style="max-width:800px"
334
- class="n-field-fieldset"
334
+ class="n-field-fieldset n-field--console"
335
335
  v-model="formData.params"
336
336
  placeholder="请输入参数"
337
337
  outlined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.2.49",
3
+ "version": "0.2.50",
4
4
 
5
5
  "description": "netang-quasar",
6
6
  "scripts": {