Commit 765ad08c by 刘泽奇

123

parent bcf6f4f7
// 公司页面
.company {
padding: 30px 22px;
box-sizing: border-box;
width: 100%;
.el-tabs--card > .el-tabs__header {
margin: 0;
}
.box > div:nth-child(2) {
.el-input__inner {
height: 36px;
}
}
.el-tabs__item.is-active {
color: #dfb76b;
border-top: 2px solid #dfb76b;
}
.el-tabs__item {
color: #565656;
}
.el-tabs__item:hover {
color: #565656;
}
.el-table th > .cell {
text-align: center;
font-size: 14px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: rgba(0, 0, 0, 0.85);
}
.el-table th.is-leaf{
background: #FAFAFA;
}
}
......@@ -6,6 +6,7 @@ import store from "./store";
import Element from "element-ui";
import "./assets/css/globelcolor.scss";
import "./assets/css/reset.scss";
import "./assets/css/company.scss";
// 请求方法
import { getTokens } from "@/api/api.js";
import { seveCookie } from "@/utils/getToken.js";
......
......@@ -132,6 +132,12 @@ const routes = [
name: "policyadmin",
component: () => import("@/views/pages/policyadmin/policyadmin.vue")
},
///// 公司列表页
{
path: "/comapnylist",
name: "comapnylist",
component: () => import("@/views/fqembed/comapnylist.vue")
},
];
const router = new VueRouter({
routes,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment