党建主题
This commit is contained in:
@@ -26,16 +26,16 @@ export default {
|
||||
computed: {
|
||||
tabs: v => [
|
||||
...v.views,
|
||||
// {label: "测试哦哦", id: 1},
|
||||
// {label: "测试哦哦", id: 2},
|
||||
// {label: "测试哦哦", id: 3},
|
||||
// {label: "测试哦哦", id: 4},
|
||||
// {label: "测试哦哦", id: 5},
|
||||
// {label: "测试哦哦", id: 6},
|
||||
// {label: "测试哦哦", id: 7},
|
||||
// {label: "测试哦哦", id: 8},
|
||||
// {label: "测试哦哦", id: 9},
|
||||
// {label: "测试哦哦", id: 10},
|
||||
{label: "测试哦哦", id: 1},
|
||||
{label: "测试哦哦", id: 2},
|
||||
{label: "测试哦哦", id: 3},
|
||||
{label: "测试哦哦", id: 4},
|
||||
{label: "测试哦哦", id: 5},
|
||||
{label: "测试哦哦", id: 6},
|
||||
{label: "测试哦哦", id: 7},
|
||||
{label: "测试哦哦", id: 8},
|
||||
{label: "测试哦哦", id: 9},
|
||||
{label: "测试哦哦", id: 10},
|
||||
]
|
||||
},
|
||||
data() {
|
||||
@@ -157,11 +157,11 @@ export default {
|
||||
background-position: left center;
|
||||
|
||||
&.setting {
|
||||
background-image: url("../assets/settingIcon.png");
|
||||
background-image: url("../assets/settingIcon.png")!important;
|
||||
}
|
||||
|
||||
&.fullscreen {
|
||||
background-image: url("../assets/fullscreenIcon.png");
|
||||
background-image: url("../assets/fullscreenIcon.png")!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user