Commit 7b34afe5 authored by 张俊's avatar 张俊

首页样式

parent 0c555ea9
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
:key="index + 100" :key="index + 100"
> >
<img :src="item.pic" alt /> <img :src="item.pic" alt />
<div class="menu_text"> <div class="menu_text" :style="now_user == 1||now_user == 2?{marginRight:'30px'}:''">
<p>{{ item.text }}</p> <p>{{ item.text }}</p>
<p <p
:style="{ color: item.color }" :style="{ color: item.color }"
...@@ -1075,7 +1075,7 @@ export default { ...@@ -1075,7 +1075,7 @@ export default {
}, },
{ {
pic: require("@/assets/imgs/home_tool_ic_message.png"), pic: require("@/assets/imgs/home_tool_ic_message.png"),
text: "消息管理", text: "消息与推送管理",
role: 2, role: 2,
url: "/message/recommended" url: "/message/recommended"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment