feat:合并

This commit is contained in:
lixg
2023-01-12 17:43:42 +08:00
14 changed files with 68 additions and 24 deletions

View File

@@ -51,7 +51,7 @@ export default {
const store = useStore();
const $router = useRouter();
const state = reactive({
//openList: store.state.openpages,
openList: store.state.openpages,
});
const closePage = (value) => {
@@ -91,7 +91,7 @@ export default {
<style lang="scss">
.openPages {
width: 100%;
// height: 50px;
height: 50px;
display: flex;
background-color: rgba(255, 255, 255, 1);
box-shadow: 0px 8px 8px 0px rgba(118, 136, 166, 0.1);