党建主题

This commit is contained in:
aixianling
2023-03-10 15:52:05 +08:00
parent 8cd4546f9d
commit 663cb21eb2
6 changed files with 61 additions and 25 deletions

View File

@@ -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;
}
}
}