|
|
<template>
|
|
|
<div style="width: 100%">
|
|
|
<div style="width: 100%;height: 50px">
|
|
|
<Assembly></Assembly>
|
|
|
<el-tabs v-model="activeIndex"
|
|
|
v-if="openTab.length"
|
...
|
...
|
@@ -7,7 +7,7 @@ |
|
|
:closable = "tabCloseable"
|
|
|
@tab-click='tabClick'
|
|
|
@tab-remove="tabRemove"
|
|
|
style="width: 100%;margin-top: 18px;height: 50px">
|
|
|
style="width: 100%;margin-top: 0px;height: 50px">
|
|
|
<el-tab-pane
|
|
|
v-for="(item, index) in this.$store.state.openTab"
|
|
|
:key="item.name"
|
...
|
...
|
@@ -164,6 +164,7 @@ |
|
|
line-height: 26px;
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
background-color: #fff;
|
|
|
font-size: 12px;
|
|
|
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
|
|
|
}
|
|
|
/* 选中的黑框的样式*/
|
...
|
...
|
|