@nixweb/nixloc-ui 0.0.295 → 0.0.296
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
|
@@ -61,9 +61,8 @@
|
|
|
61
61
|
<div v-if="item.groupName" class="div-group">
|
|
62
62
|
{{ item.groupName }}
|
|
63
63
|
</div>
|
|
64
|
-
|
|
65
64
|
<span>
|
|
66
|
-
{{ item.title }}
|
|
65
|
+
<span> {{ item.title }}</span>
|
|
67
66
|
<span class="div-support" v-if="item.isVisible == 'support'">
|
|
68
67
|
Suporte
|
|
69
68
|
</span>
|
|
@@ -389,6 +388,7 @@ export default {
|
|
|
389
388
|
.sub-menu-title-collapsed {
|
|
390
389
|
padding: 10px;
|
|
391
390
|
border-radius: 8px;
|
|
391
|
+
font-size: 13px;
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
.sub-menu-title-collapsed:hover {
|
|
@@ -408,7 +408,7 @@ export default {
|
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
.title-menu {
|
|
411
|
-
font-size:
|
|
411
|
+
font-size: 13px;
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
.title-menu-collapsed {
|