qdt-admin-layout 1.1.6 → 1.1.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.
package/package.json
CHANGED
|
@@ -97,7 +97,7 @@ export default {
|
|
|
97
97
|
return (
|
|
98
98
|
icon && (
|
|
99
99
|
<i
|
|
100
|
-
style="font-size:
|
|
100
|
+
style="font-size:28px;vertical-align: middle;line-height:44px"
|
|
101
101
|
class={`menu-icon ${icon}`}
|
|
102
102
|
/>
|
|
103
103
|
)
|
|
@@ -126,7 +126,7 @@ export default {
|
|
|
126
126
|
<div>
|
|
127
127
|
<div>
|
|
128
128
|
{this.renderMenuIcon(h, menu, depth)}
|
|
129
|
-
<span style="margin-left:8px;vertical-align: middle;font-size:
|
|
129
|
+
<span style="margin-left:8px;vertical-align: middle;font-size:18px;letter-spacing: 3px;">
|
|
130
130
|
{menu.meta.title}
|
|
131
131
|
</span>
|
|
132
132
|
</div>
|
|
@@ -152,9 +152,9 @@ export default {
|
|
|
152
152
|
>
|
|
153
153
|
<template slot="title">
|
|
154
154
|
{depth == 1 && (
|
|
155
|
-
<div style="height:100
|
|
155
|
+
<div style="height:100%;line-height:44.1px">
|
|
156
156
|
{this.renderMenuIcon(h, menu, depth)}
|
|
157
|
-
<span style="margin-left:8px;vertical-align: middle;font-size:
|
|
157
|
+
<span style="margin-left:8px;vertical-align: middle;font-size:18px;letter-spacing: 3px;">
|
|
158
158
|
{menu.meta.title}
|
|
159
159
|
</span>
|
|
160
160
|
</div>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.menu-display {
|
|
2
2
|
margin-left: 5px;
|
|
3
3
|
border-radius: 2px;
|
|
4
|
-
-webkit-box-shadow: 0 2px 12px 0
|
|
5
|
-
box-shadow: 0 2px 12px 0
|
|
4
|
+
-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0 , 0.15);
|
|
5
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0 , 0.15);
|
|
6
6
|
ul {
|
|
7
7
|
border-right: 1px solid rgb(228, 231, 237);
|
|
8
8
|
}
|