mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
修改样式
This commit is contained in:
parent
924c71c079
commit
4b21a1241b
@ -113,6 +113,7 @@ body > .el-container {
|
||||
|
||||
.el-menu {
|
||||
border-bottom: 0;
|
||||
--el-menu-item-height: 60px;
|
||||
|
||||
.el-menu-item {
|
||||
border-bottom: 0;
|
||||
@ -155,6 +156,7 @@ body > .el-container {
|
||||
.el-sub-menu__title {
|
||||
color: #FFF !important;
|
||||
background: none !important;
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -14,8 +14,8 @@
|
||||
|
||||
<div v-for="icon in icons">
|
||||
<div style="line-height:2.5em">
|
||||
<component style="vertical-align:middle;color:#F66" :width="20" :height="20" :is="icon.name"></component>
|
||||
<b style="color:#333;margin-left:1em" v-text="icon.name"></b>:<span style="color:gray" v-text="icon"></span>
|
||||
<component style="vertical-align:middle;color:#F66;width:1em;height:1em" :is="icon.name"></component>
|
||||
<b style="color:#333;margin-left:0.5em" v-text="icon.name"></b>:<span style="color:gray" v-text="icon"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user