暂时修改

master
李劲龙 1 year ago
parent 148ca96384
commit 1f079f2235

@ -64,7 +64,7 @@ export const constantRoutes = [
{ {
path: '', path: '',
component: () => import("@/views/index"), component: () => import("@/views/index"),
redirect: "portal", redirect: "drugArchives",
isDiy: true, isDiy: true,
children: [ children: [
{ {

@ -74,7 +74,7 @@ const selfPermission = {
fileTreeOut[4].meta.affix = true fileTreeOut[4].meta.affix = true
commit("SET_ROUTER", fileTreeOut); commit("SET_ROUTER", fileTreeOut);
resolve(fileTreeOut.length > 0 ? fileTreeOut[4].path : []); resolve(fileTreeOut.length > 0 ? fileTreeOut[0].path : []);
}) })
.catch((error) => { .catch((error) => {
reject(error); reject(error);

@ -71,7 +71,7 @@
<div class="tabsBottom"> <div class="tabsBottom">
<div class="foot-main"> <div class="foot-main">
<div class="headerText"> <div class="headerText">
<div class="searchP">产品列表1</div> <div class="searchP">产品列表</div>
</div> </div>
<div class="exportBtn"> <div class="exportBtn">
<el-button <el-button
@ -454,7 +454,6 @@ export default {
text-align: right; text-align: right;
} }
.tabsBottom { .tabsBottom {
height: 70%;
padding-top: 10px; padding-top: 10px;
.foot-main { .foot-main {
height: 100%; height: 100%;
@ -463,9 +462,9 @@ export default {
background: white; background: white;
} }
} }
// .exportBtn { .exportBtn {
// padding: 10px 20px; padding: 10px 20px;
// } }
.table-box { .table-box {
padding: 10px 20px; padding: 10px 20px;
.table-item { .table-item {

@ -246,7 +246,7 @@ export default {
} }
.container { .container {
height: 100%; min-height: 100%;
// overflow: auto; // overflow: auto;
background: #f2f2f2; background: #f2f2f2;
@ -291,7 +291,7 @@ export default {
} }
.tabsBottom { .tabsBottom {
height: 70%; // height: 70%;
padding-top: 10px; padding-top: 10px;
.foot-main { .foot-main {

Loading…
Cancel
Save