mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-22 02:19:32 +08:00
⚡ 优化代码
This commit is contained in:
parent
e6809d5325
commit
684d2ce098
@ -13,10 +13,10 @@
|
||||
v-if="showMenu">
|
||||
<top-menu></top-menu>
|
||||
</div>
|
||||
<span class="top-bar__item"
|
||||
<!--<span class="top-bar__item"
|
||||
v-if="showSearch">
|
||||
<top-search></top-search>
|
||||
</span>
|
||||
</span>-->
|
||||
</div>
|
||||
<div class="top-bar__right">
|
||||
<el-tooltip v-if="showColor"
|
||||
@ -93,7 +93,7 @@ import { mapGetters, mapState } from "vuex";
|
||||
import { fullscreenToggel, listenfullscreen } from "@/util/util";
|
||||
import topLock from "./top-lock";
|
||||
import topMenu from "./top-menu";
|
||||
import topSearch from "./top-search";
|
||||
// import topSearch from "./top-search";
|
||||
import topTheme from "./top-theme";
|
||||
import topLogs from "./top-logs";
|
||||
import topColor from "./top-color";
|
||||
@ -102,7 +102,7 @@ export default {
|
||||
components: {
|
||||
topLock,
|
||||
topMenu,
|
||||
topSearch,
|
||||
// topSearch,
|
||||
topTheme,
|
||||
topLogs,
|
||||
topColor,
|
||||
@ -165,4 +165,4 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
</style>
|
||||
</style>
|
||||
|
@ -45,6 +45,7 @@
|
||||
},
|
||||
selectionList: [],
|
||||
option: {
|
||||
tip: false,
|
||||
border: true,
|
||||
index: true,
|
||||
viewBtn: true,
|
||||
|
@ -37,6 +37,7 @@
|
||||
total: 0
|
||||
},
|
||||
option: {
|
||||
tip: false,
|
||||
border: true,
|
||||
index: true,
|
||||
viewBtn: true,
|
||||
|
@ -37,6 +37,7 @@
|
||||
total: 0
|
||||
},
|
||||
option: {
|
||||
tip: false,
|
||||
border: true,
|
||||
index: true,
|
||||
viewBtn: true,
|
||||
|
@ -37,6 +37,7 @@
|
||||
total: 0
|
||||
},
|
||||
option: {
|
||||
tip: false,
|
||||
border: true,
|
||||
index: true,
|
||||
viewBtn: true,
|
||||
|
@ -56,6 +56,7 @@
|
||||
total: 0
|
||||
},
|
||||
option: {
|
||||
tip: false,
|
||||
tree: true,
|
||||
border: true,
|
||||
index: true,
|
||||
|
@ -56,6 +56,7 @@
|
||||
total: 0
|
||||
},
|
||||
option: {
|
||||
tip: false,
|
||||
tree: true,
|
||||
border: true,
|
||||
index: true,
|
||||
|
@ -49,6 +49,7 @@
|
||||
total: 0
|
||||
},
|
||||
option: {
|
||||
tip: false,
|
||||
dialogWidth: "70%",
|
||||
tree: true,
|
||||
border: true,
|
||||
|
@ -48,6 +48,7 @@
|
||||
total: 0
|
||||
},
|
||||
option: {
|
||||
tip: false,
|
||||
border: true,
|
||||
index: true,
|
||||
selection: true,
|
||||
|
@ -86,6 +86,7 @@
|
||||
total: 0
|
||||
},
|
||||
option: {
|
||||
tip: false,
|
||||
tree: true,
|
||||
border: true,
|
||||
index: true,
|
||||
|
@ -64,6 +64,7 @@
|
||||
total: 0
|
||||
},
|
||||
option: {
|
||||
tip: false,
|
||||
border: true,
|
||||
index: true,
|
||||
selection: true,
|
||||
|
@ -55,6 +55,7 @@
|
||||
total: 0
|
||||
},
|
||||
option: {
|
||||
tip: false,
|
||||
border: true,
|
||||
index: true,
|
||||
selection: true,
|
||||
|
Loading…
Reference in New Issue
Block a user