123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107 |
- <template>
- <el-container style="height: 100vh; overflow: hidden">
- <el-aside style="width: auto; overflow: hidden">
- <el-menu
- :unique-opened="true"
- ref="menu"
- :collapse-transition="false"
- class="el-menu-vertical-demo shadow-menu aside-menu"
- :router="true"
- :default-active="active"
- :collapse="isCollapse"
- text-color="#333"
- active-text-color="#fff"
- @select="selectMenu"
- >
- <!-- <img src="../../assets/img/commons/jhTop.png" /> -->
- <!-- <img
- v-show="!isCollapse"
- style="
- height: 40px;
- width: auto;
- padding-top: 20px;
- padding-left: 10px;
- padding-right: 10px;
- margin-bottom: 20px;
- "
- src="../../assets/img/commons/jhTop1.png"
- /> -->
- <p class="aac">郑州大学大学生心理健康测评</p>
- <!-- <p class="aab"></p> -->
- <!-- <img
- v-show="!isCollapse"
- style="
- height: 40px;
- width: auto;
- padding-top: 20px;
- padding-left: 10px;
- padding-right: 10px;
- margin-bottom: 20px;
- "
- src="../../assets/img/commons/jhTop1.png"
- /> -->
- <img
- v-show="isCollapse"
- style="menu_top_suo"
- src="../../assets/img/commons/jhTopSuo.png"
- />
- <div v-for="item in menuList" :key="item.id">
- <el-menu-item :index="item.path" v-if="!item.hasOwnProperty('child')"
- ><div class="menu_icon_mm">
- <img :src="item.icon" class="menu_icon_img" /><span>{{ item.name }}</span>
- </div></el-menu-item
- >
- <div v-if="item.hasOwnProperty('child')">
- <!-- v-for="item in menuList"
- :key="item.id"
- :index="item.path"
- v-show="item.showItem" -->
- <el-submenu :index="item.path">
- <template slot="title">
- <div class="menu_icon_mm">
- <img :src="item.icon" class="menu_icon_img" />
- <span class="menu_name">{{ item.name }}</span>
- </div>
- </template>
- <el-menu-item-group style="background-color: #000000;">
- <el-menu-item v-for="el in item.child" :key="el.id" :index="el.path">
- <span class="menu_sub_tt"
- ><span class="menu_sub_t1"> </span>{{ el.name }}</span
- >
- </el-menu-item>
- </el-menu-item-group>
- </el-submenu>
- </div>
- </div>
- <!-- <el-menu-item index="1">用户管理</el-menu-item> -->
- </el-menu>
- </el-aside>
- <!-- style="height:100vh; display: flex; flex-direction: column; border-top-left-radius: 40px; border-bottom-left-radius: 40px;background-color:#000000" -->
- <el-container class="el-container-com">
- <el-header
- class="shadow-menu"
- style="
- background-color: #ffffff;
- border-top-left-radius: 40px;
- background-color: #f7f7f7;
- "
- >
- <el-row class="admin-header-content">
- <el-col :span="12">
- <el-row>
- <el-col :span="10">
- <div class="main_top_1">
- <div class="blue"> </div>
- <el-breadcrumb class="admin-breadcrumb" separator=">>">
- <el-breadcrumb-item>{{ crumbParent }}</el-breadcrumb-item>
- <el-breadcrumb-item
- style="font-weight: 700"
- v-if="crumbChild && crumbChild != null"
- >{{ crumbChild }}</el-breadcrumb-item
- >
- </el-breadcrumb>
- </div>
- </el-col>
- </el-row>
- </el-col>
- <el-col :span="12" class="just-right">
- <div class="user_out" @mouseenter="mouseenterFun" @mouseleave="mouseLeaveFun">
- <img class="user_out_img" src="../../assets/menu/userAdmin.png" />
- <div class="user_out_des">{{ userInfo.userName }}老师</div>
- <div v-if="isShowMenu" class="user_out_ab">
- <div class="exit" @click="escape()">退出</div>
- <div class="update_pass" @click="changePwd()">修改密码</div>
- </div>
- </div>
- <vue-qr
- v-show="false"
- :ref="userInfo.name + '-' + userInfo.userNumber"
- :text="urlJump + userInfo.invitationCode"
- :size="500"
- :width="1"
- ></vue-qr>
- </el-col>
- </el-row>
- </el-header>
- <el-container style="flex: 1; overflow: auto">
- <el-main style="background-color: #f5f5f5; display: flex">
- <div class="el-main-inner">
- <transition name="fade" mode="out-in">
- <router-view></router-view>
- </transition>
- </div>
- </el-main>
- </el-container>
- </el-container>
- <!---lxh-修改密码-->
- <div class="dig_update">
- <el-dialog
- :visible.sync="dialogVisible"
- :close-on-click-modal="false"
- width="40%"
- style="border-radius: 40px"
- >
- <div slot="title">
- <el-form
- :model="ruleForm"
- :rules="rules"
- :inline="true"
- ref="ruleForm"
- label-width="150px"
- class="demo-ruleForm"
- >
- <p class="dig_title">修改密码</p>
- <div slot=""></div>
- <div slot="footer"></div>
- <el-form-item label="请输入旧密码" prop="oldpass">
- <el-input
- type="password"
- v-model="ruleForm.oldpass"
- autocomplete="off"
- ></el-input>
- </el-form-item>
- <el-form-item label="请输入新密码" prop="pass">
- <el-input
- type="password"
- v-model="ruleForm.pass"
- autocomplete="off"
- ></el-input>
- </el-form-item>
- <el-form-item label="确认新密码" prop="checkPass">
- <el-input
- type="password"
- v-model="ruleForm.checkPass"
- autocomplete="off"
- ></el-input>
- </el-form-item>
- <div class="dig_button">
- <el-button type="info" round @click="resetForm('ruleForm')">重置</el-button>
- <el-button type="success" round @click="submitForm('ruleForm')"
- >提交</el-button
- >
- </div>
- </el-form>
- </div>
- </el-dialog>
- </div>
- </el-container>
- </template>
- <script>
- import md5 from "md5";
- import vueQr from "vue-qr";
- import { mapGetters, mapActions } from "vuex";
- import { oSessionStorage } from "@/utils/utils";
- import register from "@/components/Register";
- export default {
- name: "manageMain",
- components: {
- vueQr,
- },
- computed: {
- // ...mapGetters(['sacleListName']),
- // ...mapGetters(['menuActive']),
- },
- data() {
- var validatePassOld = (rule, value, callback) => {
- // if (value === "") {
- // callback(new Error("请输入密码"));
- // } else {
- // let juPassword = /^(?=.*\d)(?=.*[a-zA-Z])(?=.*[~!@#$%^&*])[\da-zA-Z~!@#$%^&*]{8,16}$/;
- // if (!juPassword.test(this.ruleForm.oldpass)) {
- // callback(new Error("格式为数字+英文字母+特殊字符(~!@#$%^&*)8-16位"));
- // } else {
- // callback();
- // }
- // }
- if (value === "") {
- callback(new Error("请输入旧密码"));
- } else {
- if (value.length < 6 || value.length > 18) {
- callback(new Error("密码长度需在6~18位之间"));
- } else {
- this.$refs.ruleForm.validateField("pass");
- }
- callback();
- }
- };
- var validatePass = (rule, value, callback) => {
- // if (value === "") {
- // callback(new Error("请输入密码"));
- // } else {
- // let juPassword = /^(?=.*\d)(?=.*[a-zA-Z])(?=.*[~!@#$%^&*])[\da-zA-Z~!@#$%^&*]{8,16}$/;
- // if (!juPassword.test(this.ruleForm.pass)) {
- // callback(new Error("格式为数字+英文字母+特殊字符(~!@#$%^&*)8-16位"));
- // } else {
- // callback();
- // }
- // }
- if (value === "") {
- callback(new Error("请输入新密码"));
- } else {
- if (value.length < 6 || value.length > 18) {
- callback(new Error("密码长度需在6~18位之间"));
- } else {
- this.$refs.ruleForm.validateField("checkPass");
- }
- callback();
- }
- };
- var validatePass2 = (rule, value, callback) => {
- if (value === "") {
- callback(new Error("请再次输入密码"));
- } else if (value !== this.ruleForm.pass) {
- callback(new Error("两次输入密码不一致!"));
- } else if (value == this.ruleForm.oldpass) {
- callback(new Error("旧密码和新密码相同!"));
- } else {
- callback();
- }
- };
- return {
- //是否显示退出菜单
- isShowMenu: false,
- userInfo: {}, //用户信息
- dialogVisible: false, //弹出窗是否可见
- size: "small",
- circleUrl: "https://cube.elemecdn.com/3/7c/3ea6beec64369c2642b92c6726f1epng.png",
- activeIndex: "10",
- activeIndex2: "1",
- isCollapse: false,
- userType: "",
- menuList: [
- {
- id: "0",
- name: "用户管理",
- icon: require("../../assets/menu/user.png"),
- showItem: true,
- path: "/manage/userManage",
- },
- {
- id: "1",
- name: "院管理员管理",
- icon: require("../../assets/menu/yuan.png"),
- showItem: true,
- path: "/manage/principal",
- },
- {
- id: "2",
- name: "组织架构",
- icon: require("../../assets/menu/zu.png"),
- showItem: true,
- path: "/manage/organizational",
- },
- {
- id: "3",
- name: "测试计划",
- icon: require("../../assets/menu/plan.png"),
- showItem: true,
- path: "/manage/testPlan",
- },
- {
- id: "4",
- name: "报告分析",
- icon: require("../../assets/menu/plan.png"),
- showItem: true,
- path: "/manage/recordListAll",
- child: [
- {
- id: "41",
- name: "用户报告",
- parentName: "报告分析",
- icon: "el-icon-user-solid",
- path: "/manage/userReport",
- showItem: true,
- },
- {
- id: "42",
- name: "计划报告",
- parentName: "报告分析",
- icon: "el-icon-user-solid",
- path: "/manage/planReport",
- showItem: true,
- },
- {
- id: "43",
- name: "对比分析",
- parentName: "报告分析",
- icon: "el-icon-user-solid",
- path: "/manage/comparaAnalysis",
- showItem: true,
- },
- ],
- },
- ],
- //面包屑页签
- crumbParent: "首页",
- crumbChild: null,
- //修改密码
- ruleForm: {
- pass: "",
- checkPass: "",
- oldpass: "",
- },
- upPass: {
- institutionNo: "",
- password: "",
- },
- rules: {
- pass: [{ required: true, validator: validatePass, trigger: "blur" }],
- checkPass: [{ required: true, validator: validatePass2, trigger: "blur" }],
- oldpass: [{ required: true, validator: validatePassOld, trigger: "blur" }],
- },
- ifAdmin: false,
- ifSupAdmin: false,
- active: "/manage/adminHome",
- urlJump: "http://152.136.24.101:8997?invitationCode=", //二维码跳转链接
- };
- },
- created() {
- if (oSessionStorage.getItem("userInfo")) {
- this.userInfo = JSON.parse(oSessionStorage.getItem("userInfo"));
- this.userType = this.userInfo.roleType;
- console.log(this.userInfo);
- console.log(this.userType);
- //假如是代理用户则 //代理用户菜单不显示
- if (this.userType == "3") {
- this.menuList = [
- {
- id: "10",
- name: "概况",
- icon: require("../../assets/menu/user.png"),
- showItem: true,
- path: "/manage/generalSituation",
- },
- {
- id: "0",
- name: "用户管理",
- icon: require("../../assets/menu/user.png"),
- showItem: true,
- path: "/manage/userManage",
- },
- {
- id: "1",
- name: "院管理员管理",
- icon: require("../../assets/menu/yuan.png"),
- showItem: true,
- path: "/manage/principal",
- },
- {
- id: "2",
- name: "组织架构",
- icon: require("../../assets/menu/zu.png"),
- showItem: true,
- path: "/manage/organizational",
- },
- {
- id: "3",
- name: "测试计划",
- icon: require("../../assets/menu/plan.png"),
- showItem: true,
- path: "/manage/testPlan",
- },
- {
- id: "4",
- name: "报告分析",
- icon: require("../../assets/menu/plan.png"),
- showItem: true,
- path: "/manage/recordListAll",
- child: [
- {
- id: "41",
- name: "用户报告",
- parentName: "报告分析",
- icon: "el-icon-user-solid",
- path: "/manage/userReport",
- showItem: true,
- },
- {
- id: "42",
- name: "计划报告",
- parentName: "报告分析",
- icon: "el-icon-user-solid",
- path: "/manage/planReport",
- showItem: true,
- },
- {
- id: "43",
- name: "对比分析",
- parentName: "报告分析",
- icon: "el-icon-user-solid",
- path: "/manage/comparaAnalysis",
- showItem: true,
- },
- ],
- },
- ];
- // for (let i = 0; i < this.menuList.length; i++) {
- // if (
- // this.menuList[i].id == "5" ||
- // this.menuList[i].id == "6" ||
- // this.menuList[i].id == "2" ||
- // this.menuList[i].id == "3" ||
- // this.menuList[i].id == "1"
- // ) {
- // this.menuList[i].showItem = false;
- // }
- // }
- } else if (this.userType == "2") {
- //
- this.menuList = [
- {
- id: "10",
- name: "概况",
- icon: require("../../assets/menu/user.png"),
- showItem: true,
- path: "/manage/generalSituation",
- },
- {
- id: "0",
- name: "用户管理",
- icon: require("../../assets/menu/user.png"),
- showItem: true,
- path: "/manage/userManage",
- },
- {
- id: "3",
- name: "测试计划",
- icon: require("../../assets/menu/plan.png"),
- showItem: true,
- path: "/manage/testPlan",
- },
- {
- id: "4",
- name: "报告分析",
- icon: require("../../assets/menu/plan.png"),
- showItem: true,
- path: "/manage/recordListAll",
- child: [
- {
- id: "41",
- name: "用户报告",
- parentName: "报告分析",
- icon: "el-icon-user-solid",
- path: "/manage/userReport",
- showItem: true,
- },
- {
- id: "42",
- name: "计划报告",
- parentName: "报告分析",
- icon: "el-icon-user-solid",
- path: "/manage/planReport",
- showItem: true,
- },
- {
- id: "43",
- name: "对比分析",
- parentName: "报告分析",
- icon: "el-icon-user-solid",
- path: "/manage/comparaAnalysis",
- showItem: true,
- },
- ],
- },
- ];
- }
- }
- },
- mounted() {
- let codeImage = sessionStorage.getItem("codeImage");
- this.urlJump = codeImage + "?invitationCode=";
- let that = this;
- // 页面初始化或者刷新页面初始化页签及激活菜单-2020-03-17
- this.active = this.$route.path;
- this.selectMenu(this.$route.path);
- this.bus.$on("menuStatusUpdate", (e) => {
- that.$refs.menu.activeIndex = e;
- that.active = e;
- // that.$forceUpdate()
- that.selectMenu(e);
- });
- //得到用户信息,根据角色信息判断哪个显示哪个不显示
- },
- methods: {
- ...mapActions({
- // setSacleListName:"setSacleListName",
- // setMenuActive:"setMenuActive"
- }),
- changeMenu: function () {
- this.isCollapse = !this.isCollapse;
- },
- mouseenterFun() {
- this.isShowMenu = true;
- },
- mouseLeaveFun() {
- this.isShowMenu = false;
- },
- //匹配获取页签名称-2020-03-17 lwl
- selectMenu(param) {
- this.menuList.forEach((item) => {
- console.log(item);
- if (item.path == param) {
- this.crumbParent = item.name;
- this.crumbChild = null;
- // return;
- } else {
- //先判断是否有child
- //如果没有
- if (item.hasOwnProperty("child")) {
- item.child.forEach((i) => {
- if (i.path == param) {
- this.crumbParent = i.parentName;
- this.crumbChild = i.name;
- }
- });
- }
- }
- });
- },
- //下载专属二维码
- downCode(linkId) {
- const iconUrl = this.$refs[linkId].$el.src;
- const a = document.createElement("a");
- const event = new MouseEvent("click");
- a.download = linkId;
- a.href = iconUrl;
- a.dispatchEvent(event);
- },
- // 退出
- escape() {
- // localStorage.clear();
- // sessionStorage.clear();
- //
- // this.$router.push({
- // path: "/",
- // });
- oSessionStorage.removeItem("userInfo");
- oSessionStorage.removeItem("token");
- this.$router.push({ path: "/" });
- },
- /*lxh-修改密码*/
- submitForm(formName) {
- this.$refs[formName].validate((valid) => {
- console.log(this.userInfo);
- if (valid) {
- this.$http.get(
- `/system/updatePassword?userNo=${this.userInfo.userNo}&password=${md5(
- this.ruleForm.pass
- )}&oldPassword=${md5(this.ruleForm.oldpass)}`,
- // {
- // userNo: this.userInfo.userNo,
- // password: md5(this.ruleForm.pass),
- // oldPassword: md5(this.ruleForm.oldpass),
- // },
- {},
- (res) => {
- if (res.code == 2001) {
- this.$message({
- message: "旧密码错误",
- type: "error",
- });
- }
- if (res.code == 200) {
- this.ruleForm.oldpass = "";
- this.ruleForm.pass = "";
- this.ruleForm.checkPass = "";
- this.dialogVisible = false;
- this.$message({
- message: "密码修改完成!",
- type: "success",
- });
- sessionStorage.clear();
- this.$router.push({
- path: "/",
- });
- }
- }
- );
- } else {
- console.log("error submit!!");
- return false;
- }
- });
- },
- // 重置表单
- resetForm(formName) {
- this.$refs[formName].resetFields();
- },
- // 修改密码
- changePwd() {
- this.dialogVisible = true;
- },
- },
- };
- </script>
- >
- <style>
- .el-submenu .el-menu-item {
- height: 50px;
- line-height: 50px;
- /* padding: 0 45px; */
- min-width: auto !important;
- }
- .aside-menu .el-menu-item {
- margin-left: 20px;
- color: #ffffff !important;
- margin-right: 20px;
- border-radius: 40px;
- height: 40px;
- line-height: 40px;
- margin-top: 20px;
- padding-left: 0px !important;
- }
- .el-menu--popup {
- /* min-width:100px */
- }
- .el-submenu__title:hover {
- background: #00bf78 !important;
- margin-left: 20px;
- margin-right: 20px;
- border-radius: 40px;
- height: 40px;
- line-height: 40px;
- margin-top: 20px;
- padding-left: 0px !important;
- }
- .el-submenu__title {
- /* background-color: #158824; */
- /* margin-left:20px; */
- margin-right: 20px;
- height: 40px;
- line-height: 40px;
- margin-top: 20px;
- border-radius: 40px;
- }
- .el-menu {
- background-color: #070707;
- border-right: 0px;
- }
- .el-menu-item-group .el-menu-item.is-active {
- background-color: #00bf78 !important;
- }
- .el-menu-item-group .el-menu-item:hover {
- background-color: #00bf78 !important;
- padding-left: 0px !important;
- }
- .el-menu-item-group__title {
- padding: 0px !important;
- line-height: normal;
- font-size: 12px;
- color: #909399;
- }
- .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
- .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
- .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
- /* background-color: transparent !important; */
- background-color: #00bf78 !important;
- padding-left: 0px !important;
- }
- .el-menu-item:focus,
- .el-menu-item:hover {
- outline: 0;
- background-color: #00bf78 !important;
- }
- </style>
- <style lang="less" scoped>
- .el-menu-vertical-demo:not(.el-menu--collapse) {
- width: 200px;
- // min-height: 400px;
- }
- .shadow-menu {
- // box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.1);
- }
- #app {
- margin-top: 0px;
- }
- .el-header {
- padding: 0 0px !important;
- box-sizing: border-box;
- flex-shrink: 0;
- }
- .menu-top-left {
- background-color: black;
- height: 3.75rem;
- display: flex;
- align-items: center;
- font-size: 16px;
- line-height: 2;
- }
- .menu-top-left i img {
- width: 30px;
- height: 30px;
- }
- .menu-top-left-title {
- color: #ffffff;
- font-size: 1rem;
- }
- .el-menu--horizontal {
- // position: absolute;
- // top: 60px;
- // z-index: 2003;
- // left: 975px !important;
- }
- /*.el-menu--horizontal > .el-submenu {*/
- /*float: right;*/
- /*}*/
- // el-menu--horizontal > .el-menu-item {
- // color:#000000
- // }
- .top-menu-control {
- float: left;
- }
- .aside-menu {
- background-color: #000000;
- /*height: 98vh;*/
- height: 100vh;
- text-align: left;
- /*padding-top: 60px;*/
- // border-top-right-radius: 40px;
- // border-bottom-right-radius: 40px;
- }
- .aside-menu .el-menu-item.is-active {
- background: #00bf78 !important;
- margin-left: 20px;
- margin-right: 20px;
- border-radius: 40px;
- height: 40px;
- line-height: 40px;
- margin-top: 20px;
- }
- .aside-menu .el-menu-item {
- // background: #00BF78 !important;
- margin-left: 20px;
- color: #ffffff !important;
- margin-right: 20px;
- border-radius: 40px;
- height: 40px;
- line-height: 40px;
- margin-top: 20px;
- }
- .el-menu-item-group .el-menu-item.is-active {
- background: #00bf78 !important;
- margin-left: 20px;
- margin-right: 20px;
- padding-left: 0px !important;
- }
- .fade-enter {
- opacity: 0;
- }
- .fade-leave {
- opacity: 1;
- }
- .fade-leave-active,
- .fade-enter-active {
- transition: opacity 0s;
- }
- /*.rightExit {*/
- /*float: right !important;*/
- /*}*/
- .main-header {
- height: 40px !important;
- padding: 20px 0 0 20px !important;
- .menu-hide {
- height: 20px !important;
- text-align: left;
- line-height: 20px !important;
- }
- }
- .admin-header-content {
- // background: #57acbb;
- background: transparent;
- height: 100% !important;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .admin-header-content .el-col {
- height: 100% !important;
- }
- .admin-header-content .admin-logo-content {
- /*box-sizing: border-box;*/
- /*width: 100%;*/
- /*height: 100%;*/
- width: 165px;
- height: 45px;
- padding: 8px 0 8px 20px;
- font-size: 18px;
- color: #fff;
- text-align: left;
- line-height: 45px;
- }
- .admin-header-content .admin-logo-content img {
- width: 100%;
- height: 100%;
- }
- .admin-header-content .admin-head-content {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- flex: 1;
- }
- .admin-header-content .el-menu-demo {
- height: 100%;
- }
- .el-menu--horizontal > .el-submenu .el-submenu__title,
- /deep/.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
- border-bottom: none !important;
- margin-left: 20px;
- margin-right: 20px;
- }
- /deep/.el-menu--horizontal > .el-submenu .el-submenu__icon-arrow {
- color: #161616;
- }
- .el-menu.el-menu--horizontal {
- border-bottom: none;
- }
- .admin-breadcrumb {
- padding-top: 3px;
- margin-left: -18px;
- font-weight: 700;
- }
- .just-right {
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- .user_out {
- min-width: 150px;
- position: relative;
- display: flex;
- align-items: center;
- .user_out_img {
- width: 40px;
- }
- .user_out_des {
- margin-right: 40px;
- font-size: 16px;
- font-weight: 700;
- }
- .user_out_ab {
- border-bottom-left-radius: 20px;
- border-bottom-right-radius: 20px;
- position: absolute;
- background-color: #ffffff;
- margin-top: 150px;
- z-index: 100;
- .exit {
- padding-top: 20px;
- padding-left: 40px;
- padding-right: 40px;
- }
- .update_pass {
- padding: 20px 40px;
- }
- .exit:hover {
- color: #00bf78;
- padding-top: 20px;
- padding-left: 40px;
- padding-right: 40px;
- }
- .update_pass:hover {
- color: #00bf78;
- padding: 20px 40px;
- }
- }
- }
- }
- .el-main-inner {
- display: flex;
- width: 100%;
- background-color: #fff;
- padding: 20px;
- border-radius: 40px;
- }
- .el-main {
- box-sizing: border-box !important;
- display: flex !important;
- overflow: hidden !important;
- border-bottom-left-radius: 40px;
- }
- .menu_name {
- color: #ffffff;
- }
- .menu_sub_tt {
- margin-left: 10px;
- color: white;
- display: flex;
- flex-direction: row;
- align-items: center;
- .menu_sub_t1 {
- // background-color: #ffffff;
- // border-radius: 50%;
- width: 5px;
- height: 5px;
- margin-right: 20px;
- }
- }
- .el-container-com {
- height: 100vh;
- display: flex;
- flex-direction: column;
- // border-top-left-radius: 40px;
- // border-bottom-left-radius: 40px;
- background-color: #000000;
- }
- .main_top_1 {
- border-top-left-radius: 40px;
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-top: 20px;
- margin-left: 20px;
- .blue {
- background-color: #00bf78;
- width: 10px;
- margin-right: 30px;
- height: 20px;
- border-radius: 5px;
- }
- }
- .menu_icon_mm {
- display: flex;
- flex-direction: row;
- align-items: center;
- .menu_icon_img {
- width: 15px;
- margin-right: 10px;
- padding-left: 10px;
- }
- }
- .dig_update /deep/.el-dialog {
- box-shadow: none !important;
- background: transparent !important;
- }
- .demo-ruleForm /deep/ .el-form-item {
- margin-right: 10px;
- vertical-align: top;
- display: flex !important;
- flex-direction: column;
- }
- .demo-ruleForm /deep/.el-form-item__label {
- text-align: left;
- vertical-align: middle;
- float: left;
- font-size: 14px;
- color: #606266;
- line-height: 40px;
- padding: 0 12px 0 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .demo-ruleForm /deep/.el-input {
- width: 100% !important;
- }
- .demo-ruleForm /deep/.el-input__inner {
- width: 100% !important;
- background-color: #f7f7f7;
- border: 0px;
- }
- .dig_button {
- display: flex;
- width: 100%;
- justify-content: space-around;
- }
- .demo-ruleForm {
- background-color: #ffffff;
- // border-radius: 20px;
- margin-right: -10px;
- margin-top: -10px;
- padding-right: 100px;
- padding-left: 100px;
- border-radius: 20px;
- padding-top: 20px;
- padding-bottom: 40px;
- .dig_title {
- margin-bottom: 30px;
- text-align: center;
- font-weight: 700;
- }
- }
- .aab {
- color: #48d68e;
- margin-left: 20px;
- margin-top: 10px;
- font-weight: 700;
- font-size: 24px;
- -webkit-transform: skew(-10deg);
- letter-spacing: 2px;
- /* for Chrome||Safari */
- -ms-transform: skew(-10deg);
- /* for IE */
- -moz-transform: skew(-10deg);
- /* for Firefox */
- -o-transform: skew(-10deg);
- /* for Opera */
- }
- .aac {
- padding-left:20px;
- padding-right:20px;
- text-align: center;
- color: #48d68e;
- // margin-left: 20px;
- margin-top: 40px;
- font-weight: 700;
- font-size: 20px;
- -webkit-transform: skew(-10deg);
- letter-spacing: 2px;
- /* for Chrome||Safari */
- -ms-transform: skew(-10deg);
- /* for IE */
- -moz-transform: skew(-10deg);
- /* for Firefox */
- -o-transform: skew(-10deg);
- /* for Opera */
- }
- </style>
|