@metano/quasar_rest_auth 1.0.7 → 1.0.8

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,7 +2,7 @@
2
2
  <div >
3
3
  <input
4
4
  v-model="Auth.search"
5
- class="bg-transparent input-28 "
5
+ class=" input-28 "
6
6
  @input="filterMenus"
7
7
  :placeholder="tdc('Procurar')"
8
8
  />
@@ -11,11 +11,10 @@
11
11
 
12
12
  <style scoped>
13
13
  .input-28 {
14
- height: 28px;
15
- line-height: 28px; /* centraliza o texto verticalmente */
16
- width: 220px; /* ajuste o comprimento aqui */
14
+ height: 30px;
15
+ line-height: 30px; /* centraliza o texto verticalmente */
16
+ width: 300px; /* ajuste o comprimento aqui */
17
17
  padding: 0 8px; /* espaço interno lateral */
18
- box-sizing: border-box;
19
18
  }
20
19
  </style>
21
20
 
@@ -21,7 +21,7 @@
21
21
  </div>
22
22
  </div>
23
23
 
24
- <SearchMenu style="height: 28px; margin-top:-4px;"/>
24
+ <SearchMenu />
25
25
  <q-space />
26
26
  <TopMenuSegundo ></TopMenuSegundo>
27
27
  </q-bar>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.0.7",
6
+ "version": "1.0.8",
7
7
  "description": "Rest em quasar para autenticacao",
8
8
  "keywords": [
9
9
  "rest",