暂时修改

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

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

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

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

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

Loading…
Cancel
Save