@burh/nuxt-core 1.0.487 → 1.0.489
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.
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<el-dropdown trigger="click" class="dropdown__content">
|
|
21
21
|
<span class="title__content icon">
|
|
22
22
|
{{tool.name}}
|
|
23
|
-
<i class="fas fa-angle-down"></i>
|
|
23
|
+
<i class="fas fa-angle-down dropdown__icon"></i>
|
|
24
24
|
</span>
|
|
25
25
|
<el-dropdown-menu slot="dropdown">
|
|
26
26
|
<el-dropdown-item
|
|
@@ -535,7 +535,10 @@ export default {
|
|
|
535
535
|
font-weight: 600;
|
|
536
536
|
outline: 0;
|
|
537
537
|
|
|
538
|
-
padding: 0px
|
|
538
|
+
padding: 0px 10px;
|
|
539
|
+
.dropdown__icon {
|
|
540
|
+
margin-right: 20px;
|
|
541
|
+
}
|
|
539
542
|
}
|
|
540
543
|
}
|
|
541
544
|
|