Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
FLIPPED-AURORA
gin-vue-admin
提交
9a2970e9
G
gin-vue-admin
项目概览
FLIPPED-AURORA
/
gin-vue-admin
大约 1 年 前同步成功
通知
342
Star
18155
Fork
5506
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
G
gin-vue-admin
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
9a2970e9
编写于
4月 30, 2020
作者:
Mr.奇淼(
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
增加图标页 menu增加icon前缀
上级
26821536
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
79 addition
and
3 deletion
+79
-3
web/src/view/about/index.vue
web/src/view/about/index.vue
+0
-0
web/src/view/iconList/index.vue
web/src/view/iconList/index.vue
+76
-2
web/src/view/superAdmin/menu/menu.vue
web/src/view/superAdmin/menu/menu.vue
+3
-1
未找到文件。
web/src/view/
tes
t/index.vue
→
web/src/view/
abou
t/index.vue
浏览文件 @
9a2970e9
文件已移动
web/src/view/iconList/index.vue
浏览文件 @
9a2970e9
<
template
>
<
template
>
<ul
class=
"icon-list"
>
<ul
class=
"icon-list
clearfix
"
>
<li>
<li>
<span>
<span>
<i
class=
"el-icon-platform-eleme"
></i>
<i
class=
"el-icon-platform-eleme"
></i>
...
@@ -1223,6 +1223,7 @@
...
@@ -1223,6 +1223,7 @@
<li>
<li>
<span>
<span>
<i
class=
"el-icon-moon"
></i>
<i
class=
"el-icon-moon"
></i>
<br/>
<span
class=
"icon-name"
>
el-icon-moon
</span></span>
<span
class=
"icon-name"
>
el-icon-moon
</span></span>
</li>
</li>
<li>
<li>
...
@@ -1413,6 +1414,79 @@
...
@@ -1413,6 +1414,79 @@
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
lang=
"scss"
scoped
>
.icon-list
{
-webkit-tap-highlight-color
:
transparent
;
font-family
:
icomoon
!
important
;
font-style
:
normal
;
font-weight
:
400
;
font-variant
:
normal
;
text-transform
:
none
;
-webkit-font-smoothing
:
antialiased
;
overflow
:
hidden
;
list-style
:
none
;
padding
:
0
!
important
;
border
:
1px
solid
#eaeefb
;
border-radius
:
4px
;
font-size
:
14px
;
color
:
#5e6d82
;
line-height
:
2em
;
li
{
-webkit-tap-highlight-color
:
transparent
;
font-family
:
icomoon
!
important
;
font-style
:
normal
;
font-weight
:
400
;
font-variant
:
normal
;
text-transform
:
none
;
-webkit-font-smoothing
:
antialiased
;
list-style
:
none
;
float
:
left
;
width
:
16
.66%
;
text-align
:
center
;
height
:
120px
;
line-height
:
120px
;
color
:
#666
;
font-size
:
13px
;
border-right
:
1px
solid
#eee
;
border-bottom
:
1px
solid
#eee
;
margin-right
:
-1px
;
margin-bottom
:
-1px
;
span
{
-webkit-tap-highlight-color
:
transparent
;
font-style
:
normal
;
font-weight
:
400
;
font-variant
:
normal
;
text-transform
:
none
;
-webkit-font-smoothing
:
antialiased
;
list-style
:
none
;
text-align
:
center
;
font-size
:
13px
;
display
:
inline-block
;
vertical-align
:
middle
;
line-height
:
normal
;
font-family
:
Helvetica
Neue
,
Helvetica
,
PingFang
SC
,
Hiragino
Sans
GB
,
Microsoft
YaHei
,
SimSun
,
sans-serif
;
color
:
#99a9bf
;
transition
:
color
.15s
linear
;
i
{
-webkit-tap-highlight-color
:
transparent
;
list-style
:
none
;
text-align
:
center
;
font-family
:
element-icons
!
important
;
font-style
:
normal
;
font-weight
:
400
;
font-variant
:
normal
;
text-transform
:
none
;
line-height
:
1
;
vertical-align
:
baseline
;
-webkit-font-smoothing
:
antialiased
;
display
:
block
;
font-size
:
32px
;
margin-bottom
:
15px
;
color
:
#606266
;
transition
:
color
.15s
linear
;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
web/src/view/superAdmin/menu/menu.vue
浏览文件 @
9a2970e9
...
@@ -63,7 +63,9 @@
...
@@ -63,7 +63,9 @@
<el-input
autocomplete=
"off"
v-model=
"form.meta.title"
></el-input>
<el-input
autocomplete=
"off"
v-model=
"form.meta.title"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"图标"
prop=
"meta.icon"
>
<el-form-item
label=
"图标"
prop=
"meta.icon"
>
<el-input
autocomplete=
"off"
v-model=
"form.meta.icon"
></el-input>
<el-input
autocomplete=
"off"
v-model=
"form.meta.icon"
>
<
template
slot=
"prepend"
>
el-icon-
</
template
>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"排序标记"
prop=
"sort"
>
<el-form-item
label=
"排序标记"
prop=
"sort"
>
<el-input
autocomplete=
"off"
v-model.number=
"form.sort"
></el-input>
<el-input
autocomplete=
"off"
v-model.number=
"form.sort"
></el-input>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录