You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
595 B
23 lines
595 B
// 纯白主题
|
|
export default {
|
|
// 左侧菜单样式
|
|
leftMenu: {
|
|
backgroundColor: "#ffffff",
|
|
subBackgroundColor:"#ffffff",
|
|
textColor: "#303133",
|
|
activeTextColor: "#409EFF",
|
|
activeBackgroundColor: "#ecf5ff",
|
|
collapseActiveTextColor:"#409EFF",
|
|
collapseActiveBackgroundColor: "#ecf5ff",
|
|
hoverTextColor: "#303133",
|
|
hoverBackgroundColor: "#efefef",
|
|
boxShadow: "0px 0 0px 0 rgba(29,35,41,0.05)",
|
|
//boxShadow: "2px 0 0px 0 rgba(29,35,41,0.05)",
|
|
borderTop: "1px solid #f8f8f9"
|
|
},
|
|
// 顶部菜单样式
|
|
topMenu: {
|
|
backgroundColor: "#ffffff",
|
|
textColor: "#999999",
|
|
}
|
|
}
|